1 results (0.003 seconds)
CVSS: 5.0EPSS: 0%CPEs: 1EXPL: 0

CVE-2024-40632 – Linkerd potential access to the shutdown endpoint
https://notcve.org/view.php?id=CVE-2024-40632
15 Jul 2024 — Linkerd is an open source, ultralight, security-first service mesh for Kubernetes. In affected versions when the application being run by linkerd is susceptible to SSRF, an attacker could potentially trigger a denial-of-service (DoS) attack by making requests to localhost:4191/shutdown. Linkerd could introduce an optional environment variable to control a token that must be passed as a header. Linkerd should reject shutdown requests that do not include this header. This issue has been addressed in release v... • https://github.com/linkerd/linkerd2-proxy/blob/46957de49f25fd4661af7b7c52659148f4d6dd27/linkerd/app/admin/src/server.rs • CWE-918: Server-Side Request Forgery (SSRF) •