Vulnerability Description
Actual is a local-first personal finance tool. Prior to 26.6.0, the GET /secret/:name endpoint in @actual-app/sync-server checks only that the caller has a valid session and does not verify the caller is an admin, while the sibling POST /secret/ handler enforces an admin check in OpenID mode. Any authenticated non-admin BASIC user in OpenID multi-user deployments can probe the secrets store and learn which admin-managed bank-sync integrations have been configured, including simplefin_accessKey, pluggyai_clientSecret, pluggyai_itemIds, and the gocardless secrets. This issue is fixed in version 26.6.0.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/actualbudget/actual/commit/3494f78c9459ed9c412e28b500b675ba5e
- https://github.com/actualbudget/actual/pull/7862
- https://github.com/actualbudget/actual/releases/tag/v26.6.0
- https://github.com/actualbudget/actual/security/advisories/GHSA-3f62-qv96-4p78
- https://github.com/actualbudget/actual/security/advisories/GHSA-3f62-qv96-4p78
FAQ
What is CVE-2026-46700?
CVE-2026-46700 is a vulnerability with a CVSS score of 4.3 (MEDIUM). Actual is a local-first personal finance tool. Prior to 26.6.0, the GET /secret/:name endpoint in @actual-app/sync-server checks only that the caller has a valid session and does not verify the caller...
How severe is CVE-2026-46700?
CVE-2026-46700 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46700?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.