PatchSiren cyber security CVE debrief
CVE-2026-18108 TIMLEGGE CVE debrief
Net::SAML2 versions before 0.86 for Perl allow authentication bypass because _verify_encrypted_assertion accepts an EncryptedAssertion whose decrypted content carries no signature. The vulnerability arises from the method's logic, which decrypts the EncryptedAssertion and returns it as verified when it carries no signature. This allows any party to encrypt an unsigned assertion to the service provider's encryption certificate, wrap it in a samlp:Response, and post it to the assertion consumer service, enabling unauthenticated parties to authenticate as an arbitrary user.
- Vendor
- TIMLEGGE
- Product
- Net::SAML2
- CVSS
- CRITICAL 9.8
- 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
Administrators and developers using Net::SAML2 for authentication in Perl applications should be aware of this critical vulnerability and take immediate action to patch or mitigate the risk.
Technical summary
The _verify_encrypted_assertion method in Net::SAML2 versions before 0.86 for Perl does not properly verify the signature of decrypted EncryptedAssertion objects. This allows an attacker to create an unsigned assertion, encrypt it to the service provider's encryption certificate, and authenticate as any user without proper validation. Affected product deployments should review configurations to ensure decryption keys are properly secured and monitor for suspicious activity related to SAML assertions. The vulnerability arises from the method's logic, which decrypts the EncryptedAssertion and returns it as verified when it carries no signature. This enables unauthenticated parties to authenticate as an arbitrary user. Administrators and developers using Net::SAML2 for authentication in Perl applications should be aware of this critical vulnerability and take immediate action to patch or mitigate the risk.
Defensive priority
High priority due to critical CVSS score of 9.8 and potential for widespread exploitation.
Recommended defensive actions
- Apply the official patch to upgrade to Net::SAML2 version 0.86 or later.
- Review and update configurations to ensure decryption keys are properly secured.
- Monitor for suspicious activity related to SAML assertions.
- Verify the integrity of SAML metadata and encryption certificates.
- Implement additional authentication measures for sensitive services.
Evidence notes
Evidence from the NVD and CVE.org indicates a critical vulnerability in Net::SAML2 versions before 0.86. The vulnerability allows for authentication bypass due to improper verification of encrypted assertions. Official references and patches are provided.
Official resources
-
CVE-2026-18108 CVE record
CVE.org
-
CVE-2026-18108 NVD detail
NVD
-
Source item URL
nvd_modified
-
Mitigation or vendor reference
9b29abf9-4ab0-4765-b253-1875cd9b441e - Patch
-
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:25.157Z and has not been modified since then. The NVD entry is currently Analyzed.