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
Remote Code Execution (RCE) in Spring Security OAuth
Reflected Cross-Site Scripting (XSS) vulnerability in PAN-OS management web interface
Drupal Core 4.6.x Arbitrary Code Execution (4.6.0 - 4.6.7)
WordPress Plugin Custom Content Type Manager Remote Code Execution (0.9.8.5)
WordPress Plugin WordPress PDF Light Viewer Command Injection (1.4.11)