boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-33487HIGH
russellhaering goxmldsig — goxmldsig has validateSignature Loop Variable Capture Signature Bypass
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   N   L   N   N  U  N  H  N    7.5   .0030   22.5     —
AFFECTED
  Product    Versions   Fixed
  goxmldsig  < 1.6.0 –  —
TIMELINE
  Mar 20  Reserved by GitHub_M
  Mar 26  Published (CNA: GitHub_M)
  Aug 17  EXPLOIT PUBLISHED — CVE-2026-33487 (russellhaering goxmldsig). Public exploit reference added.
CWE-347, CWE-682 · CNA: GitHub_M · CVSS v3.1 · 12 references · NVD status: Modified

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.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
March 20, 2026ReservedReserved by GitHub_M
March 26, 2026PublishedPublished (CNA: GitHub_M)
August 17, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-33487 (russellhaering goxmldsig). Public exploit reference added.

Affected

Affected products and packages — 1 row
VendorProduct / PackageEcosystemVersion introducedFixed
russellhaeringgoxmldsig< 1.6.0

Weaknesses

CWE-347 · CWE-682

References (12)

Related

Authoritative record: CVE-2026-33487 at cve.org

Vendors: russellhaering

Weaknesses: CWE-347 · CWE-682

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-33487 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.