{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "2.36.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "8ec547e30289ca61ebc52b13d150e3a2a6c6a752"
            },
            {
              "fixed": "96d4021a3cd45f67bf374b65abafbe5d73e926b5"
            }
          ],
          "repo": "https://github.com/advplyr/audiobookshelf",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-798w-wv6c-2c3h"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-287"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/73xxx/CVE-2026-73085.json"
  },
  "details": "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.",
  "id": "CVE-2026-73085",
  "modified": "2026-08-13T03:51:53.622655081Z",
  "published": "2026-08-11T16:40:22.518Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/advplyr/audiobookshelf/discussions/4460"
    },
    {
      "type": "WEB",
      "url": "https://github.com/advplyr/audiobookshelf/releases/tag/v2.36.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/73xxx/CVE-2026-73085.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/advplyr/audiobookshelf/security/advisories/GHSA-798w-wv6c-2c3h"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73085"
    },
    {
      "type": "FIX",
      "url": "https://github.com/advplyr/audiobookshelf/commit/8ec547e30289ca61ebc52b13d150e3a2a6c6a752"
    },
    {
      "type": "FIX",
      "url": "https://github.com/advplyr/audiobookshelf/pull/5387"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Audiobookshelf: Refresh Token Accepted on Resource Endpoints"
}