CVE-2026-72776 PUBLISHED

AgenticSeek Unauthenticated RCE via /query API Endpoint

Assigner: VulnCheck
Reserved: 10.08.2026 Published: 13.08.2026 Updated: 14.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor Fosowl
Product AgenticSeek
Versions Default: affected
  • affected from 0 to f1eb2cfc721f8a21dd16a8b048a9ca89f3259f6f (excl.)

Credits

  • George Chen reporter

References

Problem Types

  • Missing Authentication for Critical Function CWE