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.
CVE-2026-54510
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).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- 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 computedSeverity71% × 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, 2026v0.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-alphacommit 70e193e47b66 (murtaza-nasir/speakr)
Patch available: murtaza-nasir/speakr v0.8.21-alpha (contains commit 70e193e47b66)
https://github.com/murtaza-nasir/speakr/commit/70e193e47b664bedf274f62aea14220f2a85a459CSRF 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-h329Weakness 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.
- 2026-09-24 19:51 UTCEG score recompute
- 2026-09-24 14:04 UTCEPSS rescore
- 2026-09-23 19:10 UTCEG score recompute
- 2026-09-23 17:54 UTCEPSS rescore
- 2026-09-22 17:40 UTCEG score recompute
- 2026-09-22 05:16 UTCEG score recompute
- 2026-09-21 04:07 UTCEG score recompute
- 2026-09-20 20:16 UTCEPSS rescore
- 2026-09-20 03:25 UTCEG score recompute
- 2026-09-19 02:42 UTCEG score recompute
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 14:21 UTCEG score recompute
- 2026-09-18 13:34 UTCEG score recompute
- 2026-09-17 21:20 UTCEG score recompute
- 2026-09-17 20:34 UTCEG score recompute
- 2026-09-17 20:34 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-54510?
When was CVE-2026-54510 disclosed?
Is CVE-2026-54510 actively exploited?
What is the CVSS score of CVE-2026-54510?
How do I remediate CVE-2026-54510?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-54510
Is Your Infrastructure Affected by CVE-2026-54510?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.