Skip to content

Commit

Permalink
data/reports: add GO-2024-2653.yaml
Browse files Browse the repository at this point in the history
Aliases: CVE-2024-28248, GHSA-68mj-9pjq-mc85

Fixes #2653

Change-Id: I38bc1778231b3c2584453ce6828260ae622be7f6
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/573655
Run-TryBot: Tim King <taking@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
timothy-king committed Mar 22, 2024
1 parent 736bca9 commit adb5217
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
66 changes: 66 additions & 0 deletions data/osv/GO-2024-2653.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-2653",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-28248",
"GHSA-68mj-9pjq-mc85"
],
"summary": "HTTP policy bypass in github.com/cilium/cilium",
"details": "Cilium's HTTP policies are not consistently applied to all traffic in the scope of the policies, leading to HTTP traffic being incorrectly and intermittently forwarded when it should be dropped.",
"affected": [
{
"package": {
"name": "github.com/cilium/cilium",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "1.13.9"
},
{
"fixed": "1.13.13"
},
{
"introduced": "1.14.0"
},
{
"fixed": "1.14.8"
},
{
"introduced": "1.15.0"
},
{
"fixed": "1.15.2"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "WEB",
"url": "https://docs.cilium.io/en/stable/security/policy/language/#http"
}
],
"credits": [
{
"name": "@romikps"
},
{
"name": "@sayboras"
},
{
"name": "@jrajahalme"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-2653"
}
}
26 changes: 26 additions & 0 deletions data/reports/GO-2024-2653.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
id: GO-2024-2653
modules:
- module: github.com/cilium/cilium
versions:
- introduced: 1.13.9
fixed: 1.13.13
- introduced: 1.14.0
fixed: 1.14.8
- introduced: 1.15.0
fixed: 1.15.2
vulnerable_at: 1.15.1
summary: HTTP policy bypass in github.com/cilium/cilium
description: |-
Cilium's HTTP policies are not consistently applied to all traffic in the scope
of the policies, leading to HTTP traffic being incorrectly and intermittently
forwarded when it should be dropped.
cves:
- CVE-2024-28248
ghsas:
- GHSA-68mj-9pjq-mc85
credits:
- '@romikps'
- '@sayboras'
- '@jrajahalme'
references:
- web: https://docs.cilium.io/en/stable/security/policy/language/#http

0 comments on commit adb5217

Please sign in to comment.