NONE · 0

CVE-2025-49008

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

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

Related Weaknesses (CWE)

References

FAQ

What is CVE-2025-49008?

CVE-2025-49008 is a documented vulnerability. 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 i...

How severe is CVE-2025-49008?

CVSS scoring is not yet available for CVE-2025-49008. Check NVD for updates.

Is there a patch for CVE-2025-49008?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.