Skip to content

Commit d01fe31

Browse files
neildtatianab
authored andcommitted
data/reports: add GO-2024-2666.yaml
Aliases: CVE-2024-28860, GHSA-pwqm-x5x6-5586 Fixes #2666 Change-Id: I1d8f288b96a026dd56fb89eece43ac961f91f9c6 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/577396 Reviewed-by: Tatiana Bradley <tatianabradley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent d2df74b commit d01fe31

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

data/osv/GO-2024-2666.json

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2666",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-28860",
8+
"GHSA-pwqm-x5x6-5586"
9+
],
10+
"summary": "Insecure IPsec transparent encryption in github.com/cilium/cilium",
11+
"details": "Insecure IPsec transparent encryption in github.com/cilium/cilium",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/cilium/cilium",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "1.13.14"
27+
},
28+
{
29+
"introduced": "1.14.0"
30+
},
31+
{
32+
"fixed": "1.14.9"
33+
},
34+
{
35+
"introduced": "1.15.0"
36+
},
37+
{
38+
"fixed": "1.15.3"
39+
}
40+
]
41+
}
42+
],
43+
"ecosystem_specific": {}
44+
}
45+
],
46+
"references": [
47+
{
48+
"type": "ADVISORY",
49+
"url": "https://github.com/cilium/cilium/security/advisories/GHSA-pwqm-x5x6-5586"
50+
}
51+
],
52+
"database_specific": {
53+
"url": "https://pkg.go.dev/vuln/GO-2024-2666"
54+
}
55+
}

data/reports/GO-2024-2666.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
id: GO-2024-2666
2+
modules:
3+
- module: github.com/cilium/cilium
4+
versions:
5+
- fixed: 1.13.14
6+
- introduced: 1.14.0
7+
fixed: 1.14.9
8+
- introduced: 1.15.0
9+
fixed: 1.15.3
10+
vulnerable_at: 1.15.0
11+
summary: Insecure IPsec transparent encryption in github.com/cilium/cilium
12+
cves:
13+
- CVE-2024-28860
14+
ghsas:
15+
- GHSA-pwqm-x5x6-5586
16+
references:
17+
- advisory: https://github.com/cilium/cilium/security/advisories/GHSA-pwqm-x5x6-5586

0 commit comments

Comments
 (0)