CVE-2026-39826
Description
If a trusted template author were to write a <script> tag containing an empty 'type' attribute or a 'type' attribute with an ASCII whitespace, the execution of the template would incorrectly escape any data passed into the <script> block.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2026-39826.html
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2026-39826
Vendor advisory: security@golang.org — https://pkg.go.dev/vuln/GO-2026-4980
Vendor advisory: security@golang.org — https://groups.google.com/g/golang-announce/c/qcCIEXso47M
Vendor advisory: security@golang.org — https://go.dev/issue/78981
Vendor advisory: security@golang.org — https://go.dev/cl/771180
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | affected | |
| debian | bullseye | affected | |
| debian | trixie | affected | |
| debian | forky | fixed | 1.25.10-1 |
| debian | sid | fixed | 1.25.10-1 |
| sles | affected | |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Go | stdlib | >=1.26.0-0,<1.26.3 | 1.25.10 |
References
CWEs
CWE-116
Verify integrity in audit chain (admin only). AS-IS.