CVE-2026-33318
Last modified
CVE-2026-33318 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. Actual is a local-first personal finance tool. Prior to version 26.4.0, any authenticated user (including `BASIC` role) can escalate to `ADMIN` on servers migrated from password authentication to OpenID Connect. EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
Actual is a local-first personal finance tool. Prior to version 26.4.0, any authenticated user (including `BASIC` role) can escalate to `ADMIN` on servers migrated from password authentication to OpenID Connect. Three weaknesses combine: `POST /account/change-password` has no authorization check, allowing any session to overwrite the password hash; the inactive password `auth` row is never removed on migration; and the login endpoint accepts a client-supplied `loginMethod` that bypasses the server's active auth configuration. Together these allow an attacker to set a known password and authenticate as the anonymous admin account created during the multiuser migration. The three weaknesses form a single, sequential exploit chain — none produces privilege escalation on its own. Missing authorization on POST /change-password allows overwriting a password hash, but only matters if there is an orphaned row to target. Orphaned password row persisting after migration provides the target row, but is harmless without the ability to authenticate using it. Client-controlled loginMethod: "password" allows forcing password-based auth, but is useless without a known hash established by step 1. All three must be chained in sequence to achieve the impact. No single weakness independently results in privilege escalation. The single root cause is the missing authorization check on /change-password; the other two are preconditions that make it exploitable. Version 26.4.0 contains a fix.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Actualbudget | Actual | < 26.4.0 |
References
- https://actualbudget.org/blog/release-26.4.0Release Notes
- https://github.com/actualbudget/actual/security/advisories/GHSA-prp4-2f49-fcgpExploit, Mitigation, Vendor Advisory
- https://github.com/actualbudget/actual/security/advisories/GHSA-prp4-2f49-fcgpExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-33318?
How severe is CVE-2026-33318?
How do I fix CVE-2026-33318?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-33312Vikunja is an open-source self-hosted task management platfo…5.4
- CVE-2026-33313Vikunja is an open-source self-hosted task management platfo…4.3
- CVE-2026-33314pyLoad is a free and open-source download manager written in…6.5
- CVE-2026-33315Vikunja is an open-source self-hosted task management platfo…4.3
- CVE-2026-33316Vikunja is an open-source self-hosted task management platfo…8.1
- CVE-2026-33317OP-TEE is a Trusted Execution Environment (TEE) designed as …8.7
- CVE-2026-33319WWBN AVideo is an open source video platform. Prior to versi…7.5
- CVE-2026-3332The Xhanch - My Advanced Settings plugin for WordPress is vu…4.3
- CVE-2026-33320Dasel is a command-line tool and library for querying, modif…6.2
- CVE-2026-33321OpenEMR is a free and open source electronic health records …7.6
- CVE-2026-33322MinIO is a high-performance object storage system. From RELE…9.8
- CVE-2026-33323Parse Server is an open source backend that can be deployed …5.3
Are you affected by CVE-2026-33318?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
