-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Showing
2 changed files
with
72 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,55 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-2666", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2024-28860", | ||
"GHSA-pwqm-x5x6-5586" | ||
], | ||
"summary": "Insecure IPsec transparent encryption in github.com/cilium/cilium", | ||
"details": "Insecure IPsec transparent encryption in github.com/cilium/cilium", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/cilium/cilium", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "1.13.14" | ||
}, | ||
{ | ||
"introduced": "1.14.0" | ||
}, | ||
{ | ||
"fixed": "1.14.9" | ||
}, | ||
{ | ||
"introduced": "1.15.0" | ||
}, | ||
{ | ||
"fixed": "1.15.3" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/cilium/cilium/security/advisories/GHSA-pwqm-x5x6-5586" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-2666" | ||
} | ||
} |
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,17 @@ | ||
id: GO-2024-2666 | ||
modules: | ||
- module: github.com/cilium/cilium | ||
versions: | ||
- fixed: 1.13.14 | ||
- introduced: 1.14.0 | ||
fixed: 1.14.9 | ||
- introduced: 1.15.0 | ||
fixed: 1.15.3 | ||
vulnerable_at: 1.15.0 | ||
summary: Insecure IPsec transparent encryption in github.com/cilium/cilium | ||
cves: | ||
- CVE-2024-28860 | ||
ghsas: | ||
- GHSA-pwqm-x5x6-5586 | ||
references: | ||
- advisory: https://github.com/cilium/cilium/security/advisories/GHSA-pwqm-x5x6-5586 |