Lucene search
K

27 matches found

OSV
OSV
added 2026/03/27 6:39 p.m.1 views

GO-2026-4753 Loop Variable Capture Signature Bypass in goxmldsig in github.com/russellhaering/goxmldsig

Loop Variable Capture Signature Bypass in goxmldsig in github.com/russellhaering/goxmldsig...

7.5CVSS5.8AI score0.00026EPSS
Exploits1References1
Cvelist
Cvelist
added 2026/03/26 5:17 p.m.22 views

CVE-2026-33487 goxmldsig has validateSignature Loop Variable Capture Signature Bypass

goxmlsig provides XML Digital Signatures implemented in Go. Prior to version 1.6.0, the validateSignature function in validate.go goes through the references in the SignedInfo block to find one that matches the signed element's ID. In Go versions before 1.22, or when go.mod uses an older version,...

7.5CVSS0.00026EPSS
Exploits1References1
CNNVD
CNNVD
added 2026/03/26 12:0 a.m.4 views

goxmldsig 安全漏洞

Goxmldsig is a digital signature library written in Go language by Russell Haering. This library inherits from SAML 2.0, allowing signature generation and verification functions to be performed without the need for command-line tools. Versions of goxmldsig prior to 1.6.0 contained security...

7.5CVSS5.8AI score0.00026EPSS
Exploits1References1
Github Security Blog
Github Security Blog
added 2026/03/18 8:18 p.m.3 views

validateSignature Loop Variable Capture Signature Bypass in goxmldsig

Details The validateSignature function in validate.go goes through the references in the SignedInfo block to find one that matches the signed element's ID. In Go versions before 1.22, or when go.mod uses an older version, there is a loop variable capture issue. The code takes the address of the...

7.5CVSS5.8AI score0.00026EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2026/03/18 8:18 p.m.1 views

GHSA-479M-364C-43VC validateSignature Loop Variable Capture Signature Bypass in goxmldsig

Details The validateSignature function in validate.go goes through the references in the SignedInfo block to find one that matches the signed element's ID. In Go versions before 1.22, or when go.mod uses an older version, there is a loop variable capture issue. The code takes the address of the...

7.5CVSS5.8AI score0.00026EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2022/10/07 7:17 a.m.22 views

goxmldsig vulnerable to crash on nil-pointer dereference caused by sending malformed XML signatures

This affects all versions of package github.com/russellhaering/goxmldsig prior to 1.1.1. There is a crash on nil-pointer dereference caused by sending malformed XML signatures. This issue is patched in version 1.1.1...

7.5CVSS7.1AI score0.00438EPSS
Exploits1References6Affected Software2
OSV
OSV
added 2022/10/07 7:17 a.m.19 views

GHSA-MQQV-CHPX-VQ25 goxmldsig vulnerable to crash on nil-pointer dereference caused by sending malformed XML signatures

This affects all versions of package github.com/russellhaering/goxmldsig prior to 1.1.1. There is a crash on nil-pointer dereference caused by sending malformed XML signatures. This issue is patched in version 1.1.1...

7.5CVSS7.2AI score0.00604EPSS
Exploits1References6
OSV
OSV
added 2021/05/24 4:59 p.m.17 views

GHSA-5684-G483-2249 Signature Validation Bypass

Impact Given a valid SAML Response, an attacker can potentially modify the document, bypassing signature validation in order to pass off the altered document as a signed one. This enables a variety of attacks, including users accessing accounts other than the one to which they authenticated in th...

7.3AI score
Exploits0References2
Github Security Blog
Github Security Blog
added 2021/05/24 4:59 p.m.38 views

Signature Validation Bypass

Impact An authentication bypass exists in the goxmldsig this library uses to determine if SAML assertions are genuine. An attacker could craft a SAML response that would appear to be valid but would not have been genuinely issued by the IDP. Patches Version 0.4.2 bumps the dependency which should...

0.9AI score
Exploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/24 4:57 p.m.89 views

github.com/russellhaering/goxmldsig vulnerable to Signature Validation Bypass

Impact With a carefully crafted XML file, an attacker can completely bypass signature validation and pass off an altered file as a signed one. Patches A patch is available, all users of goxmldsig should upgrade to v1.1.0. For more information If you have any questions or comments about this...

6.5CVSS6.7AI score0.00209EPSS
Exploits0References8Affected Software1
OSV
OSV
added 2021/05/24 4:57 p.m.19 views

GHSA-Q547-GMF8-8JR7 github.com/russellhaering/goxmldsig vulnerable to Signature Validation Bypass

Impact With a carefully crafted XML file, an attacker can completely bypass signature validation and pass off an altered file as a signed one. Patches A patch is available, all users of goxmldsig should upgrade to v1.1.0. For more information If you have any questions or comments about this...

5.3CVSS6.5AI score0.005EPSS
Exploits0References7
OSV
OSV
added 2021/04/14 8:4 p.m.28 views

GO-2020-0050 XML digital signature validation bypass in github.com/russellhaering/goxmldsig

Due to the behavior of encoding/xml, a crafted XML document may cause XML Digital Signature validation to be entirely bypassed, causing an unsigned document to appear signed...

9.8CVSS7.4AI score0.005EPSS
Exploits0References1
Fedora
Fedora
added 2021/01/14 1:44 a.m.84 views

[SECURITY] Fedora 32 Update: golang-github-russellhaering-goxmldsig-1.1.0-1.fc32

Pure Go implementation of XML Digital Signatures...

6.5CVSS1.9AI score0.00209EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2020/10/01 6:5 a.m.33 views

CVE-2020-15216

In goxmldsig XML Digital Signatures implemented in pure Go before version 1.1.0, with a carefully crafted XML file, an attacker can completely bypass signature validation and pass off an altered file as a signed one. A patch is available, all users of goxmldsig should upgrade to at least revision...

6.5CVSS3.7AI score0.00209EPSS
Exploits0References4
NVD
NVD
added 2020/09/29 4:15 p.m.21 views

CVE-2020-15216

In goxmldsig XML Digital Signatures implemented in pure Go before version 1.1.0, with a carefully crafted XML file, an attacker can completely bypass signature validation and pass off an altered file as a signed one. A patch is available, all users of goxmldsig should upgrade to at least revision...

6.5CVSS0.00209EPSS
Exploits0References5
OSV
OSV
added 2020/09/29 4:15 p.m.2 views

DEBIAN-CVE-2020-15216

In goxmldsig XML Digital Signatures implemented in pure Go before version 1.1.0, with a carefully crafted XML file, an attacker can completely bypass signature validation and pass off an altered file as a signed one. A patch is available, all users of goxmldsig should upgrade to at least revision...

6.5CVSS6.4AI score0.00209EPSS
Exploits0References1
OSV
OSV
added 2020/09/29 4:15 p.m.16 views

CVE-2020-15216

In goxmldsig XML Digital Signatures implemented in pure Go before version 1.1.0, with a carefully crafted XML file, an attacker can completely bypass signature validation and pass off an altered file as a signed one. A patch is available, all users of goxmldsig should upgrade to at least revision...

6.5CVSS6.7AI score
Exploits0References5
UbuntuCve
UbuntuCve
added 2020/09/29 4:15 p.m.21 views

CVE-2020-15216

In goxmldsig XML Digital Signatures implemented in pure Go before version 1.1.0, with a carefully crafted XML file, an attacker can completely bypass signature validation and pass off an altered file as a signed one. A patch is available, all users of goxmldsig should upgrade to at least revision...

6.5CVSS6.6AI score0.00209EPSS
Exploits0References3
Prion
Prion
added 2020/09/29 4:15 p.m.14 views

Design/Logic Flaw

In goxmldsig XML Digital Signatures implemented in pure Go before version 1.1.0, with a carefully crafted XML file, an attacker can completely bypass signature validation and pass off an altered file as a signed one. A patch is available, all users of goxmldsig should upgrade to at least revision...

4.3CVSS6.5AI score0.00209EPSS
Exploits0References5Affected Software2
Cvelist
Cvelist
added 2020/09/29 4:0 p.m.27 views

CVE-2020-15216 Signature Validation Bypass in goxmldsig

In goxmldsig XML Digital Signatures implemented in pure Go before version 1.1.0, with a carefully crafted XML file, an attacker can completely bypass signature validation and pass off an altered file as a signed one. A patch is available, all users of goxmldsig should upgrade to at least revision...

5.3CVSS6.6AI score0.00209EPSS
Exploits0References5
Rows per page
Query Builder