PatchSiren cyber security CVE debrief
CVE-2026-50190 shaarli CVE debrief
CVE-2026-50190 is a stored XSS vulnerability in Shaarli, a personal bookmarking service, affecting versions prior to 0.16.3. An attacker can inject a malicious script by creating a bookmark with a specially crafted title, which is then executed when a user visits the permalink of that bookmark. This can lead to an administrator account takeover if an administrator bookmarks the malicious URL.
- Vendor
- shaarli
- Product
- Unknown
- CVSS
- HIGH 8.6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-20
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-20
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for Shaarli instances, administrators, and users who bookmark URLs should be aware of this vulnerability and take necessary actions to protect themselves. They should prioritize patching to version 0.16.3 or later, review bookmarks for suspicious titles, and monitor for unusual activity on Shaarli instances.
Why it matters
CVE-2026-50190 is a stored XSS vulnerability in Shaarli that can lead to administrator account takeover if exploited. Defenders should prioritize patching to version 0.16.3 or later and review bookmarks for suspicious titles.
- An attacker can inject a malicious script, potentially leading to administrator account takeover
- The vulnerability can be exploited by creating a bookmark with a specially crafted title
- The attack requires user interaction, as the victim must visit the permalink of the malicious bookmark
Technical summary
The vulnerability exists in the `BookmarkListController.php` file, where the `permalink` handler concatenates the raw `$bookmark->getTitle()` into the `pagetitle` template variable without HTML escaping. This allows an attacker to inject a malicious script by creating a bookmark with a specially crafted title, potentially leading to administrator account takeover if an administrator bookmarks the malicious URL. The vulnerability can be exploited by creating a bookmark with a specially crafted title, and the attack requires user interaction, as the victim must visit the permalink of the malicious bookmark.
Defensive priority
Defenders should prioritize patching to version 0.16.3 or later and review bookmarks for suspicious titles.
Recommended defensive actions
- Patch Shaarli to version 0.16.3 or later
- Review bookmarks for suspicious titles
- Monitor for unusual activity on Shaarli instances
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record and NVD vulnerability detail provide information on the vulnerability, its impact, and the fixed version. Defenders should verify Shaarli instances for exposure, review bookmarks for suspicious titles, and monitor for unusual activity. The vulnerability exists in Shaarli versions prior to 0.16.3, and an attacker can inject a malicious script by creating a bookmark with a specially crafted title. Evidence is limited to public CVE and NVD records.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-50190 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-50190
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-50190 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-50190
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/shaarli/Shaarli/security/advisories/GHSA-xm98-h5jj-64xv
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.