Command Injection in Atheos IDE Affects Self-Hosted Environments
CVE-2025-49008
9.4CRITICAL
What is CVE-2025-49008?
Atheos IDE versions prior to 6.0.4 are susceptible to a command injection vulnerability due to improper handling of escapeshellcmd()
in the execute.php file. This flaw allows users to manipulate input arguments, potentially resulting in arbitrary command execution that could compromise server security or lead to unauthorized data access. Atheos has addressed this issue in version 6.0.4 by implementing a new command execution method, Common::safe_execute
, which utilizes escapeshellarg()
to sanitize inputs, enhancing security against such exploits.
Affected Version(s)
Atheos < 604