Hello,
when I try to access a site with the following URL:
<a href="http://host/phorum/plugin/replace/plugin.php?PHORUM">http://host/phorum/plugin/replace/plugin.php?PHORUM</a>it produces a 404 error which is expected.
However, when trying to access this URL:
<a href="http://host/phorum/plugin/replace/plugin.php?PHORUM[settings_dir]=../../../../../../../proc/self/environ">http://host/phorum/plugin/replace/plugin.php?PHORUM[settings_dir]=../../../../../../../proc/self/environ</a>which is typical when being hit by someone scanning the website for vulnerabilities, I instead get this error: Invalid GET Data - Array
Is there a way EE can return a 404 or 403 response, instead of a 200 response?
Thanks!