CVE-2026-64837 Details
Description
ICEcoder through 8.1 passes an unescaped filesystem path into a shell command in lib/properties.php, allowing authenticated users to inject OS commands through directory names. Attackers can create directories with shell metacharacters in their names and access the Properties function to execute arbitrary commands as the web-server user via popen().
A command injection vulnerability has been identified in ICEcoder versions 8.0 through 8.1. The issue arises in the 'lib/properties.php' file, where an unescaped filesystem path is passed into a shell command. This vulnerability allows authenticated users to inject operating system commands through directory names. By creating directories with shell metacharacters in their names and accessing the Properties function, attackers can execute arbitrary commands as the web server user using the popen() function.
The vulnerability can be remediated by escaping the directory name argument using 'escapeshellarg()' before passing it to 'popen()'. However, a more effective solution would be to eliminate the shell execution entirely and use a pure-PHP approach to calculate directory sizes.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 10, 2026CISA-ADP
Assessed Sep 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-78 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| ICEcoder | >= 8.0, <= 8.1 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 10, 2026 | CVE Modified | CISA-ADP |
| Sep 10, 2026 | New CVE Received | [email protected] |
Volerion