CVE-2022-1642 (CNNVD-202206-1609)

HIGH
中文标题:
Apple Swift 代码问题漏洞
英文标题:
A program using swift-corelibs-foundation is vulnerable to a denial of service attack caused by a po...
CVSS分数: 7.5
发布时间: 2022-06-16 16:39:46
漏洞类型: 代码问题
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

Apple Swift是美国苹果(Apple)公司的一款适用于macOS、iOS、watchOS和tvOS的编程语言。 Swift swift-corelibs-foundation 5.6.1 版本及之前版本存在安全漏洞,该漏洞源于生成包含类型不匹配的 JSON 文档的潜在恶意源。攻击者利用该漏洞可执行拒绝服务攻击。

英文描述:

A program using swift-corelibs-foundation is vulnerable to a denial of service attack caused by a potentially malicious source producing a JSON document containing a type mismatch. This vulnerability is caused by the interaction between a deserialization mechanism offered by the Swift standard library, the Codable protocol; and the JSONDecoder class offered by swift-corelibs-foundation, which can deserialize types that adopt the Codable protocol based on the content of a provided JSON document. When a type that adopts Codable requests the initialization of a field with an integer value, the JSONDecoder class uses a type-erased container with different accessor methods to attempt and coerce a corresponding JSON value and produce an integer. In the case the JSON value was a numeric literal with a floating-point portion, JSONDecoder used different type-eraser methods during validation than it did during the final casting of the value. The checked casting produces a deterministic crash due to this mismatch. The JSONDecoder class is often wrapped by popular Swift-based web frameworks to parse the body of HTTP requests and perform basic type validation. This makes the attack low-effort: sending a specifically crafted JSON document during a request to these endpoints will cause them to crash. The attack does not have any confidentiality or integrity risks in and of itself; the crash is produced deterministically by an abort function that ensures that execution does not continue in the face of this violation of assumptions. However, unexpected crashes can lead to violations of invariants in services, so it's possible that this attack can be used to trigger error conditions that escalate the risk. Producing a denial of service may also be the goal of an attacker in itself. This issue is solved in Swift 5.6.2 for Linux and Windows. This issue was solved by ensuring that the same methods are invoked both when validating and during casting, so that no type mismatch occurs. Swift for Linux and Windows versions are not ABI-interchangeable. To upgrade a service, its owner must update to this version of the Swift toolchain, then recompile and redeploy their software. The new version of Swift includes an updated swift-corelibs-foundation package. Versions of Swift running on Darwin-based operating systems are not affected.

CWE类型:
CWE-704 CWE-351 CWE-241
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
Swift Project Swift Corelib-Foundation - < unspecified - cpe:2.3:a:swift_project:swift_corelib-foundation:*:*:*:*:*:*:*:*
apple swift * - - cpe:2.3:a:apple:swift:*:*:*:*:*:linux:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
无标题 x_refsource_MISC
cve.org
访问
CVSS评分详情
7.5
HIGH
CVSS向量: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS版本: 3.1
机密性
NONE
完整性
NONE
可用性
HIGH
时间信息
发布时间:
2022-06-16 16:39:46
修改时间:
2024-08-03 00:10:03
创建时间:
2025-11-11 15:37:13
更新时间:
2025-11-11 15:57:20
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2022-1642 2025-11-11 15:21:14 2025-11-11 07:37:13
NVD nvd_CVE-2022-1642 2025-11-11 14:58:19 2025-11-11 07:45:30
CNNVD cnnvd_CNNVD-202206-1609 2025-11-11 15:10:55 2025-11-11 07:57:20
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 15:57:20
vulnerability_type: 未提取 → 代码问题; cnnvd_id: 未提取 → CNNVD-202206-1609; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 代码问题
  • cnnvd_id: 未提取 -> CNNVD-202206-1609
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:45:30
severity: SeverityLevel.MEDIUM → SeverityLevel.HIGH; cvss_score: 未提取 → 7.5; cvss_vector: NOT_EXTRACTED → CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H; cvss_version: NOT_EXTRACTED → 3.1; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • severity: SeverityLevel.MEDIUM -> SeverityLevel.HIGH
  • cvss_score: 未提取 -> 7.5
  • cvss_vector: NOT_EXTRACTED -> CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • cvss_version: NOT_EXTRACTED -> 3.1
  • data_sources: ['cve'] -> ['cve', 'nvd']