Xml::sig Project

Xml::sig

4 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.19%
  • Veröffentlicht 03.08.2026 14:38:52
  • Zuletzt bearbeitet 05.08.2026 14:58:07

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 `$...

  • EPSS 0.17%
  • Veröffentlicht 03.08.2026 13:14:43
  • Zuletzt bearbeitet 05.08.2026 14:57:50

XML::Sig versions before 0.71 for Perl allow signature wrapping via duplicate ID. _get_signed_xml() 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 ...

  • EPSS 0.28%
  • Veröffentlicht 03.08.2026 13:09:40
  • Zuletzt bearbeitet 05.08.2026 14:57:18

XML::Sig versions before 0.71 for Perl allow XPath injection in ID lookup. verify() and _get_signed_xml() in lib/XML/Sig.pm build XPath expressions by concatenating the SignedInfo/Reference/@URI value read from the document being verified. The value...

  • EPSS 0.16%
  • Veröffentlicht 26.11.2025 22:34:33
  • Zuletzt bearbeitet 30.12.2025 15:21:37

XML-Sig versions 0.27 through 0.67 for Perl incorrectly validates XML files if signatures are omitted. An attacker can remove the signature from the XML document to make it pass the verification check. XML-Sig is a Perl module to validate signature...