CVE-2026-33318

Source
https://cve.org/CVERecord?id=CVE-2026-33318
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33318.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-33318
Aliases
Published
2026-04-24T02:13:47.200Z
Modified
2026-08-12T03:51:38.966388357Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Actual has Privilege Escalation via 'change-password' Endpoint on OpenID-Migrated Servers
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-284",
        "CWE-862"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33318.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/actualbudget/actual

Affected ranges

Type
GIT
Repo
https://github.com/actualbudget/actual
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "cpe": "cpe:2.3:a:actualbudget:actual:*:*:*:*:*:node.js:*:*",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "26.4.0"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "CPE_RANGE"
    ]
}

Affected versions

v22.*
v22.12.9
v23.*
v23.1.12
v23.10.0
v23.11.0
v23.12.0
v23.2.5
v23.2.9
v23.3.0
v23.3.2
v23.4.0
v23.4.1
v23.4.2
v23.5.0
v23.6.0
v23.7.0
v23.7.1
v23.7.2
v23.8.0
v23.8.1
v23.9.0
v24.*
v24.1.0
v24.10.0
v24.11.0
v24.12.0
v24.2.0
v24.3.0
v24.4.0
v24.5.0
v24.6.0
v24.7.0
v24.8.0
v24.9.0
v25.*
v25.1.0
v25.10.0
v25.11.0
v25.12.0
v25.2.0
v25.3.0
v25.4.0
v25.5.0
v25.6.0
v25.6.1
v25.7.0
v25.7.1
v25.8.0
v25.9.0
v26.*
v26.1.0
v26.2.0
v26.3.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33318.json"