Lucene search
+L

521 matches found

OSV
OSV
added 2026/09/16 10:12 p.m.5 views

GHSA-2VCX-H8P2-9PG9 Grav CMS — Improper Handling of Highly Compressed Data in Installer::unZip()

Summary An authenticated admin.super user can crash Grav or fill the disk by uploading a specially crafted ZIP archive through the Direct Install tool. The method Installer::unZip calls ZipArchive::extractTo without any limit on uncompressed size, entry count, or directory depth, enabling Zip Bom...

6.9CVSS0.006EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/09/16 10:12 p.m.10 views

Grav CMS — Improper Handling of Highly Compressed Data in Installer::unZip()

Summary An authenticated admin.super user can crash Grav or fill the disk by uploading a specially crafted ZIP archive through the Direct Install tool. The method Installer::unZip calls ZipArchive::extractTo without any limit on uncompressed size, entry count, or directory depth, enabling Zip Bom...

6.9CVSS0.006EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2026/09/16 7:17 p.m.12 views

CVE-2026-81875

HAPI FHIR is a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java. Prior to version 6.9.12, SHCParser in org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/elementmodel/SHCParser.java can consume attacker-controlled Smart Health Card JWT content whose header...

7.5CVSS0.0063EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/16 9:48 a.m.10 views

wheelaudit

wheelaudit Python Wheel File Security Scanner — scan .whl files for security issues before installation. Motivated by recent CVEs in Python wheel handling: CVE-2026-24049 : Path traversal in wheel unpack allows permission manipulation of system files CVE-2026-1703 : Path traversal when pip instal...

7.1CVSS6.9AI score0.00355EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/15 10:20 p.m.9 views

CVE-2025-63914

CVE-2025-63914 Divulgación pública y parche para CVE-2025-63914: Vulnerabilidad de bomba ZIP en Cinnamon/kotaemon. Crédito Wang Yuanrong Resumen La función mayextractzip no aplica límites en la descompresión de ZIP, lo que permite que una bomba ZIP maliciosa provoque un consumo excesivo de recurs...

6.5CVSS5.9AI score0.00357EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/15 7:57 p.m.16 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. 输入每个文件的大小...

6AI score
SaveExploits0References1
NVD
NVD
added 2026/09/14 9:17 a.m.9 views

CVE-2026-89321

Publishing limits the compressed size of a VSIX ovsx.publishing.max-content-size, 512 MB by default but nothing limited how large an entry becomes when opened. On the first request to /vscode/unpkg/namespace/extension/version/path, WebResourceService opened the entry with ZipFile.getInputStream a...

4.3CVSS0.00266EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/14 8:13 a.m.7 views

EUVD-2026-77328

Publishing limits the compressed size of a VSIX ovsx.publishing.max-content-size, 512 MB by default but nothing limited how large an entry becomes when opened. On the first request to /vscode/unpkg/namespace/extension/version/path, WebResourceService opened the entry with ZipFile.getInputStream a...

4.3CVSS5.8AI score0.00266EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/14 8:13 a.m.8 views

CVE-2026-89321

Eclipse OpenVSX is vulnerable to a disk exhaustion issue in its WebResourceService . When a VSIX is first requested via the unpkg endpoint, the service opens a zip entry with ZipFile.getInputStream() and passes the decompressed stream to Files.copy() without counting bytes written. The resulting ...

4.3CVSS5.8AI score0.00266EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/03 8:39 p.m.37 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.11 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.7 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
Cvelist
Cvelist
added 2026/08/27 5:20 a.m.38 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.37 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.11 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.11 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.13 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.23 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.18 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.19 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
Rows per page
Query Builder