CVE-2026-23992
Description
go-tuf is a Go implementation of The Update Framework (TUF). Starting in version 2.0.0 and prior to version 2.3.1, a compromised or misconfigured TUF repository can have the configured value of signature thresholds set to 0, which effectively disables signature verification. This can lead to unauthorized modification to TUF metadata files is possible at rest, or during transit as no integrity checks are made. Version 2.3.1 fixes the issue. As a workaround, always make sure that the TUF metadata roles are configured with a threshold of at least 1.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | forky | fixed | 2.4.1+0.7.0-1 |
| debian | sid | fixed | 2.4.1+0.7.0-1 |
| debian | trixie | affected | |
| sles | affected | |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Go | github.com/theupdateframework/go-tuf/v2 | <2.3.1 | 2.3.1 |
References
- https://github.com/theupdateframework/go-tuf/security/advisories/GHSA-fphv-w9fq-2525
- https://nvd.nist.gov/vuln/detail/CVE-2026-23992
- https://github.com/theupdateframework/go-tuf/commit/b38d91fdbc69dfe31fe9230d97dafe527ea854a0
- https://github.com/theupdateframework/go-tuf
- https://github.com/theupdateframework/go-tuf/releases/tag/v2.3.1
- https://security-tracker.debian.org/tracker/CVE-2026-23992
- https://www.suse.com/security/cve/CVE-2026-23992.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.