Skip to content

Commit db533c8

Browse files
committed
ANSWERED: Explain HTTP Header Injection.
1 parent 1af924b commit db533c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -5427,6 +5427,9 @@ You can use OWASP ZAP to analyze a "request", and if it appears that there no pr
54275427

54285428
<details>
54295429
<summary>Explain HTTP Header Injection vulnerability</summary><br><b>
5430+
5431+
HTTP Header Injection vulnerabilities occur when user input is insecurely included within server responses headers. If an attacker can inject newline characters into the header, then they can inject new HTTP headers and also, by injecting an empty line, break out of the headers into the message body and write arbitrary content into the application's response.
5432+
54305433
</b></details>
54315434

54325435
<details>

0 commit comments

Comments
 (0)