Skip to content

SwiftNIO vulnerable to Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting')

Moderate severity GitHub Reviewed Published Sep 27, 2022 in apple/swift-nio • Updated Jun 19, 2023

Package

swift github.com/apple/swift-nio (Swift)

Affected versions

>= 2.41.0, < 2.42.0
>= 2.39.0, < 2.39.1
< 2.29.1

Patched versions

2.42.0
2.39.1
2.29.1

Description

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

@Lukasa Lukasa published to apple/swift-nio Sep 27, 2022
Published by the National Vulnerability Database Sep 28, 2022
Published to the GitHub Advisory Database Jun 7, 2023
Reviewed Jun 7, 2023
Last updated Jun 19, 2023

Severity

Moderate
5.3
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

CVE ID

CVE-2022-3215

GHSA ID

GHSA-7fj7-39wj-c64f

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.