PatchSiren cyber security CVE debrief
CVE-2026-73671 Saurus CVE debrief
Saurus CMS Community Edition contains an unauthenticated open redirect vulnerability in the logout handling code in classes/port.inc.php. The vulnerability allows attackers to redirect authenticated users to malicious URLs, potentially leading to credential theft and OAuth abuse. This CVE record was published on 2026-08-13T16:19:07.580Z and has not been modified since then. The NVD entry is currently Deferred. Defenders should verify the existence of affected product deployments, review official advisories, and plan vendor-supported updates or mitigations. Compensating controls such as web application firewalls may be necessary for exposed systems. The CVSS score is 5.1, indicating a MEDIUM severity. Administrators and users of Saurus CMS Community Edition, security teams monitoring for phishing attacks, and developers responsible for secure coding practices should be aware of this vulnerability.
- Vendor
- Saurus
- Product
- Saurus CMS Community Edition
- CVSS
- MEDIUM 5.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-13
- Original CVE updated
- 2026-08-31
- Advisory published
- 2026-08-13
- Advisory updated
- 2026-08-31
Who should care
Administrators and users of Saurus CMS Community Edition, security teams monitoring for phishing attacks, and developers responsible for secure coding practices should be aware of this vulnerability. They should review and update logout handling code, implement domain allowlisting and scheme validation, and enforce relative path restrictions for redirect URLs. Additionally, they should monitor for suspicious logout activity and potential phishing attempts, and consider compensating controls such as web application firewalls.
Technical summary
The Saurus CMS Community Edition contains an unauthenticated open redirect vulnerability in the logout handling code. The url parameter is passed directly to the Location header without validation, allowing attackers to redirect authenticated users to malicious URLs, potentially leading to credential theft and OAuth abuse. This vulnerability has a CVSS score of 5.1 and a severity rating of MEDIUM. Administrators and users of Saurus CMS Community Edition, security teams monitoring for phishing attacks, and developers responsible for secure coding practices should be aware of this vulnerability.
Defensive priority
Medium-priority defensive review recommended due to potential phishing impact.
Recommended defensive actions
- Review and update logout handling code in classes/port.inc.php to validate redirect URLs.
- Implement domain allowlisting and scheme validation for redirect URLs.
- Enforce relative path restrictions for redirect URLs.
- Monitor for suspicious logout activity and potential phishing attempts.
- Consider compensating controls such as web application firewalls.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
Evidence notes
Evidence from official CVE and NVD sources indicate an unauthenticated open redirect vulnerability exists in Saurus CMS Community Edition. Limited detail available on affected versions or user base. Defenders should verify the existence of affected product deployments, review official advisories, and plan vendor-supported updates or mitigations. Compensating controls such as web application firewalls may be necessary for exposed systems.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73671 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73671
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73671 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73671
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/DevVaibhav07/VULN-POC/blob/main/Saurus_OpenRedirect.md
-
Source reference
Unverified legacy reference
URL: https://github.com/sauruscms/Saurus-CMS-Community-Edition
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/saurus-cms-unauthenticated-open-redirect-via-logout-url-parameter
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.