CVE-2026-54510

HIGHPre-NVD 7.17.1—
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 90% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
Elevated
7.1EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.1Exploit: Elevated riskExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Speakr is a personal, self-hosted web application designed for transcribing audio recordings. Prior to 0.8.21-alpha, the csrf_exempt_for_api_tokens() before_request hook in src/app.py calls csrf.exempt(view_func), permanently adding the selected view to Flask-WTF's process-global exemption set. The is_token_authenticated() function in src/utils/token_auth.py calls extract_token_from_request() and treats any present token, including request.args.get('token'), as authenticated without hashing the token, querying the database, or checking validity. A network-reachable attacker can therefore send a false token to disable CSRF protection for the targeted view for the worker lifetime. Because the exemption applies to the view function across HTTP methods, a cross-origin GET to /account with a query token can poison CSRF state for a later state-changing POST without triggering CORS preflight. This browser sequence requires attacker-controlled content on a sibling subdomain under the documented cookie conditions. The bypass can modify profile data, custom prompts, transcription settings, preferences, and administrative status through routes such as admin_toggle_admin. The change_password route also skips current-password verification when current_user.password is empty, allowing the chain to set a local password on an SSO-only account and bypass SSO. This issue is fixed in version 0.8.21-alpha.

CVSS v3
7.1
EG Score
7.1(medium)
EG Risk
48(Track)
EG Risk 48/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity71% × 45%
Exploitation40% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
10%
KEV
Not listed

Published

September 17, 2026

Last Modified

September 18, 2026

Advisory Details (3)

Auto-updated Sep 17, 2026
Patch available. Sources: github_commit, github_release, github.
github_release Patch Available

v0.8.21-alpha — Security: CSRF bypass + SSO account takeover

Patch available: murtaza-nasir/speakr v0.8.21-alpha

https://github.com/murtaza-nasir/speakr/releases/tag/v0.8.21-alpha
github_commit Patch Available

commit 70e193e47b66 (murtaza-nasir/speakr)

Patch available: murtaza-nasir/speakr v0.8.21-alpha (contains commit 70e193e47b66)

https://github.com/murtaza-nasir/speakr/commit/70e193e47b664bedf274f62aea14220f2a85a459
github Patch Available

CSRF bypass via unauthenticated API token parameter in csrf_exempt_for_api_tokens hook · Advisory · murtaza-nasir/speakr · GitHub

https://github.com/murtaza-nasir/speakr/security/advisories/GHSA-x4q4-3ww4-h329

Weakness Classification(2)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 13× in last 7d / 16× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-09-24 19:51 UTCEG score recompute
  2. 2026-09-24 14:04 UTCEPSS rescore
  3. 2026-09-23 19:10 UTCEG score recompute
  4. 2026-09-23 17:54 UTCEPSS rescore
  5. 2026-09-22 17:40 UTCEG score recompute
  6. 2026-09-22 05:16 UTCEG score recompute
  7. 2026-09-21 04:07 UTCEG score recompute
  8. 2026-09-20 20:16 UTCEPSS rescore
  9. 2026-09-20 03:25 UTCEG score recompute
  10. 2026-09-19 02:42 UTCEG score recompute
  11. 2026-09-18 19:28 UTCEPSS rescore
  12. 2026-09-18 14:21 UTCEG score recompute
  13. 2026-09-18 13:34 UTCEG score recompute
  14. 2026-09-17 21:20 UTCEG score recompute
  15. 2026-09-17 20:34 UTCEG score recompute
  16. 2026-09-17 20:34 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-54510?
CVE-2026-54510 is a high vulnerability published on September 17, 2026. Speakr is a personal, self-hosted web application designed for transcribing audio recordings. Prior to 0.8.21-alpha, the csrfexemptforapitokens() beforerequest hook in src/app.py calls csrf.exempt(viewfunc), permanently adding the selected view to Flask-WTF's process-global exemption set. The…
When was CVE-2026-54510 disclosed?
CVE-2026-54510 was first published in the National Vulnerability Database on September 17, 2026, with the most recent update on September 18, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-54510 actively exploited?
CVE-2026-54510 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 89.5% of all scored CVEs.
What is the CVSS score of CVE-2026-54510?
CVE-2026-54510 has a CVSS v3 base score of 7.1 (NVD).
How do I remediate CVE-2026-54510?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-54510, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-54510

Explore →

Is Your Infrastructure Affected by CVE-2026-54510?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.