go-tuf affected by client DoS via malformed server response
Moderate severity
GitHub Reviewed
Published
Jan 20, 2026
in
theupdateframework/go-tuf
•
Updated Jan 22, 2026
Package
Affected versions
< 2.3.1
Patched versions
2.3.1
Description
Published to the GitHub Advisory Database
Jan 21, 2026
Reviewed
Jan 21, 2026
Published by the National Vulnerability Database
Jan 22, 2026
Last updated
Jan 22, 2026
Security Disclosure: Client DoS via malformed server response
Summary
If the TUF repository (or any of its mirrors) returns invalid TUF metadata JSON (valid JSON but not well formed TUF metadata), the client will panic during parsing, causing a DoS. The panic happens before any signature is validated. This means that a compromised repository/mirror/cache can DoS clients without having access to any signing key.
Impact
Client crashes upon receiving and parsing malformed TUF metadata. This can cause long running services to enter an restart/crash loop.
Workarounds
None currently.
Affected code
The
metadata.checkTypefunction did not properly type assert the (untrusted) input causing it to panic on malformed data.References