OS Command Injection Vulnerability in getID3
Article Content
- •Critical OS Command Injection vulnerability in getID3 affects multiple platforms.
- •Attackers can exploit the flaw to achieve Remote Code Execution via crafted filenames.
- •Patches have been released to mitigate the vulnerability by escaping command arguments.
An OS Command Injection vulnerability (CWE-78) was discovered in getID3, allowing attackers to execute arbitrary commands on the host system when processing specially crafted audio/video filenames. The vulnerability affects systems using getID3, including WordPress and ClassicPress, and can lead to Remote Code Execution (RCE). Attackers can exploit this flaw by supplying a media file with a crafted filename, such as 'test.ogg"; id > /tmp/rce_proof; echo "', which allows command execution with the privileges of the web server/PHP process user. The issue was patched by applying escapeshellarg() to all file path arguments passed into shell_exec() in multiple files. The vulnerability is critical due to its potential for widespread exploitation across various platforms that utilize getID3 for media processing.
Ask AI about this cluster
Answers cite the sources they use
Timeline
More articles in this cluster (2)
Continue Reading
CISA Adds Seven Exploited Vulnerabilities; IBM Warns of Langflow OSS Flaws CISA has added seven new vulnerabilities to its Known Exploited Vulnerabilities Catalog, including CVE-2026-9586, a SQL injection vulnerability in Sangoma Switchvox, and several others affecting SonicWall and JFrog products. These vulnerabilities pose significant risks due to active exploitation. Concurrently, IBM has…
High-Risk OS Command Injection Vulnerability in PLANET IGS-5225 Switches PLANET Technology Corp. has disclosed a critical OS command injection vulnerability (CVE-2026-81942) affecting the IGS-5225-8P2T4S industrial managed switch firmware versions prior to 1.2412b260707 and 2.2412b260519. This vulnerability allows remote authenticated attackers to execute arbitrary commands on the…