CVE-2026-33487
EUVD-2026-1628126.03.2026, 18:16
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.Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| goxmldsig_project | goxmldsig | 𝑥 < 1.6.0 |
𝑥
= Vulnerable software versions
Early Detection
Affected products identified ahead of NVD analysis through intelligence sources.
| Vendor | Product | Version | Source |
|---|---|---|---|
| Red Hat | Multicluster Global Hub 1.3.4 | 1779212259 ≤ 𝑥 < * | ADP |
| Red Hat | Multicluster Global Hub 1.5.4 | 1778867753 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat Advanced Cluster Management for Kubernetes 2.14 | 1782693386 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat Advanced Cluster Management for Kubernetes 2.15 | 1777142269 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat multicluster global hub 1.4.4 | 1779579439 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat multicluster global hub 1.6.0 | 1780167118 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat OpenShift GitOps 1.18 | 1779116359 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat OpenShift GitOps 1.19 | 1779209965 ≤ 𝑥 < * | ADP |
Common Weakness Enumeration
References