5636 CVE security advisories tagged "type:cmd-inject" with AI Chinese analysis, CVSS, references and POCs.
The tag "type:cmd-inject" identifies Command Injection vulnerabilities, a critical security flaw where untrusted user input is improperly concatenated into system commands without adequate sanitization. This matters because it allows attackers to execute arbitrary operating system commands with the privileges of the vulnerable application, potentially leading to full system compromise, data exfiltration, or lateral movement within a network. Typical scenarios involve web applications that pass user-supplied data to backend shell interpreters, such as using PHP’s exec function or Python’s os.system, to perform tasks like pinging a host or listing directory contents. The 5,541 associated CVEs highlight the pervasive nature of this risk across diverse software ecosystems, emphasizing the necessity for strict input validation, parameterized interfaces, and the principle of least privilege to mitigate the severe impact of unintended command execution.
Vulnerabilities classified as type:cmd-inject represent 5636 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.