Injection: Command Injection¶
Identifier:
command_injection_agent
Deprecated
This vulnerability type is no longer detected by Escape. Existing findings remain available, but no new reports will be created. A currently supported security test may cover the same underlying risk.
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner | ASM Scanner |
|---|---|---|---|
Description¶
Command injection vulnerabilities occur when an application passes unsafe user-supplied data to a system shell, allowing attackers to execute arbitrary operating system commands on the server.
How we test: We use AI-powered analysis to craft OS command injection payloads and test injection points across request parameters, headers, and bodies. We test for blind and output-based command injection using various shell metacharacters and command separators.
References:
Configuration¶
Example¶
Example configuration:
Reference¶
skip¶
Type : boolean
Skip the test if true.