Skip to content

Commit 74aba44

Browse files
committed
data/reports: add GO-2024-3134
- data/reports/GO-2024-3134.yaml Fixes #3134 Change-Id: Id8043e6ad9d7518eb2c07b4a41f3afe9fdb2a3ff Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/614081 Reviewed-by: Damien Neil <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 18cdc25 commit 74aba44

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

data/osv/GO-2024-3134.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-3134",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2023-30464",
8+
"GHSA-h92q-fgpp-qhrq"
9+
],
10+
"summary": "CoreDNS Cache Poisoning via a birthday attack in github.com/coredns/coredns",
11+
"details": "CoreDNS Cache Poisoning via a birthday attack in github.com/coredns/coredns",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/coredns/coredns",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
}
25+
]
26+
}
27+
],
28+
"ecosystem_specific": {}
29+
}
30+
],
31+
"references": [
32+
{
33+
"type": "ADVISORY",
34+
"url": "https://github.com/advisories/GHSA-h92q-fgpp-qhrq"
35+
},
36+
{
37+
"type": "ADVISORY",
38+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30464"
39+
},
40+
{
41+
"type": "WEB",
42+
"url": "https://gist.github.com/idealeer/e41c7fb3b661d4262d0b6f21e12168ba"
43+
}
44+
],
45+
"database_specific": {
46+
"url": "https://pkg.go.dev/vuln/GO-2024-3134",
47+
"review_status": "UNREVIEWED"
48+
}
49+
}

data/reports/GO-2024-3134.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
id: GO-2024-3134
2+
modules:
3+
- module: github.com/coredns/coredns
4+
unsupported_versions:
5+
- last_affected: 1.10.1
6+
vulnerable_at: 1.11.3
7+
summary: CoreDNS Cache Poisoning via a birthday attack in github.com/coredns/coredns
8+
cves:
9+
- CVE-2023-30464
10+
ghsas:
11+
- GHSA-h92q-fgpp-qhrq
12+
references:
13+
- advisory: https://github.com/advisories/GHSA-h92q-fgpp-qhrq
14+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-30464
15+
- web: https://gist.github.com/idealeer/e41c7fb3b661d4262d0b6f21e12168ba
16+
source:
17+
id: GHSA-h92q-fgpp-qhrq
18+
created: 2024-09-19T14:01:01.383066775Z
19+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)