-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data/reports: add 2 needs review reports
- data/reports/GO-2024-3101.yaml - data/reports/GO-2024-3344.yaml Updates #3101 Updates #3344 Change-Id: I2f7e53dcc3408324888151bf28d19d6e2d950fba Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/637957 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
- Loading branch information
Showing
4 changed files
with
167 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-3101", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"GHSA-75qh-gg76-p2w4" | ||
], | ||
"summary": "CWA-2023-004: Excessive number of function parameters in compiled Wasm in github.com/CosmWasm/wasmvm", | ||
"details": "CWA-2023-004: Excessive number of function parameters in compiled Wasm in github.com/CosmWasm/wasmvm", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/CosmWasm/wasmvm", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "1.2.5" | ||
}, | ||
{ | ||
"introduced": "1.3.0" | ||
}, | ||
{ | ||
"fixed": "1.3.1" | ||
}, | ||
{ | ||
"introduced": "1.4.0" | ||
}, | ||
{ | ||
"fixed": "1.4.2" | ||
}, | ||
{ | ||
"introduced": "1.5.0" | ||
}, | ||
{ | ||
"fixed": "1.5.1" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/advisories/GHSA-75qh-gg76-p2w4" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://forum.cosmos.network/t/high-severity-security-patch-upcoming-on-wed-10th-cwa-2023-004-brought-to-you-by-certik-and-confio/12840" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2023-004.md" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://rustsec.org/advisories/RUSTSEC-2024-0366.html" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://www.certik.com/resources/blog/risk-and-security-enhancement-for-app-chains-an-in-depth-writeup-of-cwa-2023" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-3101", | ||
"review_status": "UNREVIEWED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-3344", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"GHSA-32gq-x56h-299c" | ||
], | ||
"summary": "age vulnerable to malicious plugin names, recipients, or identities causing arbitrary binary execution in filippo.io/age", | ||
"details": "age vulnerable to malicious plugin names, recipients, or identities causing arbitrary binary execution in filippo.io/age", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "filippo.io/age", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "1.2.1" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/FiloSottile/age/security/advisories/GHSA-32gq-x56h-299c" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/FiloSottile/age/commit/482cf6fc9babd3ab06f6606762aac10447222201" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-3344", | ||
"review_status": "UNREVIEWED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
id: GO-2024-3101 | ||
modules: | ||
- module: github.com/CosmWasm/wasmvm | ||
versions: | ||
- fixed: 1.2.5 | ||
- introduced: 1.3.0 | ||
- fixed: 1.3.1 | ||
- introduced: 1.4.0 | ||
- fixed: 1.4.2 | ||
- introduced: 1.5.0 | ||
- fixed: 1.5.1 | ||
vulnerable_at: 1.5.0 | ||
summary: 'CWA-2023-004: Excessive number of function parameters in compiled Wasm in github.com/CosmWasm/wasmvm' | ||
ghsas: | ||
- GHSA-75qh-gg76-p2w4 | ||
references: | ||
- advisory: https://github.com/advisories/GHSA-75qh-gg76-p2w4 | ||
- web: https://forum.cosmos.network/t/high-severity-security-patch-upcoming-on-wed-10th-cwa-2023-004-brought-to-you-by-certik-and-confio/12840 | ||
- web: https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2023-004.md | ||
- web: https://rustsec.org/advisories/RUSTSEC-2024-0366.html | ||
- web: https://www.certik.com/resources/blog/risk-and-security-enhancement-for-app-chains-an-in-depth-writeup-of-cwa-2023 | ||
source: | ||
id: GHSA-75qh-gg76-p2w4 | ||
created: 2024-12-20T10:04:11.705159-10:00 | ||
review_status: NEEDS_REVIEW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
id: GO-2024-3344 | ||
modules: | ||
- module: filippo.io/age | ||
versions: | ||
- fixed: 1.2.1 | ||
vulnerable_at: 1.2.0 | ||
summary: |- | ||
age vulnerable to malicious plugin names, recipients, or identities causing | ||
arbitrary binary execution in filippo.io/age | ||
ghsas: | ||
- GHSA-32gq-x56h-299c | ||
references: | ||
- advisory: https://github.com/FiloSottile/age/security/advisories/GHSA-32gq-x56h-299c | ||
- web: https://github.com/FiloSottile/age/commit/482cf6fc9babd3ab06f6606762aac10447222201 | ||
source: | ||
id: GHSA-32gq-x56h-299c | ||
created: 2024-12-20T10:03:46.400782-10:00 | ||
review_status: NEEDS_REVIEW |