All rules →
Rules / PHP
SHIELD-PHP-018

Variable overwrite via extract on request data

highPHPCWE-621CVSS 8.1

What it detects

extract() applied to request superglobals lets attackers overwrite arbitrary local variables.

How to fix

Avoid extract() on user input; access specific request keys explicitly.

Scan your repo freeFull documentation
Back to all rules
SHIELD-PHP-018: Variable overwrite via extract on request data — Zennoxa Shield