CVE-2026-59816
4.3 MEDIUMpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The flaw allows an authenticated user to exploit URL-encoded slashes and parent-directory segments in job IDs to access internal transcription-backend endpoints, potentially exposing sensitive data.
- Exploitability
- Exploitation requires authentication and knowledge of specific URL patterns; difficult but feasible with proper reconnaissance.
- Blast radius
- If exploited, it could lead to exposure of internal administrative or configuration data accessible by authenticated users.
- Prioritized remediation
- Update Joplin Server instances to version 3.7.7 or later to mitigate the risk.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.7, the GET /api/transcribe/:id and POST /api/transcribe/:id handlers in packages/server/src/routes/api/transcribe.ts on Joplin Server instances with TRANSCRIBE_ENABLED=true pass the decoded id directly into transcription backend URLs. An authenticated user can place URL-encoded slash and parent-directory segments in the job ID, causing parseSubPath() to decode a path that escapes the intended /transcribe/ prefix. The server then proxies the request to other transcription-backend endpoints and can return their responses, potentially exposing internal administrative, health, or configuration data. This issue is fixed in version 3.7.7.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Weaknesses
CWE-22
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- HIGHCVE-2026-71209PoC
- CRITICALCVE-2026-15958
- MEDIUMCVE-2026-48974PoC
- HIGHCVE-2026-55739PoC
- MEDIUMCVE-2026-58504PoC
- HIGHCVE-2026-6079
- MEDIUMCVE-2026-61747PoC
- MEDIUMCVE-2026-61748PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.