Skip to content

Commit 4ced7d0

Browse files
committed
data/reports: add GO-2022-0758.yaml
Aliases: CVE-2022-35929, GHSA-vjxv-45g9-9296 Fixes #758 Change-Id: I1753432507a6d32d9ee5144f63660b8ba06a8482 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/540935 Run-TryBot: Zvonimir Pavlinovic <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent be143bd commit 4ced7d0

File tree

3 files changed

+74
-8
lines changed

3 files changed

+74
-8
lines changed

data/excluded/GO-2022-0758.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

data/osv/GO-2022-0758.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2022-0758",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2022-35929",
8+
"GHSA-vjxv-45g9-9296"
9+
],
10+
"summary": "Improper verification of signature attestations in github.com/sigstore/cosign",
11+
"details": "Improper verification of signature attestations in github.com/sigstore/cosign",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/sigstore/cosign",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "1.10.1"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {
32+
"imports": [
33+
{
34+
"path": "github.com/sigstore/cosign/cmd/cosign/cli/verify",
35+
"symbols": [
36+
"VerifyAttestationCommand.Exec"
37+
]
38+
}
39+
]
40+
}
41+
}
42+
],
43+
"references": [
44+
{
45+
"type": "ADVISORY",
46+
"url": "https://github.com/sigstore/cosign/security/advisories/GHSA-vjxv-45g9-9296"
47+
},
48+
{
49+
"type": "FIX",
50+
"url": "https://github.com/sigstore/cosign/commit/c5fda01a8ff33ca981f45a9f13e7fb6bd2080b94"
51+
}
52+
],
53+
"database_specific": {
54+
"url": "https://pkg.go.dev/vuln/GO-2022-0758"
55+
}
56+
}

data/reports/GO-2022-0758.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
id: GO-2022-0758
2+
modules:
3+
- module: github.com/sigstore/cosign
4+
versions:
5+
- fixed: 1.10.1
6+
vulnerable_at: 1.10.0
7+
packages:
8+
- package: github.com/sigstore/cosign/cmd/cosign/cli/verify
9+
symbols:
10+
- VerifyAttestationCommand.Exec
11+
summary: Improper verification of signature attestations in github.com/sigstore/cosign
12+
cves:
13+
- CVE-2022-35929
14+
ghsas:
15+
- GHSA-vjxv-45g9-9296
16+
references:
17+
- advisory: https://github.com/sigstore/cosign/security/advisories/GHSA-vjxv-45g9-9296
18+
- fix: https://github.com/sigstore/cosign/commit/c5fda01a8ff33ca981f45a9f13e7fb6bd2080b94

0 commit comments

Comments
 (0)