We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf3970 commit 5a605e2Copy full SHA for 5a605e2
reports/GO-2022-0318.yaml
@@ -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