|
SemmleCode Professional comes with a wide range of pre-packaged analyses, from architectural properties and metrics, to statement-level checks for likely bugs and violations of best practice.
HTTP Response Splitting Vulnerability
This query finds code that directly writes an HTTP parameter to an HTTP header, which allows for an HTTP response splitting vulnerability.
How to Interpret the Query Results
The query flags such code and also displays the list of detected occurrences in the result view.
How to Address the Query Results
See the references for general information about HTTP response splitting and how to guard against it.
Source Code
References
Wikipedia article on HTTP response splitting
Article on HTTP response splitting
|