Lucene search
+L

940 matches found

AlpineLinux
AlpineLinux
added 2026/06/25 3:26 p.m.23 views

CVE-2026-48945

The K2 article gallery upload path accepts a zip/tar archive, extracts it under /media/k2/galleries//, and only renames image files gif/jpg/jpeg/png/webp to safe names — non-image files including .php are extracted as-is and remain executable via direct HTTP access...

5.3CVSS5.8AI score0.0033EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/25 3:26 p.m.15 views

CVE-2026-57453 Vim: PowerShell Command Injection via Unescaped Filename in zip.vim Extraction

Vim is an open source, command line text editor. From 9.1.1784 until 9.2.0678, when the bundled zip plugin autoload/zip.vim falls back to PowerShell to browse, read, extract, update or delete entries in a zip archive, it builds the PowerShell command by inserting archive entry names that are quot...

6.5CVSS6.2AI score
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/06/24 3:11 p.m.15 views

Astra Linux – Vulnerability in busybox

A flaw was discovered in BusyBox. Incomplete path sanitization in its archive extraction utilities allows attackers to create malicious archives. When these archives are extracted, and under certain conditions, they may write to files outside of the intended directory. This can lead to arbitrary...

7CVSS7.8AI score0.00708EPSS
SaveExploits2References3
OSV
OSV
added 2026/06/24 5:41 a.m.16 views

MGASA-2026-0230 Updated perl-Archive-Tar package fixes security vulnerabilities

The updated package fixes security vulnerabilities: Archive::Tar versions before 3.08 for Perl extract symlinks with attacker controlled targets outside the extraction directory. CVE-2026-42496 Archive::Tar versions before 3.08 for Perl extract hardlinks to attacker controlled paths outside the...

9.1CVSS5.8AI score0.00448EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/06/23 4:04 p.m.15 views

CVE-2026-11940 tarfile extraction filter bypass allows escaping the destination directory

tarfile.extractall with the 'data' or 'tar' filter could be bypassed by a crafted archive where a hardlink references a symlink stored at a deeper name than the hardlink itself. The extraction fallback validated the symlink at it's archived location but recreated it at the hardlink's shallower...

7.8CVSS5.8AI score0.0075EPSS
SaveExploits0References10
OSV
OSV
added 2026/06/18 3:02 p.m.15 views

GHSA-3VGW-585J-4M45 BBOT: Path traversal (Zip-Slip) in unarchive module - incomplete fix for CVE-2025-10284

The unarchive internal module's archive extraction commands perform no code-level validation on extracted file paths, relying entirely on the behavior of external tools e.g. GNU tar which varies by platform. While CVE-2025-10284 addressed git-specific RCE vectors, the underlying archive extractio...

5.3CVSS5.3AI score0.00208EPSS
SaveExploits0References4
CVE
CVE
added 2026/06/17 9:45 p.m.47 views

CVE-2026-12565

The CVE-2026-12565 entry concerns the unarchive module’s archive extraction commands, which perform no path validation and rely on external tools (notably GNU tar) whose behavior varies by platform. On systems using GNU tar < 1.34 (e.g., Ubuntu 20.04, Debian Buster, CentOS 7, and many Docker b...

5.3CVSS5.3AI score0.00208EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/06/17 12:00 a.m.54 views

PT-2026-50560

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description The unarchive internal module's archive extraction commands lack code-level validation for extracted file paths. This causes the module to rely on the behavior o...

5.3CVSS5.2AI score0.00208EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/06/15 9:30 p.m.15 views

EUVD-2026-36766

In OCaml-tar before 3.4.0, a crafted archive with ../ path segments in its name allows escaping the current working directory. This is not desired behavior, and tar1 rejects such extractions, but ocaml-tar decompresses it anyway. The impact is that it allows arbitrary file writes outside of the...

5.4AI score0.00373EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/06/15 8:35 a.m.14 views

CVE-2026-11816

A flaw was found in Keras. Attackers can exploit a path traversal vulnerability in the archive extraction utilities, specifically filtersafetarinfos and filtersafezipinfos. This occurs because the validation of archive member paths is performed against the process's current working directory CWD...

8.1CVSS7.6AI score0.00563EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/06/12 9:53 p.m.12 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal in the getFiles process. An attacker can cause arbitrary files to be written outside the intended extraction directory on Windows systems by uploading files with specially crafted names containing Windows-style...

7.6CVSS6.5AI score0.00193EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/12 9:53 p.m.11 views

Directory Traversal

Overview github.com/filebrowser/filebrowser/v2/http is a web file browser. Affected versions of this package are vulnerable to Directory Traversal in the getFiles process. An attacker can cause arbitrary files to be written outside the intended extraction directory on Windows systems by uploading...

7.6CVSS6.5AI score0.00193EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/12 9:53 p.m.64 views

File Browser: FilePath traversal in download-as-zip/tar via Windows-style backslash separators in stored filenames

Summary filebrowser builds the download-as-zip / download-as-tar archive entry names with filepath.ToSlash, which on a Linux host is a no-op for backslashes \ is only a path separator on Windows. A file whose name contains Windows-style traversal ......\evil.txt is accepted by the resource...

6.8CVSS5.7AI score0.00193EPSS
SaveExploits0References4Affected Software2
Tenable Nessus
Tenable Nessus
added 2026/06/12 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-11816

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Keras versions prior to 3.14.0 are vulnerable to a path traversal issue in the archive extraction utilities located in keras/src/utils/fileutils.py. The functio...

8.1CVSS8AI score0.00563EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/06/11 3:31 p.m.11 views

Keras archive extraction utilities allow path traversal and arbitrary file writes

Keras versions prior to 3.14.0 are vulnerable to a path traversal issue in the archive extraction utilities located in keras/src/utils/fileutils.py. The functions filtersafetarinfos and filtersafezipinfos validate archive member paths against the process current working directory CWD instead of t...

8.1CVSS7.8AI score0.00563EPSS
SaveExploits1References11Affected Software1
OSV
OSV
added 2026/06/11 3:31 p.m.9 views

GHSA-HQP4-2352-XF5R Keras archive extraction utilities allow path traversal and arbitrary file writes

Keras versions prior to 3.14.0 are vulnerable to a path traversal issue in the archive extraction utilities located in keras/src/utils/fileutils.py. The functions filtersafetarinfos and filtersafezipinfos validate archive member paths against the process current working directory CWD instead of t...

8.1CVSS5.6AI score0.00563EPSS
SaveExploits1References11
Snyk
Snyk
added 2026/06/11 3:20 p.m.28 views

Directory Traversal

Overview keras is a Keras is a high-level neural networks API for Python.. Affected versions of this package are vulnerable to Directory Traversal via the filtersafetarinfos and filtersafezipinfos functions in the archive extraction utilities. An attacker can write arbitrary files outside the...

8.6CVSS6.2AI score0.00563EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/11 2:16 p.m.14 views

PYSEC-2026-2324

Keras versions prior to 3.14.0 are vulnerable to a path traversal issue in the archive extraction utilities located in keras/src/utils/fileutils.py. The functions filtersafetarinfos and filtersafezipinfos validate archive member paths against the process current working directory CWD instead of t...

8.1CVSS7.1AI score0.00563EPSS
SaveExploits1References6
PyPA
PyPA
added 2026/06/11 2:16 p.m.16 views

PYSEC-2026-2324

Keras versions prior to 3.14.0 are vulnerable to a path traversal issue in the archive extraction utilities located in keras/src/utils/fileutils.py. The functions filtersafetarinfos and filtersafezipinfos validate archive member paths against the process current working directory CWD instead of t...

8.1CVSS7.1AI score0.00563EPSS
SaveExploits1References6Affected Software1
NVD
NVD
added 2026/06/11 2:16 p.m.19 views

CVE-2026-11816

Keras versions prior to 3.14.0 are vulnerable to a path traversal issue in the archive extraction utilities located in keras/src/utils/fileutils.py. The functions filtersafetarinfos and filtersafezipinfos validate archive member paths against the process current working directory CWD instead of t...

8.1CVSS0.00563EPSS
SaveExploits1References6
Rows per page
Query Builder