Command Injection
May 18, 2025Definition
Command injection is the abuse of an application’s behavior to execute commands on the operating system, using the same privileges that the application on a device is running with.
Types
- Blind Command Injection
- Verbose Command Injection
Vulnerable Functions
- PHP
- exec
- passthru
- system