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
HTTP.sys remote code execution vulnerability
WordPress Plugin BackWPup Remote and Local Code Execution (1.6.1)
WordPress Plugin NextGEN Gallery-WordPress Gallery Remote Code Execution (2.1.59)
WordPress Plugin PropertyHive Remote Code Execution (1.4.25)
XWiki Improper Control of Generation of Code ('Code Injection') Vulnerability (CVE-2023-46731)