Skip to content

Commit

Permalink
data/reports: add GO-2024-2984
Browse files Browse the repository at this point in the history
  - data/reports/GO-2024-2984.yaml

Fixes #2984

Change-Id: I8fa71f694a9e539020fcf3b64122bc3edd505a55
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/599495
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
  • Loading branch information
tatianab committed Jul 22, 2024
1 parent c9ed1ff commit 59918c7
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
77 changes: 77 additions & 0 deletions data/osv/GO-2024-2984.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-2984",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-40632"
],
"summary": "Linkerd potential access to the shutdown endpoint in github.com/linkerd/linkerd2",
"details": "Linkerd potential access to the shutdown endpoint in github.com/linkerd/linkerd2",
"affected": [
{
"package": {
"name": "github.com/linkerd/linkerd2",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.5.1-0.20240614165515-35fb2d6d11ef"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/linkerd/linkerd2/pkg/inject",
"symbols": [
"applyAnnotationOverrides"
]
}
],
"custom_ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "edge-24.6.2"
}
]
}
]
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-40632"
},
{
"type": "FIX",
"url": "https://github.com/linkerd/linkerd2/commit/35fb2d6d11ef6520ae516dd717790529f85224fa"
},
{
"type": "WEB",
"url": "https://github.com/linkerd/linkerd2-proxy/blob/46957de49f25fd4661af7b7c52659148f4d6dd27/linkerd/app/admin/src/server.rs"
},
{
"type": "WEB",
"url": "https://github.com/linkerd/linkerd2/security/advisories/GHSA-6v94-gj6x-jqj7"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-2984",
"review_status": "REVIEWED"
}
}
25 changes: 25 additions & 0 deletions data/reports/GO-2024-2984.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
id: GO-2024-2984
modules:
- module: github.com/linkerd/linkerd2
versions:
- fixed: 0.5.1-0.20240614165515-35fb2d6d11ef
non_go_versions:
- fixed: edge-24.6.2
vulnerable_at: 0.5.0
packages:
- package: github.com/linkerd/linkerd2/pkg/inject
symbols:
- applyAnnotationOverrides
skip_fix: error related to incompatible versions
summary: Linkerd potential access to the shutdown endpoint in github.com/linkerd/linkerd2
cves:
- CVE-2024-40632
references:
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-40632
- fix: https://github.com/linkerd/linkerd2/commit/35fb2d6d11ef6520ae516dd717790529f85224fa
- web: https://github.com/linkerd/linkerd2-proxy/blob/46957de49f25fd4661af7b7c52659148f4d6dd27/linkerd/app/admin/src/server.rs
- web: https://github.com/linkerd/linkerd2/security/advisories/GHSA-6v94-gj6x-jqj7
source:
id: CVE-2024-40632
created: 2024-07-18T16:27:08.173878-04:00
review_status: REVIEWED

0 comments on commit 59918c7

Please sign in to comment.