CVE-2022-3918 (CNNVD-202301-1583)
中文标题:
swift-corelibs-foundation 注入漏洞
英文标题:
A program using FoundationNetworking in swift-corelibs-foundation is potentially vulnerable to CRLF ...
漏洞描述
中文描述:
Apple Swift是美国苹果(Apple)公司的一款适用于macOS、iOS、watchOS和tvOS的编程语言。 swift-corelibs-foundation 5.7.3之前版本存在安全漏洞,该漏洞源于使用FoundationNetworking的程序可能容易受到URLRequest标头中CRLF注入攻击。
英文描述:
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.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Swift Project | Swift Foundation | - | ≤ 5.7.2 | - |
cpe:2.3:a:swift_project:swift_foundation:*:*:*:*:*:*:*:*
|
| apple | swift_foundation | * | - | - |
cpe:2.3:a:apple:swift_foundation:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
CVSS评分详情
3.1 (adp)
HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2022-3918 |
2025-11-11 15:21:35 | 2025-11-11 07:37:43 |
| NVD | nvd_CVE-2022-3918 |
2025-11-11 14:58:32 | 2025-11-11 07:45:55 |
| CNNVD | cnnvd_CNNVD-202301-1583 |
2025-11-11 15:11:06 | 2025-11-11 07:57:44 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 注入
- cnnvd_id: 未提取 -> CNNVD-202301-1583
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- affected_products_count: 1 -> 2
- data_sources: ['cve'] -> ['cve', 'nvd']