PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-73628 s9y CVE debrief

A reflected cross-site scripting vulnerability exists in Serendipity versions >= 2.3.5 and <= 2.6.0 in the search clean-URL route. This issue allows a crafted search link to execute arbitrary JavaScript in the victim's browser. The vulnerability was fixed in version 2.6.1. Defenders should assess exposure and apply the patch to prevent potential exploitation. The vulnerability is caused by improper sanitization in the serveSearch() function in include/functions_routing.inc.php, where urldecode() is run after HTML-encoding.

Vendor
s9y
Product
Serendipity
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-13
Original CVE updated
2026-09-09
Advisory published
2026-08-13
Advisory updated
2026-09-09

Who should care

Defenders responsible for Serendipity installations should assess exposure and apply the patch from version 2.6.1 to prevent potential exploitation. This includes operators, platform administrators, vulnerability management teams, and security teams who need to verify exposure and apply patches to prevent potential exploitation.

Why it matters

CVE-2026-73628 is a reflected cross-site scripting vulnerability in Serendipity's search clean-URL route. Defenders should verify exposure and apply the patch from version 2.6.1 to prevent potential exploitation.

  • Potential execution of arbitrary JavaScript in victims' browsers
  • Possible compromise of user sessions or data theft
  • Defenders must verify exposure and apply patches
  • Remediation priority for Serendipity installations

Technical summary

The vulnerability exists in the search clean-URL route of Serendipity, allowing a crafted search link to execute arbitrary JavaScript in the victim's browser due to improper sanitization in the serveSearch() function in include/functions_routing.inc.php. 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. The vulnerability was fixed in version 2.6.1. Defenders should prioritize verifying exposure of Serendipity installations to this vulnerability and applying the patch.

Defensive priority

Defenders should prioritize verifying exposure of Serendipity installations to this vulnerability and applying the patch from version 2.6.1.

Recommended defensive actions

  • Verify Serendipity installations for exposure to this vulnerability
  • Apply the patch from version 2.6.1
  • Monitor for potential exploitation attempts
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its existence in Serendipity versions >= 2.3.5 and <= 2.6.0, and the fix in version 2.6.1. The vulnerability allows a crafted search link to execute arbitrary JavaScript in the victim's browser due to improper sanitization in the serveSearch() function. Defenders should verify exposure and apply the patch from version 2.6.1.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-73628 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-73628

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-73628 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73628

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

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.