CVE-2026-72776
Received Received - Intake

Unauthenticated Remote Code Execution in AgenticSeek

Vulnerability report for CVE-2026-72776, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: VulnCheck

Description

AgenticSeek (commit fc242c7) contains an unauthenticated remote code execution vulnerability that allows any network-adjacent attacker to execute arbitrary commands by submitting crafted queries to the unprotected POST /query API endpoint bound to 0.0.0.0:7777 with wildcard CORS. Attackers can send unauthenticated HTTP requests that cause the autonomous agent to generate and execute shell commands through BashInterpreter using subprocess.Popen with shell=True and safety=False, bypassing the incomplete command blocklist to achieve full host-level code execution.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-14
AI Q&A
2026-08-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

AgenticSeek has an unauthenticated remote code execution flaw. Attackers can send crafted queries to the unprotected POST /query API endpoint on port 7777. This allows them to execute arbitrary shell commands on the host system through BashInterpreter using subprocess.Popen with shell=True and safety=False, bypassing command blocklists.

Detection Guidance

Check if AgenticSeek is running on port 7777 by using commands like 'netstat -tulnp | grep 7777' or 'ss -tulnp | grep 7777'. Test the /query endpoint with a curl command like 'curl -X POST http://<target>:7777/query -H "Content-Type: application/json" -d '{"query":"test"}' to see if it responds without authentication.

Impact Analysis

An attacker on the same network could gain full control of the affected system. This includes executing malicious commands, stealing data, installing malware, or pivoting to other systems. The lack of authentication means any adjacent attacker can exploit it.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and system security. GDPR requires adequate security measures to protect personal data, while HIPAA mandates safeguards for protected health information. Exploitation could lead to data breaches, triggering regulatory penalties.

Mitigation Strategies

Immediately disable or restrict access to the POST /query API endpoint on port 7777. Update AgenticSeek to a patched version if available. Use firewalls to block external access to port 7777 and ensure the service is not exposed to untrusted networks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72776. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart