All rules →
Rules / PHP
SHIELD-PHP-017

HTTP header injection via dynamic header value

mediumPHPCWE-113CVSS 6.1

What it detects

A variable is passed to header(), allowing response splitting or header injection.

How to fix

Validate header values and strip CR/LF characters before calling header().

Scan your repo freeFull documentation
Back to all rules
SHIELD-PHP-017: HTTP header injection via dynamic header value — Zennoxa Shield