Skip to content

Commit

Permalink
data/reports: add GO-2024-2666.yaml
Browse files Browse the repository at this point in the history
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
neild authored and tatianab committed Apr 16, 2024
1 parent d2df74b commit d01fe31
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
55 changes: 55 additions & 0 deletions data/osv/GO-2024-2666.json
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"
}
}
17 changes: 17 additions & 0 deletions data/reports/GO-2024-2666.yaml
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

0 comments on commit d01fe31

Please sign in to comment.