Description
This script is vulnerable to Perl injection.
Perl code injection is a vulnerability that allows an attacker to inject custom code into the server side scripting engine. This vulnerability occurs when an attacker can control
all or part of an input string that is fed into an eval() function call. eval() will execute the argument as code.
Remediation
Your script should properly sanitize user input.
References
Related Vulnerabilities
WordPress Plugin Gantry 4 Framework Remote Command Execution (4.1.3)
Remote Code Execution (RCE) in Spring Security OAuth
WordPress Plugin WP ALL Export Pro Multiple Vulnerabilities (1.7.8)
Drupal Core 8.8.x Remote Code Execution (8.8.0 - 8.8.11)
WordPress Plugin PHP Everywhere Multiple Remote Code Execution Vulnerabilities (2.0.3)