Skip to content

Commit

Permalink
data/reports: add GO-2022-0758.yaml
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
zpavlinovic committed Nov 9, 2023
1 parent be143bd commit 4ced7d0
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data/excluded/GO-2022-0758.yaml

This file was deleted.

56 changes: 56 additions & 0 deletions data/osv/GO-2022-0758.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"schema_version": "1.3.1",
"id": "GO-2022-0758",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2022-35929",
"GHSA-vjxv-45g9-9296"
],
"summary": "Improper verification of signature attestations in github.com/sigstore/cosign",
"details": "Improper verification of signature attestations in github.com/sigstore/cosign",
"affected": [
{
"package": {
"name": "github.com/sigstore/cosign",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.10.1"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/sigstore/cosign/cmd/cosign/cli/verify",
"symbols": [
"VerifyAttestationCommand.Exec"
]
}
]
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/sigstore/cosign/security/advisories/GHSA-vjxv-45g9-9296"
},
{
"type": "FIX",
"url": "https://github.com/sigstore/cosign/commit/c5fda01a8ff33ca981f45a9f13e7fb6bd2080b94"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2022-0758"
}
}
18 changes: 18 additions & 0 deletions data/reports/GO-2022-0758.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
id: GO-2022-0758
modules:
- module: github.com/sigstore/cosign
versions:
- fixed: 1.10.1
vulnerable_at: 1.10.0
packages:
- package: github.com/sigstore/cosign/cmd/cosign/cli/verify
symbols:
- VerifyAttestationCommand.Exec
summary: Improper verification of signature attestations in github.com/sigstore/cosign
cves:
- CVE-2022-35929
ghsas:
- GHSA-vjxv-45g9-9296
references:
- advisory: https://github.com/sigstore/cosign/security/advisories/GHSA-vjxv-45g9-9296
- fix: https://github.com/sigstore/cosign/commit/c5fda01a8ff33ca981f45a9f13e7fb6bd2080b94

0 comments on commit 4ced7d0

Please sign in to comment.