Vulnerability in Timlegge Net\
CVE-2026-18089
Net::SAML2 versions before 0.86 for Perl allow SAML authentication bypass by verifying responses against the response-embedded certificate in verify_xml when no trust anchor is configured. verify_xml 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, so an unanchored response is checked only against the key it carries. Binding::POST declares cacert as an optional Maybe[Str] with no default, so a POST binding built without one takes that path, and _verify_encrypted_assertion returns early the same way with "return $xml unless $cacert;". Any caller that constructs Binding::POST or calls Assertion->new_from_xml without a cacert, cert_text, or anchors argument accepts a response signed by an attacker generated key whose self-signed certificate is embedded in that response, authenticating an arbitrary assertion.
Vulnerability class: Improper Certificate Validation
EPSS: 0.002 (7.3th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N.
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 (Product)
- 9b29abf9-4ab0-4765-b253-1875cd9b441e (Product)
- 9b29abf9-4ab0-4765-b253-1875cd9b441e (Product)
Frequently asked questions
- What is CVE-2026-18089?
- CVE-2026-18089 is a high-severity vulnerability in Timlegge Net\, classified under Improper Certificate Validation. CVSS score: 7.5/10. Published 2026-08-03.
- How severe is CVE-2026-18089?
- High severity. CVSS v3 base score is 7.5 out of 10.