CVE-2026-46650
4.4 MEDIUMpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The flaw allows a low-privileged user to inject malicious JavaScript via crafted HTML notes, potentially leading to script execution in the Joplin Server origin.
- Exploitability
- Exploitation requires publishing a specific crafted note and relies on browser behavior; moderately difficult with current browser protections.
- Blast radius
- If exploited, an attacker could read page-visible content and make authenticated requests, impacting user privacy and data integrity.
- Prioritized remediation
- Update to Joplin version 3.7.2 or later to mitigate the vulnerability.
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.2, isAcceptedUrl() in packages/renderer/htmlUtils.ts uses an unanchored regular expression for internal resource URLs, allowing a javascript: URL containing a matching 32-character path fragment to pass validation and be emitted into an HTML note's link. A low-privileged Joplin Server user can publish the crafted HTML note as a public share. In the current build, ordinary left-click is blocked; demonstrated execution requires middle-click or Open in new tab in an older or non-hardened browser because current Chrome and Firefox block javascript: new-tab navigation. When execution succeeds, the script runs in the Joplin Server origin, can read page-visible content, and can make authenticated same-origin requests when the victim is signed in. This issue is fixed in version 3.7.2.
CVSS vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N
Weaknesses
CWE-79
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-59814PoC
- HIGHCVE-2026-70486PoC
- HIGHCVE-2026-70492PoC
- HIGHCVE-2026-14553
- HIGHCVE-2026-15979
- CRITICALCVE-2026-16940
- HIGHCVE-2026-36467PoC
- HIGHCVE-2026-55159PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.