Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/s9y/Serendipity/security/advisories/GHSA-6c2x-mjmq-vx4q
- https://www.vulncheck.com/advisories/serendipity-reflected-xss-via-search-clean-
- https://github.com/s9y/Serendipity/security/advisories/GHSA-6c2x-mjmq-vx4q
FAQ
What is CVE-2026-73628?
CVE-2026-73628 is a vulnerability with a CVSS score of 6.1 (MEDIUM). 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(), th...
How severe is CVE-2026-73628?
CVE-2026-73628 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73628?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.