CVE-2026-72776

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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-13 22:17

Updated : 2026-08-18 02:17


NVD link : CVE-2026-72776

Mitre link : CVE-2026-72776

CVE.ORG link : CVE-2026-72776


JSON object : View

Products Affected

No product.

CWE
CWE-306

Missing Authentication for Critical Function