HIGH 7.4

CVE-2026-13341: Kong Konnect MCP Indirect Prompt Injection – Risk Analysis & Patch Guidance

Kong Konnect's Model Context Protocol (MCP) server before version 1.0.0 contains a flaw that allows remote attackers to inject malicious prompts indirectly, tricking the system into executing API requests the user never intended. An attacker can exploit this by crafting input that, when processed by the MCP server, causes it to perform unauthorized actions on behalf of legitimate users. No authentication is required, and while the attack requires user interaction (such as clicking a link or viewing content), the impact crosses trust boundaries, potentially exposing sensitive data across multiple systems.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.4 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N
Weaknesses (CWE)
CWE-20
Affected products
0 configuration(s)
Published / Modified
2026-07-03 / 2026-07-06

NVD description (verbatim)

A vulnerability exists in the Kong Konnect Model Context Protocol (MCP) server prior to version 1.0.0, which could allow a remote attacker to perform an indirect prompt injection attack and execute unintended API requests.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-13341 is an indirect prompt injection vulnerability in Kong Konnect's MCP server (versions before 1.0.0). The vulnerability stems from improper input validation (CWE-20) where attacker-controlled data is processed without sufficient sanitization before being sent to language models or backend APIs. The attack vector is network-based with low attack complexity, requiring no privileges but necessitating user interaction. The CVSS v3.1 score of 7.4 (HIGH severity) reflects a high confidentiality impact with scope change—meaning the vulnerability can affect resources beyond the vulnerable component itself. The attack does not result in integrity or availability impact, but the ability to read sensitive information across boundaries makes this a confidentiality-focused threat.

Business impact

Indirect prompt injection attacks can lead to unauthorized disclosure of confidential information, including API credentials, user data, or business-critical documents. Since Kong Konnect often acts as a gateway or orchestration layer in microservices architectures, a successful attack could allow adversaries to extract sensitive data from multiple connected systems. Additionally, tricking the API into executing unintended requests may lead to unintended state changes or business logic bypass, even if data exfiltration is the primary concern. Organizations relying on MCP for automated workflows should assess whether this vulnerability affects their deployment model and trust assumptions.

Affected systems

Kong Konnect Model Context Protocol server versions prior to 1.0.0 are affected. Organizations running MCP servers should verify their current version and determine whether they meet the attack prerequisites (network accessibility and user interaction). Environments where MCP servers are exposed to untrusted input sources—such as public chatbot integrations, user-submitted queries, or third-party data sources—face elevated risk.

Exploitability

Exploitation requires network access and user interaction, which moderates the immediate risk. The attacker cannot trigger the vulnerability unilaterally; a user must interact with attacker-controlled content or a compromised data source. However, the low attack complexity and absence of authentication requirements mean that once a user is tricked (via phishing, malicious links, or poisoned data), the payload will execute. In scenarios where MCP is integrated into customer-facing chatbots or automated systems, the barrier to exploitation is low. Notably, this vulnerability is not yet tracked in the CISA Known Exploited Vulnerabilities (KEV) catalog, but that does not imply safety—early-stage vulnerabilities often lack public exploits while remaining practically exploitable.

Remediation

Upgrade Kong Konnect to version 1.0.0 or later. Verify the upgrade path against Kong's official advisory to confirm version numbers and any compatibility considerations. Until patching is possible, implement compensating controls: restrict network access to the MCP server to trusted networks, sanitize and validate all user-supplied input before passing it to the MCP processing pipeline, and monitor for unusual API request patterns that may indicate prompt injection attempts. Consider disabling MCP functionality if it is not essential to operations.

Patch guidance

Consult Kong's official security advisory for the exact version numbers and upgrade procedure for your deployment model (cloud-hosted Konnect or self-managed). The vulnerability is resolved in version 1.0.0 and later. Test the upgrade in a non-production environment first, particularly if MCP integration is business-critical. Verify that all dependent systems and API clients remain functional post-upgrade. If you cannot immediately upgrade, apply the compensating controls listed in the remediation section and prioritize this for your next maintenance window.

Detection guidance

Monitor logs for API requests that appear unusual or inconsistent with legitimate user activity—look for unexpected endpoints being called, requests with abnormal parameter values, or sequences of commands that deviate from normal user behavior. Network intrusion detection systems (IDS) may flag prompt injection payloads if they contain known markers or encoded malicious instructions. Implement request validation at the API gateway level to reject malformed or suspicious input patterns. Log all MCP server activities and API calls with full context, including the original input source, to facilitate post-incident forensics. Consider deploying a Web Application Firewall (WAF) configured to detect and block known prompt injection attack signatures if the MCP server is internet-facing.

Why prioritize this

Although not yet in the CISA KEV catalog, this vulnerability merits near-term prioritization due to its HIGH CVSS severity, network attack vector, and ability to breach confidentiality boundaries across multiple systems. Organizations with MCP servers exposed to the internet or integrated with customer-facing applications should prioritize immediately. Even in internal deployments, if the MCP server processes user-supplied data, this represents a meaningful risk to data confidentiality. The remedy (upgrading to version 1.0.0) is straightforward, making it a high-impact, low-friction fix.

Risk score, explained

The CVSS score of 7.4 reflects a HIGH severity rating driven by: (1) Network attack vector (AV:N) making it remotely exploitable; (2) Low attack complexity (AC:L) indicating minimal attacker effort; (3) No privilege requirement (PR:N) allowing any unauthenticated user to craft the exploit; (4) High confidentiality impact (C:H) enabling unauthorized information disclosure; and (5) Scope change (S:C) meaning the vulnerability can affect resources and trust boundaries beyond the vulnerable component itself. The absence of integrity or availability impact (both marked :N) prevents a Critical rating, but the combination of network accessibility, ease of exploitation, and high confidentiality impact justifies the HIGH classification.

Frequently asked questions

Does this vulnerability require the attacker to have already compromised Kong Konnect?

No. CVE-2026-13341 is a remote vulnerability requiring no prior compromise or authentication. The attacker crafts malicious input and relies on user interaction to deliver it to the MCP server. The attacker's goal is to trick the server into executing unintended API requests, not to gain direct system access.

If we do not use the Model Context Protocol (MCP) feature in Kong Konnect, are we affected?

No, if MCP is disabled or not deployed, your Kong Konnect instance is not exposed to this specific vulnerability. Verify with Kong's documentation or your deployment settings that MCP functionality is not active. If you do not know whether MCP is enabled, audit your Kong Konnect configuration as part of your vulnerability assessment.

What is the difference between indirect prompt injection and standard prompt injection?

Standard prompt injection typically involves an attacker directly submitting a malicious prompt to a language model or chatbot. Indirect prompt injection, as seen here, occurs when an attacker injects malicious content into data that will later be processed by the MCP server—for example, poisoning a document, database record, or web page that the MCP server then reads and acts upon. The user may be unaware they are facilitating the attack.

If this vulnerability is not yet in the CISA KEV list, should we deprioritize it?

No. The CISA KEV catalog tracks vulnerabilities demonstrating active exploitation in the wild, but absence from the list does not indicate a vulnerability is safe or low-priority. Early-stage vulnerabilities with no known public exploits can still pose significant risk. With a CVSS score of 7.4 and a remote attack vector, CVE-2026-13341 merits timely remediation regardless of KEV status.

This analysis is provided for informational purposes and should not be considered professional security advice tailored to your specific environment. Verify all version numbers, patch availability, and remediation steps against official Kong security advisories. The information herein reflects the vulnerability status as of the publication date; always consult the most recent vendor guidance and security bulletins. Test patches in non-production environments before deployment. SEC.co makes no warranty regarding the completeness or accuracy of this content and assumes no liability for decisions made based on this information. Source: NVD (public-domain), retrieved 2026-08-12. Analysis generated by SEC.co (claude-haiku-4-5).