PatchSiren cyber security CVE debrief
CVE-2026-73085 advplyr CVE debrief
CVE-2026-73085 debrief based on the supplied source corpus. The CVE record was published on 2026-08-11T17:19:16.557Z. Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.36.0, the jwtAuthCheck function in server/auth/TokenManager.js treats JWTs with the refresh token type as bearer access tokens on API and WebSocket resource endpoints such as /api/me instead of restricting them to /auth/refresh, allowing refresh tokens to authenticate as the associated users. This issue is fixed in version 2.36.0. Defenders should assess exposure and apply the fix.
- Vendor
- advplyr
- Product
- audiobookshelf
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Audiobookshelf deployments should assess exposure and apply the fix. This includes verifying authentication and authorization configurations to prevent unauthorized access and reviewing compensating controls for exposed systems while remediation is scheduled and verified. Additionally, defenders should review and update authentication and authorization configurations to prevent potential authentication bypass.
Why it matters
CVE-2026-73085 allows refresh tokens to authenticate as associated users, potentially leading to authentication bypass. Defenders should verify exposure and apply the fix in version 2.36.0.
- Verify authentication and authorization configurations to prevent unauthorized access
- Assess exposure and apply the fix to prevent potential authentication bypass
Technical summary
The jwtAuthCheck function in server/auth/TokenManager.js treats JWTs with the refresh token type as bearer access tokens on API and WebSocket resource endpoints, allowing refresh tokens to authenticate as the associated users. This issue is fixed in version 2.36.0. Defenders should assess exposure and apply the fix to prevent potential authentication bypass and unauthorized access to API and WebSocket resource endpoints such as /api/me instead of restricting them to /auth/refresh. The fix involves updating the jwtAuthCheck function to properly handle JWTs with the refresh token type.
Defensive priority
Defenders should prioritize verifying exposure and applying the fix in version 2.36.0.
Recommended defensive actions
- Verify exposure by checking current Audiobookshelf version
- Apply the fix in version 2.36.0
- Review and update authentication and authorization configurations
- Verify authentication and authorization configurations to prevent unauthorized access
- Assess exposure and apply the fix to prevent potential authentication bypass
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and source references provide details on the vulnerability and fix. The jwtAuthCheck function in server/auth/TokenManager.js treats JWTs with the refresh token type as bearer access tokens on API and WebSocket resource endpoints, allowing refresh tokens to authenticate as the associated users. This issue is fixed in version 2.36.0.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73085 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73085
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73085 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73085
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/advplyr/audiobookshelf/commit/8ec547e30289ca61ebc52b13d150e3a2a6c6a752
-
Source reference
Unverified legacy reference
URL: https://github.com/advplyr/audiobookshelf/discussions/4460
-
Source reference
Unverified legacy reference
URL: https://github.com/advplyr/audiobookshelf/pull/5387
-
Source reference
Unverified legacy reference
URL: https://github.com/advplyr/audiobookshelf/releases/tag/v2.36.0
-
Source reference
Unverified legacy reference
URL: https://github.com/advplyr/audiobookshelf/security/advisories/GHSA-798w-wv6c-2c3h
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.