Advisory Database
  • Advisories
  • Dependency Scanning
  1. swift
  2. ›
  3. github.com/apple/swift-nio
  4. ›
  5. CVE-2022-3215

CVE-2022-3215: SwiftNIO vulnerable to Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting')

June 7, 2023

NIOHTTP1 and projects using it for generating HTTP responses, including SwiftNIO, 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 a default channel handler that polices outbound headers. This channel handler is added by default to channel pipelines, but can be removed by users if they are doing this validation themselves.

References

  • github.com/advisories/GHSA-7fj7-39wj-c64f
  • github.com/apple/swift-nio
  • github.com/apple/swift-nio/commit/a16e2f54a25b2af217044e5168997009a505930f
  • github.com/apple/swift-nio/security/advisories/GHSA-7fj7-39wj-c64f
  • nvd.nist.gov/vuln/detail/CVE-2022-3215

Detect and mitigate CVE-2022-3215 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.29.1, all versions starting from 2.39.0 before 2.39.1, all versions starting from 2.41.0 before 2.42.0

Fixed versions

  • 2.42.0
  • 2.39.1
  • 2.29.1

Solution

Upgrade to versions 2.29.1, 2.39.1, 2.42.0 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')
  • CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Source file

swift/github.com/apple/swift-nio/CVE-2022-3215.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:41 +0000.