Lucene search
+L

64 matches found

OSV
OSV
added 2026/08/25 3:16 p.m.7 views

DEBIAN-CVE-2026-15310

When decompressing crafted zip files using the bzip/LZMA/Zstandard compressions, Python could use an attacker-controlled size to pre-allocate memory, possibly resulting in memory exhaustion...

2.1CVSS5.5AI score0.00304EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/25 3:16 p.m.9 views

CVE-2026-15310

When decompressing crafted zip files using the bzip/LZMA/Zstandard compressions, Python could use an attacker-controlled size to pre-allocate memory, possibly resulting in memory exhaustion...

2.1CVSS0.00304EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/25 3:07 p.m.5 views

EUVD-2026-65519

When decompressing crafted zip files using the bzip/LZMA/Zstandard compressions, Python could use an attacker-controlled size to pre-allocate memory, possibly resulting in memory exhaustion...

2.1CVSS5.3AI score0.00304EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/08/24 2:07 a.m.4 views

Improper Handling of Highly Compressed Data (Data Amplification)

Overview exceljs is a package to Read, manipulate and write spreadsheet data and styles to XLSX and JSON. Affected versions of this package are vulnerable to Improper Handling of Highly Compressed Data Data Amplification via Workbook.xlsx.load in lib/xlsx/xlsx.js. An attacker can exhaust memory a...

8.7CVSS5.6AI score0.00446EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/07 10:47 p.m.10 views

CVE-2026-55078

Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.17.0 and prior to versions 2.29.7, 2.32.7, 2.33.8, and 2.34.2, POST /api/v2/files converts zip uploads to tar in memory via CreateTarFromZip, which enforced a per-entry size limit but no...

6.5CVSS6AI score0.00602EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/06/23 3:33 p.m.12 views

CVE-2026-54314 n8n: Denial of Service via ZIP decompression in webhook workflow

n8n is an open source workflow automation platform. Prior to 2.24.0, the Compression node's Decompress operation expanded attacker-controlled archives into memory without enforcing limits on decompressed output size. An unauthenticated attacker could send a small compressed archive to a public...

6.3CVSS6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/23 3:33 p.m.62 views

CVE-2026-54314 n8n: Denial of Service via ZIP decompression in webhook workflow

n8n is an open source workflow automation platform. Prior to 2.24.0, the Compression node's Decompress operation expanded attacker-controlled archives into memory without enforcing limits on decompressed output size. An unauthenticated attacker could send a small compressed archive to a public...

6.3CVSS0.00546EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/23 3:33 p.m.45 views

CVE-2026-54314

Summary: CVE-2026-54314 affects n8n prior to version 2.24.0. The issue lies in the Compression node’s Decompress operation, which could expand attacker‑controlled archives in memory without limits on the decompressed size. An unauthenticated attacker could send a small compressed archive to a pub...

7.5CVSS5.9AI score0.00546EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2026/06/16 11:01 p.m.16 views

GHSA-JQPW-QWW5-CJ4C n8n: Denial of Service via ZIP decompression in webhook workflow

Impact The Compression node's Decompress operation expanded attacker-controlled archives into memory without enforcing limits on decompressed output size. An unauthenticated attacker could send a small compressed archive to a public webhook workflow using this node, causing the n8n process to...

6.3CVSS5.4AI score0.00546EPSS
SaveExploits0References3
Patchstack
Patchstack
added 2026/06/16 11:01 p.m.16 views

NPM: n8n: Denial of Service via ZIP decompression in webhook workflow

NPM: n8n: Denial of Service via ZIP decompression in webhook workflow vulnerability discovered by ? in WordPress Npm n8n versions 2.24.0...

7.5CVSS5.8AI score0.00546EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/16 11:01 p.m.19 views

n8n: Denial of Service via ZIP decompression in webhook workflow

Impact The Compression node's Decompress operation expanded attacker-controlled archives into memory without enforcing limits on decompressed output size. An unauthenticated attacker could send a small compressed archive to a public webhook workflow using this node, causing the n8n process to...

7.5CVSS5.4AI score0.00546EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/06/08 4:16 p.m.19 views

CVE-2026-49755

Improper Handling of Highly Compressed Data Data Amplification vulnerability in wojtekmach Req allows attacker-controlled HTTP servers to exhaust memory in a Req client via decompression-bomb response bodies. Req's default response pipeline includes Req.Steps.decodebody/1 and...

8.2CVSS0.00596EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/05/11 7:54 p.m.49 views

CVE-2026-42886 Audiobookshelf: Memory amplification DoS via oversized compressed details entry in backup upload

Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the POST /api/backups/upload endpoint decompresses the details entry from an uploaded .audiobookshelf ZIP file entirely into memory using zip.entryData, with no limit on the decompressed size. The upload middleware als...

4.9CVSS0.00257EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/04/08 12:16 a.m.15 views

JWCrypto: JWE ZIP decompression bomb

Summary The fix for GHSA-j857-7rvv-vj97 in v1.5.6 is weak in that it does not allow to fully control the amount of plaintext the receiver is willing to deal with and provides just a weak upper bound. The patch limits input token size to 250KB but does not validate the decompressed output size. An...

5.3CVSS6.1AI score0.00294EPSS
SaveExploits1References6Affected Software1
Cvelist
Cvelist
added 2026/04/07 7:35 p.m.28 views

CVE-2026-39373 JWCrypto: JWE ZIP decompression bomb

JWCrypto implements JWK, JWS, and JWE specifications using python-cryptography. Prior to 1.5.7, an unauthenticated attacker can exhaust server memory by sending crafted JWE tokens with ZIP compression. The existing patch for CVE-2024-28102 limits input token size to 250KB but does not validate th...

5.3CVSS0.00294EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/04/07 7:35 p.m.5 views

CVE-2026-39373 JWCrypto: JWE ZIP decompression bomb

JWCrypto implements JWK, JWS, and JWE specifications using python-cryptography. Prior to 1.5.7, an unauthenticated attacker can exhaust server memory by sending crafted JWE tokens with ZIP compression. The existing patch for CVE-2024-28102 limits input token size to 250KB but does not validate th...

5.3CVSS5.9AI score0.00294EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/07 7:35 p.m.9 views

CVE-2026-39373 JWCrypto: JWE ZIP decompression bomb

JWCrypto implements JWK, JWS, and JWE specifications using python-cryptography. Prior to 1.5.7, an unauthenticated attacker can exhaust server memory by sending crafted JWE tokens with ZIP compression. The existing patch for CVE-2024-28102 limits input token size to 250KB but does not validate th...

5.3CVSS6.2AI score
SaveExploits0References3
CVE
CVE
added 2026/04/07 7:35 p.m.77 views

CVE-2026-39373

CVE-2026-39373 affects JWCrypto (Python) prior to 1.5.7. An unauthenticated attacker can trigger memory exhaustion by sending crafted JWE tokens using ZIP compression; a token under 250 KB can decompress to ~100 MB. The fix is version 1.5.7. This follows CVE-2024-28102: while the 250 KB input lim...

5.3CVSS5.9AI score0.00294EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/13 8:54 p.m.11 views

CVE-2026-32630 file-type affected by ZIP Decompression Bomb DoS via [Content_Types].xml entry

file-type detects the file type of a file, stream, or data. From 20.0.0 to 21.3.1, a crafted ZIP file can trigger excessive memory growth during type detection in file-type when using fileTypeFromBuffer, fileTypeFromBlob, or fileTypeFromFile. The ZIP inflate output limit is enforced for...

5.3CVSS5.8AI score0.00299EPSS
SaveExploits1References2
CVE
CVE
added 2026/03/13 8:54 p.m.48 views

CVE-2026-32630

CVE-2026-32630 (file-type) affects the file-type library. A crafted ZIP can cause excessive memory growth during type detection in versions 20.0.0–21.3.1 for APIs fileTypeFromBuffer(), fileTypeFromBlob(), and fileTypeFromFile(). The ZIP inflate limit was enforced for stream-based detection but no...

5.3CVSS5.8AI score0.00299EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder