Skip to content

Commit 9693eac

Browse files
tatianabgopherbot
authored andcommitted
data/reports: add 2 unreviewed reports
- data/reports/GO-2024-3315.yaml - data/reports/GO-2024-3319.yaml Fixes #3315 Fixes #3319 Change-Id: I9ae6853da756c96f07e3b9a24cf22546a034cf3e Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/634920 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]>
1 parent 595da9f commit 9693eac

File tree

4 files changed

+121
-0
lines changed

4 files changed

+121
-0
lines changed

data/osv/GO-2024-3315.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-3315",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-46455"
8+
],
9+
"summary": "CVE-2024-46455 in github.com/Unstructured-IO/unstructured",
10+
"details": "CVE-2024-46455 in github.com/Unstructured-IO/unstructured",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/Unstructured-IO/unstructured",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
}
24+
]
25+
}
26+
],
27+
"ecosystem_specific": {}
28+
}
29+
],
30+
"references": [
31+
{
32+
"type": "ADVISORY",
33+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46455"
34+
},
35+
{
36+
"type": "WEB",
37+
"url": "https://binarysouljour.me/cve-2024-46455"
38+
},
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/Unstructured-IO/unstructured/tree/0.14.2"
42+
}
43+
],
44+
"database_specific": {
45+
"url": "https://pkg.go.dev/vuln/GO-2024-3315",
46+
"review_status": "UNREVIEWED"
47+
}
48+
}

data/osv/GO-2024-3319.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-3319",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"GHSA-vmg2-r3xv-r3xf"
8+
],
9+
"summary": "Simulation of Wasmd message can cause crashing in github.com/CosmWasm/wasmd",
10+
"details": "Simulation of Wasmd message can cause crashing in github.com/CosmWasm/wasmd",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/CosmWasm/wasmd",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "0.53.2"
26+
}
27+
]
28+
}
29+
],
30+
"ecosystem_specific": {}
31+
}
32+
],
33+
"references": [
34+
{
35+
"type": "ADVISORY",
36+
"url": "https://github.com/CosmWasm/wasmd/security/advisories/GHSA-vmg2-r3xv-r3xf"
37+
}
38+
],
39+
"database_specific": {
40+
"url": "https://pkg.go.dev/vuln/GO-2024-3319",
41+
"review_status": "UNREVIEWED"
42+
}
43+
}

data/reports/GO-2024-3315.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
id: GO-2024-3315
2+
modules:
3+
- module: github.com/Unstructured-IO/unstructured
4+
vulnerable_at: 0.0.0-20241209234800-b981d7197f06
5+
summary: CVE-2024-46455 in github.com/Unstructured-IO/unstructured
6+
cves:
7+
- CVE-2024-46455
8+
references:
9+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-46455
10+
- web: https://binarysouljour.me/cve-2024-46455
11+
- web: https://github.com/Unstructured-IO/unstructured/tree/0.14.2
12+
source:
13+
id: CVE-2024-46455
14+
created: 2024-12-10T16:09:51.018223-05:00
15+
review_status: UNREVIEWED

data/reports/GO-2024-3319.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
id: GO-2024-3319
2+
modules:
3+
- module: github.com/CosmWasm/wasmd
4+
versions:
5+
- fixed: 0.53.2
6+
vulnerable_at: 0.53.1
7+
summary: Simulation of Wasmd message can cause crashing in github.com/CosmWasm/wasmd
8+
ghsas:
9+
- GHSA-vmg2-r3xv-r3xf
10+
references:
11+
- advisory: https://github.com/CosmWasm/wasmd/security/advisories/GHSA-vmg2-r3xv-r3xf
12+
source:
13+
id: GHSA-vmg2-r3xv-r3xf
14+
created: 2024-12-10T16:09:48.729483-05:00
15+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)