CVE-2026-73671: Saurus CMS Unauthenticated Open Redirect via logout url parameter
Saurus CMS Community Edition contains an unauthenticated open redirect vulnerability in the logout handling code in classes/port.inc.php, where the url parameter supplied via GET or POST is passed directly to the Location header without domain allowlist, scheme validation, or relative path enforcement. Attackers can craft a malicious logout URL containing an arbitrary external domain or javascript: URI scheme to redirect authenticated users to attacker-controlled phishing pages after session destruction, enabling credential theft and OAuth redirect abuse.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-73671?
The severity of CVE-2026-73671 is medium with a score of 6.1.
What type of vulnerability is CVE-2026-73671?
CVE-2026-73671 is an unauthenticated open redirect vulnerability.
How do I fix CVE-2026-73671?
To fix CVE-2026-73671, implement domain allowlisting, input validation, and ensure proper handling of the URL parameter.
Which software is affected by CVE-2026-73671?
CVE-2026-73671 affects the Saurus CMS Community Edition.
What is the impact of CVE-2026-73671?
The impact of CVE-2026-73671 could allow attackers to redirect users to malicious sites via the logout URL parameter.