CVE detail
CVE-2026-33487
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, there is a loop variable capture issue. The code takes the address of the loop variable `_ref` instead of its value. As a result, if more than one reference matches the ID or if the loop logic is incorrect, the `ref` pointer will always end up pointing to the last element in the `SignedInfo.References` slice after the loop. goxmlsig version 1.6.0 contains a patch.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 25.6 · diversity 13.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
12 source links · newest first
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-33487.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comMar 26, 2026, 6:16 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2451814bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comMar 26, 2026, 6:16 PM - https://access.redhat.com/security/cve/CVE-2026-33487access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 26, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:36882access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 26, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:23345access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 26, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:22423access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 26, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:22347access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 26, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:21769access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 26, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:20946access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 26, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:20943access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 26, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:13548access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 26, 2026, 6:16 PM No excerpt available.
Exploitgithub.comMar 26, 2026, 6:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2020-15216CVSS 5.3 · Medium
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 pa…
- CVE-2026-59243CVSS 9.8 · Critical
The FAB auth manager's Azure AD OAuth login defaulted `verify_signature=False` when decoding the ID token, so an attacker able to present a forged or unsigned (`alg:none`) ID toke…
- CVE-2026-63237CVSS 4.8 · Medium
A TOTP two-factor authentication bypass vulnerability in Koollab LMS allowed an attacker to supply a client-controlled seed to generate a matching one-time password and bypass the…
- CVE-2026-65616CVSS 8.8 · High
Incorrect authorization validation in refresh token signature allows non-admin users to obtain a signed JFrog administrator token.
- CVE-2026-14837CVSS 8.5 · High
Multiple Lenze products are affected by an improper signature verification vulnerability in the SSH enablement mechanism. A low-privileged local attacker can bypass verification o…
- CVE-2026-48021CVSS 9.1 · Critical
In epa4all, prior to version 2026-05-20, an attacker who can intercept the TLS connection between epa4all and the ePA backend can complete the VAU handshake with attacker-controll…