CVE-2026-30350
7.5Agent Protocol · Agent Protocol server
The Agent Protocol server contains a vulnerability in the /store/items/search endpoint that allows unauthenticated attackers to trigger a Denial of Service through a crafted POST request.
Executive summary
A high-severity vulnerability in the Agent Protocol server allows unauthenticated remote attackers to cause a Denial of Service, potentially disrupting critical application availability.
Vulnerability
This issue is a Denial of Service vulnerability located within the /store/items/search endpoint. As indicated by the CVSS vector AV:N/AC:L/PR:N/UI:N, the flaw is exploitable by an unauthenticated attacker over the network without requiring user interaction.
Business impact
The ability for an unauthenticated actor to force a service outage poses a significant risk to business continuity and operational uptime. With a CVSS score of 7.5, this vulnerability is classified as High, reflecting the ease of exploitation and the potential for complete loss of availability for the affected server component.
Remediation
Immediate Action: Since a formal patch is not confirmed, administrators should restrict access to the /store/items/search endpoint via network-level controls or block the specific malicious traffic patterns identified in the research write-ups.
Proactive Monitoring: Monitor server logs for an unusual volume of POST requests directed at the /store/items/search endpoint and track CPU or memory spikes that correlate with these requests.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to inspect and drop malformed or oversized POST requests targeting the identified endpoint.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the provided GitHub gist reference.
Analyst recommendation
Given the ease of exploitation and the potential for service disruption, organizations should prioritize isolating the affected endpoint. While awaiting a vendor-supplied patch, apply restrictive firewall rules and monitor traffic to prevent unauthorized service termination.