CVE-2022-3918 (CNNVD-202301-1583)

HIGH
中文标题:
swift-corelibs-foundation 注入漏洞
英文标题:
A program using FoundationNetworking in swift-corelibs-foundation is potentially vulnerable to CRLF ...
CVSS分数: 8.8
发布时间: 2023-01-20 00:00:00
漏洞类型: 注入
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

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类型:
CWE-74
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 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:*:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
无标题 OTHER
cve.org
访问
CVSS评分详情
3.1 (adp)
HIGH
8.8
CVSS向量: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
机密性
HIGH
完整性
HIGH
可用性
HIGH
时间信息
发布时间:
2023-01-20 00:00:00
修改时间:
2025-04-02 16:07:17
创建时间:
2025-11-11 15:37:43
更新时间:
2025-11-11 15:57:44
利用信息
暂无可利用代码信息
数据源详情
数据源 记录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
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 15:57:44
vulnerability_type: 未提取 → 注入; cnnvd_id: 未提取 → CNNVD-202301-1583; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 注入
  • cnnvd_id: 未提取 -> CNNVD-202301-1583
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:45:55
affected_products_count: 1 → 2; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • affected_products_count: 1 -> 2
  • data_sources: ['cve'] -> ['cve', 'nvd']