Vulnerability in Timlegge Net\
CVE-2026-18092
Net::SAML2 versions before 0.86 for Perl allow SAML authentication bypass via XML signature wrapping because new_from_xml reads assertion identity with document-wide XPath instead of the signed subtree. new_from_xml reads the NameID, attribute values, SessionIndex, audience and other identity fields with document-wide XPath, such as //saml:Assertion/saml:AttributeStatement/saml:Attribute and //saml:Subject/saml:NameID, which select the first matching element in document order rather than the element covered by the verified signature. handle_response confirms that a signature is present and, when a cacert is configured, that it chains to the CA, but XML::Sig verifies only the element named by the signature's Reference URI, so unsigned sibling assertions in the same document are not covered. An attacker who holds any one IdP-signed assertion can add an unsigned attacker-authored assertion earlier in document order; the signature still verifies and the document-order XPath returns the attacker's NameID and attributes. Any caller that passes an untrusted Response to new_from_xml can accept identity fields from an assertion the IdP never signed, even when a cacert trust anchor is configured, so a party holding one valid IdP-signed assertion can authenticate as an arbitrary user.
EPSS: 0.002 (9.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 8.1 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H.
Affected products
- Timlegge Net\ — versions \
- Timlegge Net::saml2 — versions 0
- Timlegge Net\:\:saml2
Weakness classification (CWE)
References
- 9b29abf9-4ab0-4765-b253-1875cd9b441e (release-notes, Release Notes)
- 9b29abf9-4ab0-4765-b253-1875cd9b441e (Patch, patch)
Frequently asked questions
- What is CVE-2026-18092?
- CVE-2026-18092 is a high-severity vulnerability in Timlegge Net\, classified under Improper Verification of Cryptographic Signature. CVSS score: 8.1/10. Published 2026-08-03.
- How severe is CVE-2026-18092?
- High severity. CVSS v3 base score is 8.1 out of 10.