CVE-2025-49008
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-06-05

Last updated on: 2025-06-05

Assigner: GitHub, Inc.

Description
Atheos is a self-hosted browser-based cloud integrated development environment. Prior to version 6.0.4, improper use of `escapeshellcmd()` in `/components/codegit/traits/execute.php` allows argument injection, leading to arbitrary command execution. Atheos administrators and users of vulnerable versions are at risk of data breaches or server compromise. Version 6.0.4 introduces a `Common::safe_execute` function that sanitizes all arguments using `escapeshellarg()` prior to execution and migrated all components potentially vulnerable to similar exploits to use this new templated execution system.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-06-05
Last Modified
2025-06-05
Generated
2026-05-07
AI Q&A
2025-06-05
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-88 The product constructs a string for a command to be executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in Atheos, a self-hosted browser-based cloud IDE, is due to improper use of the PHP function escapeshellcmd() in the file /components/codegit/traits/execute.php before version 6.0.4. This improper use allows an attacker to inject arguments into shell commands, leading to arbitrary command execution on the server. The issue was fixed in version 6.0.4 by introducing a safe_execute function that sanitizes all arguments using escapeshellarg() and migrating all potentially vulnerable components to this safer execution method.


How can this vulnerability impact me? :

This vulnerability can lead to arbitrary command execution on the server hosting Atheos, which may result in data breaches or full server compromise. Both administrators and users of vulnerable versions are at risk, potentially exposing sensitive data or allowing attackers to take control of the server environment.


What immediate steps should I take to mitigate this vulnerability?

Upgrade Atheos to version 6.0.4 or later, which includes the fix by introducing the Common::safe_execute function that properly sanitizes all arguments using escapeshellarg() and migrates all potentially vulnerable components to this safer execution system.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart