Property
Languagephp
Severitymedium
CWECWE-94: Improper Control of Generation of Code (‘Code Injection’)
OWASPA03:2021 - Injection
Confidence LevelLow
Impact LevelHigh
Likelihood LevelLow

Description#

Using backticks in PHP executes the enclosed string as a shell command. If user input is included in this string, it can allow attackers to run arbitrary commands on your server.

Impact#

Exploiting this vulnerability could let attackers execute malicious system commands, potentially leading to data theft, server compromise, or a complete takeover of the application environment.