Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-33487 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-347Improper Verification of Cryptographic Signatureredhat-SADP
CWE-347Improper Verification of Cryptographic Signature[email protected]
CWE-682Incorrect Calculation[email protected]

Affected Products

ProductVersions
goxmldsig project goxmldsig
< 1.6.0

CPE

  • cpe:2.3:a:goxmldsig_project:goxmldsig:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

19 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-33487
NVD Published Date:
Mar 26, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-33487 Details - Not Deferred