SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-50190

HIGH · CVSS 8.6 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-20 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Shaarli versions prior to 0.16.3 are susceptible to stored cross-site scripting (XSS) due to improper handling of bookmark titles in the `BookmarkListController.php` file. This vulnerability allows an attacker to inject malicious scripts that execute in the context of the Shaarli application, potentially leading to administrator account takeover upon saving a crafted bookmark. Organizations using Shaarli should prioritize upgrading to version 0.16.3 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-50190
Severity
HIGH
CVSS
8.6
EPSS
0.26%

Original NVD Description

Shaarli is a personal bookmarking service. Versions prior to 0.16.3 are vulnerable to stored XSS in `application/front/controller/visitor/BookmarkListController.php`. The `permalink` handler concatenates the raw `$bookmark->getTitle()` into the `pagetitle` template variable and the RainTPL template emits it into the document `<title>` element without HTML escaping. A bookmark title containing `</title><script>...</script>` closes the document title early and the injected script executes in the Shaarli origin for any visitor of `/shaare/{hash}`. Shaarli's metadata fetcher copies a remote page's `<title>` text verbatim into the local bookmark title, so an attacker who hosts an attacker-controlled URL and convinces an administrator to bookmark it plants the payload with no further interaction — and the resulting permalink fires for every visitor including the administrator on first save, providing a one-shot administrator account takeover. Version 0.16.3 fixes the issue.