CVE-2026-86124
Received Received - Intake

Unauthenticated Remote Code Execution in AutoAgent

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

Publication date: 2026-09-05

Last updated on: 2026-09-05

Assigner: VulnCheck

Description

AutoAgent contains an unauthenticated remote code execution vulnerability in the TCP server that binds to all interfaces and executes attacker-supplied commands as root. Attackers can connect to the exposed communication port and execute arbitrary bash commands within the container, gaining access to bind-mounted host workspace directories.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-05
Last Modified
2026-09-05
Generated
2026-09-05
AI Q&A
2026-09-05
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

AutoAgent has an unauthenticated remote code execution vulnerability in its TCP server. The server binds to all network interfaces (0.0.0.0) on a published port (default 12347) without requiring authentication. Attackers can connect remotely and execute arbitrary bash commands as root inside the container. The container runs as root and mounts the host workspace directory, allowing attackers to read and write host files.

Detection Guidance

Check if AutoAgent's TCP server is running on port 12347 by using netstat or ss commands like 'netstat -tulnp | grep 12347' or 'ss -tulnp | grep 12347'. If the port is open and bound to 0.0.0.0, the service is exposed and vulnerable.

Impact Analysis

This vulnerability allows attackers to execute arbitrary commands as root within the container. They can gain access to bind-mounted host workspace directories, potentially reading or modifying sensitive host files. Attackers could also move laterally within the network or escalate privileges to the host system.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and security. It enables unauthorized access to sensitive data stored in bind-mounted directories, which could lead to data breaches. Organizations using AutoAgent may fail to meet GDPR's data protection principles or HIPAA's security requirements for protected health information.

Mitigation Strategies

Stop the AutoAgent container immediately. Update to the latest version that binds the TCP server to localhost only and adds authentication. Avoid running containers as root and remove shell=True usage in command execution.

Chat Assistant

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

EPSS Chart