[PR #7155] [MERGED] [AI] Fix privilege escalation in sync-server /change-password and getLoginMethod #14029

Closed
opened 2026-04-10 22:10:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7155
Author: @MatissJanis
Created: 3/7/2026
Status: Merged
Merged: 3/9/2026
Merged by: @MatissJanis

Base: masterHead: matiss/7155


📝 Commits (3)

  • 67d1abd [AI] Fix privilege escalation in sync-server /change-password and getLoginMethod
  • d99b19b Update upcoming-release-notes/7155.md
  • 2854e04 Fix privilege escalation issue in change-password endpoint

📊 Changes

4 files changed (+136 additions, -2 deletions)

View changed files

📝 packages/sync-server/src/account-db.js (+6 -1)
📝 packages/sync-server/src/app-account.js (+9 -0)
📝 packages/sync-server/src/app-account.test.js (+115 -1)
upcoming-release-notes/7155.md (+6 -0)

📄 Description

Description

Fix privilege escalation issue in "/change-password" endpoint

N/A

Testing

N/A

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/7155 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/7/2026 **Status:** ✅ Merged **Merged:** 3/9/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/7155` --- ### 📝 Commits (3) - [`67d1abd`](https://github.com/actualbudget/actual/commit/67d1abda52e8b174c48215f8b9c27380451afb17) [AI] Fix privilege escalation in sync-server /change-password and getLoginMethod - [`d99b19b`](https://github.com/actualbudget/actual/commit/d99b19b911ce05c416a7ab4643c855260b6a4f5a) Update upcoming-release-notes/7155.md - [`2854e04`](https://github.com/actualbudget/actual/commit/2854e049d2591d08e53b8cf5120468c52fb1f597) Fix privilege escalation issue in change-password endpoint ### 📊 Changes **4 files changed** (+136 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/account-db.js` (+6 -1) 📝 `packages/sync-server/src/app-account.js` (+9 -0) 📝 `packages/sync-server/src/app-account.test.js` (+115 -1) ➕ `upcoming-release-notes/7155.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> Fix privilege escalation issue in "/change-password" endpoint ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> N/A ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> N/A ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-10 22:10:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#14029