Record summary

CVE-2026-18108 has a selected CVSS score of 9.8 (critical).

Description

Net::SAML2 versions before 0.86 for Perl allow authentication bypass because _verify_encrypted_assertion accepts an EncryptedAssertion whose decrypted content carries no signature. _verify_encrypted_assertion decrypts the EncryptedAssertion and returns it as verified when it carries no signature, via "return $xml unless $xpath->exists('dsig:Signature', $assert);". The signature check and the trust anchor check that follow run only when a signature is present, so a decrypted assertion with no dsig:Signature element reaches new_from_xml unverified and its NameID and attributes are read into the assertion object. An SP's encryption certificate is published in its SAML metadata so the IdP can encrypt to it, so any party can encrypt an unsigned assertion to that certificate, wrap it in a samlp:Response, and post it to the assertion consumer service. Any caller that configures a decryption key_file, and so accepts EncryptedAssertions, takes identity fields from an assertion that no trust anchor covers, and an unauthenticated party can authenticate as an arbitrary user. Callers with no key_file configured do not decrypt and are unaffected.

Description source: CVE List

Exploitation context

CISA SSVC decision

ExploitationNone
AutomatableYes
Technical impactTotal

CISA Coordinator · SSVC 2.0.3 · Evaluated Aug 3, 2026 · Source: CVE List

Affected products and versions

1
ProductSourceVersion rangeStatus

Default status: unaffected

CVE ListBefore 0.86affected

Research & analysis

1
Advisory analysisNVD / GitHubSource: EIP research review

Net::SAML2 versions before 0.86 for Perl allow authentication bypass (CVE-2026-18108)

CVE-2026-18108 is a critical authentication bypass in the Perl Net::SAML2 library before version 0.86. The _verify_encrypted_assertion function decrypts an EncryptedAssertion and returns it as verified when it carries no dsig:Signature element, via an early return that skips signature and trust anchor checks. An attacker who obtains the SP's public encryption certificate (published in SAML metadata) can encrypt a forged unsigned assertion, wrap it in a samlp:Response, and post it to the assertion consumer service to authenticate as an arbitrary user. The fix in 0.86 requires trust anchor validation of decrypted EncryptedAssertions. Callers without a decryption key_file configured are unaffected.

Root causeExploit chainMitigation
https://github.com/advisories/GHSA-g48m-j5m7-625h
Research notes

References

4