mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Use backticks for escaped characters
This commit is contained in:
@@ -6,7 +6,7 @@ date = "2017-01-23"
|
||||
url = "https://github.com/hyperium/hyper/wiki/Security-001"
|
||||
title = "headers containing newline characters can split messages"
|
||||
description = """
|
||||
Serializing of headers to the socket did not filter the values for newline bytes (\\r or \\n),
|
||||
Serializing of headers to the socket did not filter the values for newline bytes (`\\r` or `\\n`),
|
||||
which allowed for header values to split a request or response. People would not likely include
|
||||
newlines in the headers in their own applications, so the way for most people to exploit this
|
||||
is if an application constructs headers based on unsanitized user input.
|
||||
|
||||
Reference in New Issue
Block a user