Description
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.
Published: 2026-08-13
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an unauthenticated open redirect in the logout handling of Saurus CMS Community Edition. The logout endpoint accepts a ‘url’ parameter via GET or POST and forwards it directly to the HTTP Location header without validating the scheme, domain, or ensuring the path is relative. This flaw allows an attacker to craft a logout URL that redirects authenticated users to an arbitrary external site or to a javascript: URI, enabling credential theft by phishing or abusing OAuth redirects. The weakness is identified as CWE‑601.

Affected Systems

Saurus CMS Community Edition is affected. No specific product versions are listed in the CNA data, so all releases of the Community Edition remain potentially vulnerable until a fix is applied.

Risk and Exploitability

The CVSS score of 5.1 marks it as moderate severity. EPSS is not provided, which suggests limited publicly known exploit activity, but the exploit is straightforward: an attacker only needs to craft a malicious logout link that a logged‑in user will click. The flaw is not listed in the CISA KEV catalog, indicating no confirmed active exploitation yet. Nonetheless, because the redirect occurs after session destruction, it can be leveraged for phishing or redirect-based fraud attacks.

Generated by OpenCVE AI on August 13, 2026 at 17:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Saurus CMS Community Edition release that includes validation for the logout redirect parameter, ensuring only relative URLs or whitelisted domains are accepted.
  • If an immediate upgrade is not possible, implement server‑side validation for the ‘url’ parameter: reject URLs that contain external domains, javascript: schemes, or relative paths that escape the CMS root.
  • Configure a web application firewall or URL filter to block responses that redirect to external hosts when a logout action is requested, thereby mitigating the open redirect risk until a permanent patch is deployed.

Generated by OpenCVE AI on August 13, 2026 at 17:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Saurus CMS Unauthenticated Open Redirect via logout url parameter
Weaknesses CWE-601
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T16:00:13.326Z

Reserved: 2026-08-13T15:15:17.099Z

Link: CVE-2026-73671

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T16:19:07.580

Modified: 2026-08-13T16:19:07.580

Link: CVE-2026-73671

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T17:45:03Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')