脆弱性情報
高度な大規模言語モデル技術を使用していますが、出力には不正確または古い情報が含まれる可能性があります。Shenlongはデータの正確性を確保するよう努めていますが、実際の状況に基づいて検証・判断してください。
脆弱性タイトル
Header injection via WebSocket upgrade parser differential allows ASGI scope header spoofing
脆弱性説明
daphne before 4.2.2 reconstructs a raw HTTP request from Twisted's parsed headers and feeds it to autobahn for WebSocket handshake processing. Twisted does not treat \x0b, \x0c, \x1c, \x1d, \x1e, or \x85 as header line separators, but autobahn decodes header values to str and calls splitlines(). An attacker can exploit this parser differential to inject additional headers into the ASGI scope passed to the application. daphne now rejects requests with these bytes in any header value with a 400 response.
CVSS情報
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
脆弱性タイプ
HTTP请求的解释不一致性(HTTP请求私运)
脆弱性タイトル
daphne 安全漏洞
脆弱性説明
daphne是Django开源的一个支持HTTP、HTTP2和WebSocket的ASGI协议服务器。 daphne 4.2.2之前版本存在安全漏洞,该漏洞源于解析器差异,可能导致攻击者向ASGI作用域注入额外标头。
CVSS情報
N/A
脆弱性タイプ
N/A