CVE Catalog

CVE-2026-73628

MediumCVSS 6.1
Published: Updated: Translated: NVD NIST

Summary

Serendipity versions >= 2.3.5 and <= 2.6.0 contain a reflected cross-site scripting vulnerability in the search clean-URL route (/search/<term>). In include/functions_routing.inc.php serveSearch(), the sanitisation pipeline runs urldecode() after HTML-encoding, so a single URL-encoded HTML payload survives strip_tags() and htmlspecialchars() and is then decoded back into live HTML in the page. A crafted search link can execute arbitrary JavaScript in the victim's browser. Fixed in 2.6.1.

Risk Assessment

An attacker can steal user data, hijack sessions, or perform other malicious actions in the victim's browser context, potentially leading to data confidentiality and integrity breaches.

Recommendation

It is recommended to immediately upgrade Serendipity to version 2.6.1 or later, which includes the fix for this vulnerability.

Original NVD description (English source)

Serendipity versions >= 2.3.5 and <= 2.6.0 contain a reflected cross-site scripting vulnerability in the search clean-URL route (/search/<term>). In include/functions_routing.inc.php serveSearch(), the sanitisation pipeline runs urldecode() after HTML-encoding, so a single URL-encoded HTML payload survives strip_tags() and htmlspecialchars() and is then decoded back into live HTML in the page. A crafted search link can execute arbitrary JavaScript in the victim's browser. Fixed in 2.6.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS