CVE-2022-3918
Last modified
CVE-2022-3918 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. A program using FoundationNetworking in swift-corelibs-foundation is potentially vulnerable to CRLF ( ) injection in URLRequest headers. In this vulnerability, a client can insert one or several CRLF sequences into a URLRequest header value. EPSS estimates a 0.78% chance of exploitation in the next 30 days.
Description
A program using FoundationNetworking in swift-corelibs-foundation is potentially vulnerable to CRLF ( ) injection in URLRequest headers. In this vulnerability, a client can insert one or several CRLF sequences into a URLRequest header value. When that request is sent via URLSession to an HTTP server, the server may interpret the content after the CRLF as extra headers, or even a second request. For example, consider a URLRequest to http://example.com/ with the GET method. Suppose we set the URLRequest header "Foo" to the value "Bar Extra-Header: Added GET /other HTTP/1.1". When this request is sent, it will appear to the server as two requests: GET / HTTP/1.1 Foo: Bar Extra-Header: Added GET /other HTTP/1.1 In this manner, the client is able to inject extra headers and craft an entirely new request to a separate path, despite only making one API call in URLSession. If a developer has total control over the request and its headers, this vulnerability may not pose a threat. However, this vulnerability escalates if un-sanitized user input is placed in header values. If so, a malicious user could inject new headers or requests to an intermediary or backend server. Developers should be especially careful to sanitize user input in this case, or upgrade their version of swift-corelibs-foundation to include the patch below.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apple | Swift Foundation | < 5.7.3 |
References
- https://github.com/apple/swift-corelibs-foundation/security/advisories/GHSA-4pp3-mpf2-rj63Mitigation, Third Party Advisory
- https://github.com/apple/swift-corelibs-foundation/security/advisories/GHSA-4pp3-mpf2-rj63Mitigation, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-3918?
How severe is CVE-2022-3918?
How do I fix CVE-2022-3918?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-39172A stored XSS in the process overview (bersicht zugewiesener …5.4
- CVE-2022-39173In wolfSSL before 5.5.1, malicious clients can cause a buffe…7.5
- CVE-2022-39176BlueZ before 5.59 allows physically proximate attackers to o…8.8
- CVE-2022-39177BlueZ before 5.59 allows physically proximate attackers to c…8.8
- CVE-2022-39178 Webvendome - webvendome Internal Server IP Disclosure. Send…5.3
- CVE-2022-39179 College Management System v1.0 - Authenticated remote code …7.2
- CVE-2022-39180 College Management System v1.0 - SQL Injection (SQLi). By i…9.8
- CVE-2022-39181 GLPI - Reports plugin for GLPI Reflected Cross-Site-Scripti…6.1
- CVE-2022-39182H C Mingham-Smith Ltd - Tardis 2000 Privilege escalation.Ver…8.8
- CVE-2022-39183Moodle Plugin - SAML Auth may allow Open Redirect through un…6.1
- CVE-2022-39184EXFO - BV-10 Performance Endpoint Unit authentication bypass…9.8
- CVE-2022-39185EXFO - BV-10 Performance Endpoint Unit Undocumented privileg…9.8
Are you affected by CVE-2022-3918?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
