GHSA-prp4-2f49-fcgp · 深刻度: high · エコシステム: npm — Actual has Privilege Escalation via 'change-password' Endpoint on OpenID-Migrated Servers
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.
総合評価: CVE-2026-33318 は悪用リスクが高い(63.6/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.47%、37 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.47% | +0.43% |
| 2 | 2026-06-03 | 0.07% | 0.04% | -0.03% |
| 3 | 2026-04-24 | — | 0.07% | — |
EPSS の全履歴 (全 3 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.8 | 3.1 | HIGH |
|
2.8 | 5.9 | [email protected] |
GHSA-prp4-2f49-fcgp · 深刻度: high · エコシステム: npm — Actual has Privilege Escalation via 'change-password' Endpoint on OpenID-Migrated Servers
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| actualbudget | actual | < 26.4.0 | cpe:2.3:a:actualbudget:actual:*:*:*:*:*:node.js:*:* |
| URL | タグ |
|---|---|
| https://actualbudget.org/blog/release-26.4.0 | Release Notes |
| https://github.com/actualbudget/actual/security/advisories/GHSA-prp4-2f49-fcgp | Exploit Mitigation Vendor Advisory |