Lucene search
+L

387 matches found

Cvelist
Cvelist
added 2026/08/25 11:18 p.m.40 views

CVE-2026-80189 LeafWiki 0.10.0 through 0.12.0 Uncontrolled Resource Consumption via Unbounded ZIP Extraction

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
EUVD
EUVD
added 2026/08/25 12:52 p.m.7 views

EUVD-2026-65478

Crater Invoice through 6.0.6 contains a path traversal vulnerability in the self-update API that allows authenticated company owners to write arbitrary files outside the intended extraction directory by supplying crafted ZIP archives with ../ sequences to the unzip endpoint. Attackers can exploit...

8.8CVSS6.5AI score0.00568EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.9 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
OSV
OSV
added 2026/08/24 1:12 p.m.27 views

CVE-2026-76845 adm-zip 0.5.9 through 0.6.0 Arbitrary File Overwrite via Symlink Following on Extraction

adm-zip 0.5.9 through 0.6.0 follows symbolic links at the extraction destination. Utils.sanitize in util/utils.js enforces containment by comparing only the string form of an archive entry name against the resolved extraction root, and Utils.writeFileTo opens the computed destination with...

6.8CVSS5.6AI score
SaveExploits0References6
NVD
NVD
added 2026/08/20 2:17 p.m.7 views

CVE-2026-64966

ATutor is vulnerable to a Path Traversal vulnerability in ZIP extraction functionality. An attacker with instructor privileges can upload and extract a specially crafted ZIP archive, causing files to be written outside the intended extraction directory. This allows an attacker to place a...

8.7CVSS0.00537EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/20 1:58 p.m.9 views

CVE-2026-64966 Path Traversal leading to Remote Code Execution in ATutor

ATutor is vulnerable to a Path Traversal vulnerability in ZIP extraction functionality. An attacker with instructor privileges can upload and extract a specially crafted ZIP archive, causing files to be written outside the intended extraction directory. This allows an attacker to place a...

8.7CVSS6.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/20 1:58 p.m.26 views

CVE-2026-64966

ATutor (a learning management system) is affected by a Path Traversal vulnerability in its ZIP extraction functionality. An attacker with instructor privileges can upload a specially crafted ZIP archive that writes files outside the intended extraction directory, enabling placement of a server-ex...

8.7CVSS6.5AI score0.00537EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/20 1:58 p.m.12 views

EUVD-2026-63367

ATutor is vulnerable to a Path Traversal vulnerability in ZIP extraction functionality. An attacker with instructor privileges can upload and extract a specially crafted ZIP archive, causing files to be written outside the intended extraction directory. This allows an attacker to place a...

8.7CVSS6.4AI score0.00537EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/20 1:58 p.m.33 views

CVE-2026-64966 Path Traversal leading to Remote Code Execution in ATutor

ATutor is vulnerable to a Path Traversal vulnerability in ZIP extraction functionality. An attacker with instructor privileges can upload and extract a specially crafted ZIP archive, causing files to be written outside the intended extraction directory. This allows an attacker to place a...

8.7CVSS0.00537EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/18 6:19 p.m.7 views

CVE-2026-68924

MobSF is a mobile application security testing tool used. Prior to 4.5.1, the unzip function in mobsf/StaticAnalyzer/views/common/sharedfunc.py logs that an archive member exceeding ZIPMAXUNCOMPRESSEDFILESIZE is being skipped but does not continue to the next member, so an authenticated user can...

4.9CVSS0.00417EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/18 5:46 p.m.8 views

EUVD-2026-61131

MobSF is a mobile application security testing tool used. Prior to 4.5.1, the unzip function in mobsf/StaticAnalyzer/views/common/sharedfunc.py logs that an archive member exceeding ZIPMAXUNCOMPRESSEDFILESIZE is being skipped but does not continue to the next member, so an authenticated user can...

4.9CVSS5.3AI score0.00417EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 5:46 p.m.8 views

CVE-2026-68924 MobSF: Zip Bomb Denial of Service via Per-File Size Limit Bypass in ZIP/APK Extraction

MobSF is a mobile application security testing tool used. Prior to 4.5.1, the unzip function in mobsf/StaticAnalyzer/views/common/sharedfunc.py logs that an archive member exceeding ZIPMAXUNCOMPRESSEDFILESIZE is being skipped but does not continue to the next member, so an authenticated user can...

4.9CVSS5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/17 8:10 p.m.48 views

CVE-2026-57233 Notepad++: Path Traversal (Zip Slip) in WinGup Plugin Extraction

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, the WinGup decompress function joins untrusted ZIP entry names to unzipDestTo without canonical containment validation, allowing an entry such as ../mimeTools/mimeTools.dll to overwrite a DLL in a sibling plugin directory and...

8.1CVSS0.0048EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/17 2:20 p.m.11 views

CVE-2026-19693

extract-zip through 2.0.1 containment-checks only the parent directory of each archive entry and never the entry's own final path component, so an archive containing two entries with identical names - a symlink whose target is outside the destination, followed by a regular file - writes through t...

8.1CVSS0.0028EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 2:20 p.m.5 views

UBUNTU-CVE-2026-19693

extract-zip through 2.0.1 containment-checks only the parent directory of each archive entry and never the entry's own final path component, so an archive containing two entries with identical names - a symlink whose target is outside the destination, followed by a regular file - writes through t...

8.1CVSS5.5AI score0.0028EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/12 6:05 p.m.11 views

EUVD-2026-57390

Joomla 6.1.1 contains a path traversal vulnerability in the comjoomlaupdate extension that allows a Super User to be induced into extracting a crafted archive containing directory traversal sequences or absolute paths in ZIP entry filenames. Attackers can supply malicious ZIP entry names with...

8.7CVSS6.2AI score0.00853EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 3:17 p.m.9 views

CVE-2026-18412

OpenCart extensions are uploaded as zip files with .ocmod.zip extensions. Upon installation, the OpenCart v4.2.0.0 extension installer extracts these zip files, but does not validate that the extracted paths stay inside the intended extraction directory. An attacker can craft a malicious extensio...

9.1CVSS0.00441EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 2:50 p.m.85 views

CVE-2026-18412

The CVE-2026-18412 vulnerability affects OpenCart v4.2.0.0 extensions installation. The extension installer extracts uploaded zip files (with .ocmod.zip) and does not validate that extracted paths remain inside the target directory, enabling a directory traversal via sequences like “../”. An atta...

9.1CVSS5.4AI score0.00441EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 2:50 p.m.10 views

EUVD-2026-55652

OpenCart extensions are uploaded as zip files with .ocmod.zip extensions. Upon installation, the OpenCart v4.2.0.0 extension installer extracts these zip files, but does not validate that the extracted paths stay inside the intended extraction directory. An attacker can craft a malicious extensio...

5.4AI score0.00441EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/01 7:49 a.m.8 views

CVE-2026-15601

The Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to Path Traversal Zip Slip in all versions up to, and including, 6.0.13 via the extractzipfile function. This makes it possible for authenticated attackers, with custom-level access and above, to...

4.9CVSS6.1AI score0.00745EPSS
SaveExploits0References15
Rows per page
Query Builder