Lucene search
+L

512 matches found

Kitploit
Kitploit
added 2026/09/08 4:49 a.m.6 views

CVE-2025-63914

CVE-2025-63914 Public disclosure and patch for CVE-2025-63914: Zip bomb vulnerability in Cinnamon/kotaemon. Credit Wang Yuanrong Summary The mayextractzip function fails to enforce limits on ZIP decompression, allowing a malicious ZIP bomb to trigger excessive resource consumption and denial of...

6.5CVSS6AI score0.00357EPSS
SaveExploits2
Cvelist
Cvelist
added 2026/09/03 8:39 p.m.32 views

CVE-2026-82520 parsedmarc < 11.0.1 Zip Bomb DoS via Compressed Email Attachments

parsedmarc before 11.0.1 decompresses gzip and ZIP attachments in a single unbounded read with no limit on decompressed output size. Because parsedmarc automatically processes incoming DMARC report emails without user interaction, an unauthenticated remote attacker can send a crafted email with a...

8.7CVSS0.00436EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/03 8:39 p.m.10 views

CVE-2026-82520

parsedmarc before 11.0.1 is vulnerable to a Zip Bomb Denial of Service via compressed email attachments. The root cause is that parsedmarc decompresses gzip and ZIP attachments in a single unbounded read with no limit on decompressed output size. Because parsedmarc automatically processes incomin...

8.7CVSS6AI score0.00436EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/03 8:39 p.m.5 views

CVE-2026-82520 parsedmarc < 11.0.1 Zip Bomb DoS via Compressed Email Attachments

parsedmarc before 11.0.1 decompresses gzip and ZIP attachments in a single unbounded read with no limit on decompressed output size. Because parsedmarc automatically processes incoming DMARC report emails without user interaction, an unauthenticated remote attacker can send a crafted email with a...

8.7CVSS5.7AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/02 9:48 a.m.5 views

wheelaudit

wheelaudit Python Wheel 文件安全扫描器 — 在安装前扫描 .whl 文件中的安全问题。 受近期 Python wheel 处理相关 CVE 的启发: CVE-2026-24049 :wheel 解包中的路径遍历可导致系统文件权限被篡改 CVE-2026-1703 :pip 安装 wheel 归档时的路径遍历 Google GHSA-w97x-xxj5-gpjx :Python wheel 中的 Zip 解析器差分漏洞 零依赖。单文件。Python 3.9+。 为什么? pip-audit 检查你的包是否存在 已知 CVE 。wheelaudit 检查 wheel...

7.1CVSS6.8AI score0.00317EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/01 7:57 p.m.8 views

zip_bomb

ZIP Bomb Creator ZIP Bomb Creator 是一款用于创建 ZIP 文件的工具,该文件体积很小,但在解压时会急剧膨胀。这对于安全实验以及测试文件系统对 ZIP 炸弹攻击的抵御能力非常有用。 功能特性 创建可配置文件数量和大小的 ZIP 炸弹。 支持多种大小单位(KB、MB、GB)。 使用 ZIP64 以处理大型文件。 输入验证,确保数据输入正确。 显示横幅,使界面更具吸引力。 使用方法 1. 使用 Python 2.7 运行脚本: root@kitploit: python zipbomb.py 2. 输入要在 ZIP 中创建的文件数量。 3. 输入每个文件的大小...

5.9AI score
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/27 5:20 a.m.35 views

CVE-2026-59274 Unbounded decompression in UnZipTransformer enables zip-bomb DoS

The UnZipTransformer does not limit decompressed entry size or entry count when processing archives. Consequently, an attacker can send a zip archive that can exhaust JVM heap memory, causing a denial-of-service outage. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration...

6.5CVSS0.0024EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 5:20 a.m.31 views

CVE-2026-59274

Spring Integration is affected by an unbounded decompression flaw in the UnZipTransformer component, which does not limit decompressed entry size or entry count when processing zip archives. An attacker with low privileges can send a crafted zip archive (zip-bomb) over the network to exhaust JVM ...

6.5CVSS5.3AI score0.0024EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/08/26 6:31 p.m.6 views

EUVD-2026-66212

LeafWiki extracts an uploaded ZIP archive without limiting how much data it will write. ZipExtractor.ExtractToDir in internal/importer/zipextractor.go opens each entry and copies it to the destination with io.Copy, which runs to the end of the decompressed stream, so only the size of the uploaded...

7.1CVSS5.6AI score0.00412EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/26 5:18 a.m.8 views

CVE-2026-80189

LeafWiki extracts an uploaded ZIP archive without limiting how much data it will write. ZipExtractor.ExtractToDir in internal/importer/zipextractor.go opens each entry and copies it to the destination with io.Copy, which runs to the end of the decompressed stream, so only the size of the uploaded...

7.1CVSS0.00412EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.8 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: python2 (UTSA-2026-093150)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-093150 advisory. Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service resource consumption via a ZIP bomb. Tenable has extracted the preceding...

7.5CVSS6.8AI score0.05535EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/25 11:18 p.m.13 views

CVE-2026-80189

LeafWiki 0.10.0 through 0.12.0 is vulnerable to uncontrolled resource consumption via unbounded ZIP extraction. The function ZipExtractor.ExtractToDir in internal/importer/zip_extractor.go copies each decompressed entry with io.Copy without limiting output size. Although the upload is capped at 5...

7.1CVSS5.5AI score0.00412EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.12 views

PT-2026-81903

LeafWiki extracts an uploaded ZIP archive without limiting how much data it will write. ZipExtractor.ExtractToDir in internal/importer/zip extractor.go opens each entry and copies it to the destination with io.Copy, which runs to the end of the decompressed stream, so only the size of the uploade...

7.1CVSS5.5AI score0.00412EPSS
SaveExploits0References6
Spring Security Advisories
Spring Security Advisories
added 2026/08/20 12:00 a.m.16 views

cve-2026-59274 - MEDIUM - Unbounded decompression in UnZipTransformer enables zip-bomb DoS

cve-2026-59274 - MEDIUM - Unbounded decompression in UnZipTransformer enables zip-bomb DoS...

6.5CVSS5.2AI score0.0024EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.13 views

PT-2026-78483

Name of the Vulnerable Software and Affected Versions Grav versions prior to 2.0.1 Description The ZipArchiver::extract function in system/src/Grav/Common/Filesystem/ZipArchiver.php fails to enforce limits on uncompressed size, file count, or nesting depth when passing archives to...

6.5CVSS5.9AI score0.00376EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/19 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2025-30153

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - kin-openapi is a Go project for handling OpenAPI files. Prior to 0.131.0, when validating a request with a multipart/form-data schema, if the OpenAPI schema...

7.5CVSS6.4AI score0.00518EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 7:11 p.m.54 views

CVE-2026-19671 Improper handling of highly compressed data (data amplification) in CISA Malcolm

Malcolm's upload-processing pipeline scripts/safe-extract.py enforces entry-count, nesting-depth, and total-uncompressed-byte limits when extracting container archives zip/tar/rar/7z via libarchive, but those limits are not applied when the uploaded file is a single-stream compressed format .gz,...

7.1CVSS0.00326EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/18 6:19 p.m.8 views

CVE-2026-74046

Wazuh 4.4.0 before 4.14.7 contains a denial of service vulnerability in the fdecompressfiles function within cluster.py that allows authenticated cluster peers to exhaust memory by supplying a malicious synchronization archive without decompressed size limits. Attackers holding a valid cluster...

6.9CVSS0.00316EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/18 6:00 p.m.17 views

MobSF Vulnerable to Zip Bomb Denial of Service via Per-File Size Limit Bypass in ZIP/APK Extraction

Summary When extracting uploaded ZIP/APK files, MobSF checks if individual files exceed ZIPMAXUNCOMPRESSEDFILESIZE 400 MB and logs "Skipping" — but the code lacks a continue statement, so extraction proceeds anyway. The log message is misleading; the file is still written to disk. Verified Impact...

4.9CVSS5.5AI score0.00417EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/18 6:00 p.m.8 views

GHSA-X768-8642-MMQ9 MobSF Vulnerable to Zip Bomb Denial of Service via Per-File Size Limit Bypass in ZIP/APK Extraction

Summary When extracting uploaded ZIP/APK files, MobSF checks if individual files exceed ZIPMAXUNCOMPRESSEDFILESIZE 400 MB and logs "Skipping" — but the code lacks a continue statement, so extraction proceeds anyway. The log message is misleading; the file is still written to disk. Verified Impact...

4.9CVSS5.6AI score0.00417EPSS
SaveExploits0References5
Rows per page
Query Builder