CVE-2026-50125
Last modified
CVE-2026-50125 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. MKP is a Model Context Protocol server for Kubernetes. Prior to 0.4.1, cmd/server/main.go exposes the default HTTP endpoint and pkg/mcp/server.go registers the unauthenticated get_resource tool, which accepts attacker-controlled limitBytes and tailLines values for the pods logs subresource. EPSS estimates a 0.58% chance of exploitation in the next 30 days.
Description
MKP is a Model Context Protocol server for Kubernetes. Prior to 0.4.1, cmd/server/main.go exposes the default HTTP endpoint and pkg/mcp/server.go registers the unauthenticated get_resource tool, which accepts attacker-controlled limitBytes and tailLines values for the pods logs subresource. buildPodLogOpts() in pkg/k8s/subresource.go parses those values as unbounded int64 parameters, and defaultGetPodLogs() copies the returned Kubernetes log stream through io.Copy into an in-memory bytes.Buffer without an application-side cap. A remote attacker who can reach the default port 8080 MCP endpoint and select a pod with sufficiently large accumulated logs can send one tools/call request that causes large allocations and additional response copies, while the request-frequency limiter does not constrain per-request volume. This can exhaust process memory, terminate the MKP server, and deny the MCP service; observed testing showed more than one GiB of RSS growth while handling a 128 MiB requested stream. This issue is fixed in version 0.4.1.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| StacklokLabs | mkp | < 0.4.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-50125?
How severe is CVE-2026-50125?
How do I fix CVE-2026-50125?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-50108The Naxclow platform API that returns device relay registrat…8.7
- CVE-2026-5011A vulnerability was detected in elecV2 elecV2P up to 3.8.3. …6.3
- CVE-2026-50110Storage Concentrator (SC & SCVM) contains hardcoded credenti…9.3
- CVE-2026-50112SSRF via Metalink Mirror URL Resolution: An authenticated t…8.8
- CVE-2026-5012A flaw has been found in elecV2 elecV2P up to 3.8.3. This is…7.3
- CVE-2026-50124DataEase is an open source data visualization and analysis t…7.1
- CVE-2026-50126Adaguc-server is an open source geographical information sys…4
- CVE-2026-50127Weblate is a web based localization tool. From version 5.15 …5.9
- CVE-2026-50128Mastodon is a free, open-source social network server based …5.3
- CVE-2026-50129Mastodon is a free, open-source social network server based …7.5
- CVE-2026-5013A vulnerability has been found in elecV2 elecV2P up to 3.8.3…5.5
- CVE-2026-50130Pi-hole is a DNS sinkhole that protects devices from unwante…8.8
Are you affected by CVE-2026-50125?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
