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
Jboss Application Server HTTPServerILServlet.java remote code execution
WordPress Plugin VaultPress Man-in-The-Middle (MiTM) Remote Code Execution (1.8.6)
WordPress Plugin WordPress Shortcodes-Shortcodes Ultimate Remote Code Execution (5.0.0)
WordPress 'wp-admin/options.php' Remote Code Execution Vulnerability (0.6.2 - 2.3.2)