Skip to content

Commit 5a605e2

Browse files
tatianabTatiana Bradley
authored and
Tatiana Bradley
committed
x/vulndb: add reports/GO-2022-0318.yaml for CVE-2022-23773
Fixes #318 Change-Id: I5f1543ae4aca58bd973b9f1307ef011c03f7959c Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/420655 Reviewed-by: Damien Neil <[email protected]>
1 parent 0cf3970 commit 5a605e2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

reports/GO-2022-0318.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
packages:
2+
- module: std
3+
package: cmd/go/internal/modfetch
4+
symbols:
5+
- codeRepo.convert
6+
- codeRepo.validatePseudoVersion
7+
versions:
8+
- fixed: 1.16.14
9+
- introduced: 1.17.0
10+
fixed: 1.17.7
11+
vulnerable_at: 1.17.6
12+
description: |
13+
Incorrect access control is possible in the go command.
14+
15+
The go command can misinterpret branch names that falsely appear to be
16+
version tags. This can lead to incorrect access control if an actor is
17+
authorized to create branches but not tags.
18+
cves:
19+
- CVE-2022-23773
20+
links:
21+
pr: https://go.dev/cl/378400
22+
commit: https://go.googlesource.com/go/+/fa4d9b8e2bc2612960c80474fca83a4c85a974eb
23+
context:
24+
- https://go.dev/issue/35671
25+
- https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ

0 commit comments

Comments
 (0)