PatchSiren cyber security CVE debrief
CVE-2026-18089 TIMLEGGE CVE debrief
Net::SAML2 versions before 0.86 for Perl are vulnerable to SAML authentication bypass. The vulnerability arises from the verify_xml function verifying responses against the response-embedded certificate when no trust anchor is configured. This allows an attacker to generate a response signed by an attacker-generated key whose self-signed certificate is embedded in that response, authenticating an arbitrary assertion. Affected product deployments should be reviewed for exposure and updated to version 0.86 or later to prevent SAML authentication bypass. The vulnerability has a CVSS score of 7.5 and is considered HIGH severity. Users of Net::SAML2 versions before 0.86 for Perl should be aware of this vulnerability and take necessary actions to prevent SAML authentication bypass.
- Vendor
- TIMLEGGE
- Product
- Net::SAML2
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-03
- Original CVE updated
- 2026-08-06
- Advisory published
- 2026-08-03
- Advisory updated
- 2026-08-06
Who should care
Users of Net::SAML2 versions before 0.86 for Perl should be aware of this vulnerability and take necessary actions to prevent SAML authentication bypass. This includes reviewing the presence of affected product deployments in their environments, assessing the potential risks associated with this vulnerability, and implementing compensating controls or mitigations as needed. Security teams and vulnerability management teams should prioritize this vulnerability due to its potential impact on authentication and authorization mechanisms.
Technical summary
The verify_xml function in Net::SAML2::Role::VerifyXML runs 'return if !$anchors && !$cacert;' as soon as the XML::Sig check succeeds, and that check uses the X.509 certificate taken from the response's own dsig:KeyInfo/dsig:X509Certificate element. This allows an attacker to generate a response signed by an attacker-generated key whose self-signed certificate is embedded in that response, authenticating an arbitrary assertion. Affected product deployments should be reviewed for exposure and updated to version 0.86 or later to prevent SAML authentication bypass.
Defensive priority
High-priority defensive actions are required to address this vulnerability, as it allows for SAML authentication bypass.
Recommended defensive actions
- Update Net::SAML2 to version 0.86 or later
- Configure a trust anchor to prevent authentication bypass
- Verify and validate SAML responses using a secure method
- 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
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
Evidence from the NVD and Metacpan sources indicates that Net::SAML2 versions before 0.86 are vulnerable to SAML authentication bypass. The vulnerability is due to the verify_xml function verifying responses against the response-embedded certificate when no trust anchor is configured. Further review of the codebase and additional sources did not reveal specific details on the potential impact or exploitability of this vulnerability. However, defenders should verify the presence of affected product deployments in their environments and assess the potential risks associated with this vulnerability.
Official resources
-
CVE-2026-18089 CVE record
CVE.org
-
CVE-2026-18089 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
9b29abf9-4ab0-4765-b253-1875cd9b441e - Product
-
Source reference
9b29abf9-4ab0-4765-b253-1875cd9b441e - Product
-
Source reference
9b29abf9-4ab0-4765-b253-1875cd9b441e - Product
-
Mitigation or vendor reference
9b29abf9-4ab0-4765-b253-1875cd9b441e - Release Notes
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-03T14:16:24.890Z and has not been modified since then.