Lucene search
+L

450 matches found

Kitploit
Kitploit
added 2026/08/29 7:31 p.m.4 views

WS-Attacker

WS-Attacker WS-Attacker è un framework modulare per il penetration testing di servizi web. È sviluppato dalla Cattedra di Sicurezza delle Reti e dei Dati, Ruhr University Bochum https://nds.rub.de/ e dalla Hackmanit GmbH https://hackmanit.de/. L'idea alla base di WS-Attacker è quella di fornire u...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/27 4:23 a.m.4 views

xmlsec

XMLSec-Bibliothek Die XMLSec-Bibliothek bietet eine in C implementierte Unterstützung für die wichtigsten XML-Sicherheitsstandards: XML-Signatur-Syntax und -Verarbeitung XML-Verschlüsselungs-Syntax und -Verarbeitung Detaillierte Informationen über unterstützte Funktionen und Algorithmen finden Si...

5.3AI score
SaveExploits0References3
NVD
NVD
added 2026/08/19 3:17 p.m.10 views

CVE-2026-49289

The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. In 4.19.2 and 4.20.2, the library permits attacker-controlled XPath transforms while processing XML signatures in specially crafted SAML messages. XPath evaluation can consume uncontrolled processing resources,...

7.5CVSS0.0056EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/19 2:48 p.m.18 views

EUVD-2026-62505

The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. In 4.19.2 and 4.20.2, the library permits attacker-controlled XPath transforms while processing XML signatures in specially crafted SAML messages. XPath evaluation can consume uncontrolled processing resources,...

7.5CVSS5.6AI score0.0056EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 2:48 p.m.11 views

CVE-2026-49289 SimpleSAMLphp SAML2: Possible DoS via XPath Transform

The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. In 4.19.2 and 4.20.2, the library permits attacker-controlled XPath transforms while processing XML signatures in specially crafted SAML messages. XPath evaluation can consume uncontrolled processing resources,...

7.5CVSS5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/19 2:48 p.m.30 views

CVE-2026-49289 SimpleSAMLphp SAML2: Possible DoS via XPath Transform

The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. In 4.19.2 and 4.20.2, the library permits attacker-controlled XPath transforms while processing XML signatures in specially crafted SAML messages. XPath evaluation can consume uncontrolled processing resources,...

7.5CVSS0.0056EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 2:48 p.m.56 views

CVE-2026-49289

The simplesamlphp/saml2 library (versions 4.19.2 and 4.20.2) permits attacker-controlled XPath transforms during XML signature processing, allowing a remote unauthenticated attacker to consume excessive resources and cause denial of service. The fix caps transform count and rejects XPath transfor...

7.5CVSS5.6AI score0.0056EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/03 4:16 p.m.15 views

CVE-2026-18568

XML::Sig versions from 0.29 before 0.72 for Perl allow signature verification bypass because verify returns true when every signature was skipped before any cryptographic check. verify in lib/XML/Sig.pm counts the //dsig:Signature elements into $numsigs and iterates over them, but two paths reach...

7.5CVSS0.00191EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/03 2:38 p.m.8 views

CVE-2026-18568

XML::Sig versions from 0.29 before 0.72 for Perl allow signature verification bypass because verify returns true when every signature was skipped before any cryptographic check. verify in lib/XML/Sig.pm counts the //dsig:Signature elements into $numsigs and iterates over them, but two paths reach...

9.3CVSS5.4AI score0.00191EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/03 2:38 p.m.50 views

CVE-2026-18568 XML::Sig versions from 0.29 before 0.72 for Perl allow signature verification bypass because verify returns true when every signature was skipped before any cryptographic check

XML::Sig versions from 0.29 before 0.72 for Perl allow signature verification bypass because verify returns true when every signature was skipped before any cryptographic check. verify in lib/XML/Sig.pm counts the //dsig:Signature elements into $numsigs and iterates over them, but two paths reach...

0.00191EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/03 2:38 p.m.51 views

CVE-2026-18568

XML::Sig for Perl versions prior to 0.72 is vulnerable: verify() can return true without performing any digest or signature checks when multiple signatures are present or id_attr mismatch occurs, effectively bypassing signature verification. Affected range includes 0.29–0.71 (up to 0.28 is not af...

7.5CVSS5.4AI score0.00191EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/08/03 2:38 p.m.17 views

EUVD-2026-52325

XML::Sig versions from 0.29 before 0.72 for Perl allow signature verification bypass because verify returns true when every signature was skipped before any cryptographic check. verify in lib/XML/Sig.pm counts the //dsig:Signature elements into $numsigs and iterates over them, but two paths reach...

7.5CVSS5.4AI score0.00191EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/03 2:16 p.m.10 views

CVE-2026-9487

XML::Sig versions before 0.71 for Perl allow signature wrapping via duplicate ID. getsignedxml in lib/XML/Sig.pm, called from verify, resolves the SignedInfo Reference/@URI to a node with the XPath expression "//@ID='$id'" and returns the first node of the resulting node set. A document in which...

9.1CVSS0.00167EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/03 2:16 p.m.16 views

CVE-2026-9390

XML::Sig versions before 0.71 for Perl allow XPath injection in ID lookup. verify and getsignedxml in lib/XML/Sig.pm build XPath expressions by concatenating the SignedInfo/Reference/@URI value read from the document being verified. The value is neither escaped nor checked against the NCName...

9.1CVSS0.00288EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/03 2:16 p.m.14 views

CVE-2026-18092

Net::SAML2 versions before 0.86 for Perl allow SAML authentication bypass via XML signature wrapping because newfromxml reads assertion identity with document-wide XPath instead of the signed subtree. newfromxml reads the NameID, attribute values, SessionIndex, audience and other identity fields...

8.1CVSS0.00196EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/03 1:24 p.m.52 views

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

Net::SAML2 versions before 0.86 for Perl allow SAML authentication bypass via XML signature wrapping because newfromxml reads assertion identity with document-wide XPath instead of the signed subtree. newfromxml reads the NameID, attribute values, SessionIndex, audience and other identity fields...

0.00196EPSS
SaveExploits0References2
AlpineLinux
AlpineLinux
added 2026/08/03 1:24 p.m.9 views

CVE-2026-18092

Net::SAML2 versions before 0.86 for Perl allow SAML authentication bypass via XML signature wrapping because newfromxml reads assertion identity with document-wide XPath instead of the signed subtree. newfromxml reads the NameID, attribute values, SessionIndex, audience and other identity fields...

8.1CVSS5.6AI score0.00196EPSS
SaveExploits0
CVE
CVE
added 2026/08/03 1:24 p.m.53 views

CVE-2026-18092

Net::SAML2 for Perl is affected prior to version 0.86. The vulnerability arises because new_from_xml reads assertion identity (NameID, attributes, SessionIndex, etc.) using document-wide XPath (e.g., //saml:Assertion/saml:AttributeStatement/saml:Attribute, //saml:Subject/saml:NameID) instead of t...

8.1CVSS5.6AI score0.00196EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/03 1:24 p.m.14 views

CVE-2026-18092

Net::SAML2 versions before 0.86 for Perl allow SAML authentication bypass via XML signature wrapping because newfromxml reads assertion identity with document-wide XPath instead of the signed subtree. newfromxml reads the NameID, attribute values, SessionIndex, audience and other identity fields...

5.6AI score0.00196EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/03 1:14 p.m.49 views

CVE-2026-9487 XML::Sig versions before 0.71 for Perl allow signature wrapping via duplicate ID

XML::Sig versions before 0.71 for Perl allow signature wrapping via duplicate ID. getsignedxml in lib/XML/Sig.pm, called from verify, resolves the SignedInfo Reference/@URI to a node with the XPath expression "//@ID='$id'" and returns the first node of the resulting node set. A document in which...

0.00167EPSS
SaveExploits0References2
Rows per page
Query Builder