CVE-2022-3215

CVSS V2 None CVSS V3 High 7.5
Description
NIOHTTP1 and projects using it for generating HTTP responses can be subject to a HTTP Response Injection attack. This occurs when a HTTP/1.1 server accepts user generated input from an incoming request and reflects it into a HTTP/1.1 response header in some form. A malicious user can add newlines to their input (usually in encoded form) and "inject" those newlines into the returned HTTP response. This capability allows users to work around security headers and HTTP/1.1 framing headers by injecting entirely false responses or other new headers. The injected false responses may also be treated as the response to subsequent requests, which can lead to XSS, cache poisoning, and a number of other flaws. This issue was resolved by adding validation to the HTTPHeaders type, ensuring that there's no whitespace incorrectly present in the HTTP headers provided by users. As the existing API surface is non-failable, all invalid characters are replaced by linear whitespace.
Overview
  • CVE ID
  • CVE-2022-3215
  • Assigner
  • cve@forums.swift.org
  • Vulnerability Status
  • Analyzed
  • Published Version
  • 2022-09-28T20:15:17
  • Last Modified Date
  • 2022-09-30T23:06:38
CPE Configuration (Product)
CPE Vulnerable Operator Version Start Version End
cpe:2.3:a:apple:swiftnio:*:*:*:*:*:*:*:* 1 OR 2.29.1
cpe:2.3:a:apple:swiftnio:*:*:*:*:*:*:*:* 1 OR 2.30.0 2.39.1
cpe:2.3:a:apple:swiftnio:*:*:*:*:*:*:*:* 1 OR 2.40.0 2.42.0
CVSS Version 3
  • Version
  • 3.1
  • Vector String
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Attack Vector
  • NETWORK
  • Attack Compatibility
  • LOW
  • Privileges Required
  • NONE
  • User Interaction
  • NONE
  • Scope
  • UNCHANGED
  • Confidentiality Impact
  • NONE
  • Availability Impact
  • NONE
  • Base Score
  • 7.5
  • Base Severity
  • HIGH
  • Exploitability Score
  • 3.9
  • Impact Score
  • 3.6
History
Created Old Value New Value Data Type Notes
2022-09-28 21:00:10 Added to TrackCVE
2022-12-07 05:06:50 2022-09-28T20:15Z 2022-09-28T20:15:17 CVE Published Date updated
2022-12-07 05:06:50 2022-09-30T23:06:38 CVE Modified Date updated
2022-12-07 05:06:50 Analyzed Vulnerability Status updated