Skip to content

Commit a2bea08

Browse files
committed
x/vulndb: add reports/GO-2022-0444.yaml for CVE-2022-29173
Fixes #444 Change-Id: I81c64ac7ef48b4c18f27f2883a687082c4793e00 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/414575 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]> Run-TryBot: Damien Neil <[email protected]>
1 parent dcbbe6f commit a2bea08

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

reports/GO-2022-0444.yaml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
packages:
2+
- module: github.com/theupdateframework/go-tuf
3+
package: github.com/theupdateframework/go-tuf/client
4+
symbols:
5+
- Client.Update
6+
- Client.UpdateRoots
7+
- Client.downloadMetaFromSnapshot
8+
- Client.downloadMetaFromTimestamp
9+
- Client.decodeRoot
10+
- Client.decodeTargets
11+
- Client.decodeTimestamp
12+
derived_symbols:
13+
- Client.Download
14+
- Client.Init
15+
- Client.Target
16+
versions:
17+
- fixed: 0.3.0
18+
vulnerable_at: 0.2.0
19+
- module: github.com/theupdateframework/go-tuf
20+
package: github.com/theupdateframework/go-tuf/util
21+
symbols:
22+
- TimestampFileMetaEqual
23+
versions:
24+
- fixed: 0.3.0
25+
vulnerable_at: 0.2.0
26+
description: |
27+
The TUF client is vulnerable to rollback attacks, in which an
28+
attacker causes a client to install software older than the software
29+
the client previously knew to be available.
30+
cves:
31+
- CVE-2022-29173
32+
ghsas:
33+
- GHSA-66x3-6cw3-v5gj
34+
links:
35+
commit: https://github.com/theupdateframework/go-tuf/commit/ed6788e710fc3093a7ecc2d078bf734c0f200d8d

0 commit comments

Comments
 (0)