Lucene search
+L

54122 matches found

Cvelist
Cvelist
added 2026/08/26 3:44 p.m.34 views

CVE-2026-81030 Mage AI through 0.9.79 Arbitrary File Read via Unvalidated Path in browser_items Endpoint

Mage AI does not confine the paths accepted by its browser-items API to the project directory. BrowserItemResource in mageai/api/resources/BrowserItemResource.py passes a caller-supplied path to the filesystem read and write helpers without calling the containment helper that the sibling...

7.1CVSS0.0039EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 3:44 p.m.4 views

CVE-2026-81030 Mage AI through 0.9.79 Arbitrary File Read via Unvalidated Path in browser_items Endpoint

Mage AI does not confine the paths accepted by its browser-items API to the project directory. BrowserItemResource in mageai/api/resources/BrowserItemResource.py passes a caller-supplied path to the filesystem read and write helpers without calling the containment helper that the sibling...

7.1CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/26 3:44 p.m.5 views

EUVD-2026-66604

ZLMediaKit confines the downloadFile API to a configured set of root directories with a prefix comparison that does not account for directory boundaries. The configuration loader in server/WebApi.cpp builds each root with File::absolutePath"", item, true; because the relative-path argument is emp...

6.9CVSS5.4AI score0.0035EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 3:44 p.m.13 views

CVE-2026-81028

ZLMediaKit 's downloadFile API in server/WebApi.cpp suffers a root-directory confinement bypass caused by a string prefix comparison that does not enforce directory boundaries. The loader builds each configured root via File::absolutePath("", item, true), which omits the trailing separator; the h...

6.9CVSS5.4AI score0.0035EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 3:34 p.m.5 views

GHSA-2WXC-X7RJ-HG8F asyncssh has SCP Path Traversal to Arbitrary File Write

| | | |---|---| | Product | asyncssh all versions through 2.23.0 | | Related | CVE-2019-6111 same class in OpenSSH | | Fix | AsyncSSH 2.23.1 | A malicious SSH server can write arbitrary files on the asyncssh SCP client's filesystem by sending filenames containing ../ traversal sequences. The SCP...

8.1CVSS6.1AI score0.00492EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/26 3:32 p.m.4 views

GHSA-QR67-GV47-XWWH asyncssh has an incomplete fix for CVE-2026-45309 — AuthorizedKeysFile %u still escapes the intended directory via a leading ~ (and weakly via ${ENV}) username substitution

Incomplete fix for CVE-2026-45309 GHSA-g794-3fmp-753h. The 2.23.0 guard that sanitises the SSH username before %u substitution in AuthorizedKeysFile blocks /, \ and .., but does not block a leading or $ENV, both of which are re-introduced by later expansion and reach the file open — defeating the...

5.9CVSS5.9AI score0.00393EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/26 3:27 p.m.4 views

CVE-2026-73034-PoC

CVE-2026-73034 — DB-GPT v0.8.1: Path Traversal non autenticato → Scrittura arbitraria di file CVSS 9.8 Critico · CWE-22 · GHSA/Issue 3104 Riepilogo POST /api/v1/python/file/upload in DB-GPT v0.8.1 prende l'header HTTP user-id e lo usa grezzo come componente del percorso : root@kitploit: uploaddir...

9.8CVSS5.3AI score0.01509EPSS
SaveExploits1References1
OSV
OSV
added 2026/08/26 3:22 p.m.5 views

GHSA-W5FV-7X5Q-G8QP Cloudreve WebDAV (`/dav`) has Path Traversal / Broken Access Control — scoped DAV credential escapes its configured account root

Summary A Cloudreve WebDAV account stores a uri that defines the account's root folder. The WebDAV request handler stripPrefix in pkg/webdav/webdav.go trims the /dav prefix from the request path and joins the remainder to that root with fs.URI.JoinRaw, but never checks that the joined URI stays...

7.1CVSS5.4AI score0.00315EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/26 3:16 p.m.4 views

CVE-2026-54550

IzPack is a widely used tool for packaging applications on the Java platform as cross-platform installers. In 5.2.6 and earlier, UnpackerBase.unpack in izpack-installer/src/main/java/com/izforge/izpack/installer/unpacker/UnpackerBase.java obtains an attacker-controlled PackFile targetPath, passes...

7.4CVSS0.00377EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 2:57 p.m.7 views

GO-2026-6294 Path traversal via crafted vulnerability database or other downloaded artifacts in github.com/aquasecurity/trivy

Path traversal via crafted vulnerability database or other downloaded artifacts in github.com/aquasecurity/trivy...

7.5CVSS5.2AI score0.00442EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/26 2:24 p.m.9 views

IzPack has Path Traversal in UnpackerBase that allows writing files outside the installation directory via malicious pack entries

Summary IzPack's UnpackerBase.unpack resolves pack-file target paths without any canonical-path or directory-containment check. An attacker who distributes a trojanized installer JAR the format is unsigned can include pack entries whose targetPath contains ../ sequences. When a victim runs the...

7.4CVSS5.6AI score0.00377EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/08/26 2:24 p.m.31 views

CVE-2026-54550 IzPack: Path Traversal in UnpackerBase allows writing files outside the installation directory via malicious pack entries

IzPack is a widely used tool for packaging applications on the Java platform as cross-platform installers. In 5.2.6 and earlier, UnpackerBase.unpack in izpack-installer/src/main/java/com/izforge/izpack/installer/unpacker/UnpackerBase.java obtains an attacker-controlled PackFile targetPath, passes...

7.4CVSS0.00377EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/26 2:24 p.m.4 views

EUVD-2026-66562

IzPack is a widely used tool for packaging applications on the Java platform as cross-platform installers. In 5.2.6 and earlier, UnpackerBase.unpack in izpack-installer/src/main/java/com/izforge/izpack/installer/unpacker/UnpackerBase.java obtains an attacker-controlled PackFile targetPath, passes...

7.4CVSS5.4AI score0.00377EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 2:24 p.m.2 views

CVE-2026-54550 IzPack: Path Traversal in UnpackerBase allows writing files outside the installation directory via malicious pack entries

IzPack is a widely used tool for packaging applications on the Java platform as cross-platform installers. In 5.2.6 and earlier, UnpackerBase.unpack in izpack-installer/src/main/java/com/izforge/izpack/installer/unpacker/UnpackerBase.java obtains an attacker-controlled PackFile targetPath, passes...

7.4CVSS5.6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/26 2:24 p.m.13 views

CVE-2026-54550

IzPack versions 5.2.6 and earlier contain a path traversal vulnerability in UnpackerBase.unpack(). The method passes an attacker-controlled PackFile targetPath through IoHelper.translatePath(), which only converts separators without normalizing ../ segments or enforcing directory containment. A t...

7.4CVSS5.4AI score0.00377EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/26 1:00 p.m.34 views

CVE-2026-73102 RustDesk Path Traversal via macOS Clipboard File-Paste

RustDesk versions 1.3.9 through 1.4.9 contain a path traversal vulnerability in the macOS clipboard file-paste code path. The application accepts peer-supplied file descriptor names and joins them to the selected target directory without requiring normalized relative paths. A remote peer in an...

6.9CVSS0.00293EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/26 1:00 p.m.16 views

CVE-2026-73102

RustDesk versions 1.3.9 through 1.4.9 contain a path traversal vulnerability in the macOS clipboard file-paste code path. The application accepts peer-supplied file descriptor names and joins them to the selected target directory without requiring normalized relative paths, allowing a remote peer...

6.9CVSS5.5AI score0.00293EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/26 1:00 p.m.3 views

CVE-2026-73102 RustDesk Path Traversal via macOS Clipboard File-Paste

RustDesk versions 1.3.9 through 1.4.9 contain a path traversal vulnerability in the macOS clipboard file-paste code path. The application accepts peer-supplied file descriptor names and joins them to the selected target directory without requiring normalized relative paths. A remote peer in an...

6.9CVSS5.7AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/26 1:00 p.m.7 views

EUVD-2026-66421

RustDesk versions 1.3.9 through 1.4.9 contain a path traversal vulnerability in the macOS clipboard file-paste code path. The application accepts peer-supplied file descriptor names and joins them to the selected target directory without requiring normalized relative paths. A remote peer in an...

6.9CVSS5.5AI score0.00293EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/26 11:35 a.m.2 views

Vitejs-exploit

Vite Exploit CVE-2025-31125 Beschreibung: Nutzt den Path-Traversal-Schwachstelle im @fs-Endpunkt des Vite Development Servers CVE-2025-31125 aus, um über manipulierte URLs auf sensible Dateien wie /etc/passwd und /etc/hosts zuzugreifen. Erstellt von Muhammad Waseem. Verwendung: python...

7.5CVSS6.3AI score0.58462EPSS
SaveExploits9
Rows per page
Query Builder