CVE-2025-58058
Memory leaks when decoding a corrupted multiple LZMA archives in github.com/ulikunitz/xz
描述
xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn't include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14.
如何修補 CVE-2025-58058
要修補 CVE-2025-58058,請將受影響套件升級到下列已修補版本。
- —未列出修補版本
- —升級至 0.5.15 或更新版本
- —升級至 0.5.15 或更新版本
CVE-2025-58058 正在被利用嗎?
低 — EPSS 為 0.4%,目前沒有觀察到大規模利用活動。
受影響套件(3)
- from 0
- from 0, < 0.5.15
- from 0, < 0.5.15
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM5.3 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L |