Lucene search
+L

206 matches found

OSV
OSV
added 2026/07/06 8:27 p.m.11 views

GHSA-MP2F-45PM-3CG9 Decompress: Archive extraction can create files and links outside of the target directory

Impact When extracting an archive to a directory, a crafted archive can read or write files outside that directory. The flaw is in the code that writes the parsed entries, so it affects every format decompress handles: tar, tar.gz, tar.bz2, and zip by default, plus any others added through the...

9.1CVSS6AI score0.00749EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/02 5:38 p.m.35 views

GHSA-FG23-3346-88F5 Langroid: Path traversal in the file tools allows read/write outside configured current directory

Summary Langroid's ReadFileTool and WriteFileTool appear to treat currdir as the intended working-directory boundary for file operations. However, the tools only change the process working directory to currdir and then operate on the user-supplied filepath without resolving and enforcing that the...

7.1CVSS5.8AI score0.00184EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2026/07/01 3:14 a.m.8 views

SUSE CVE-2026-56876

extract-zip does not validate symlink targets when extracting zip archives. When processing a malicious zip file containing a symlink with a relative path like '../../../../etc/passwd', extract-zip will extract the symlink without validation, allowing it to point outside the extraction directory...

8.1CVSS6.1AI score0.00391EPSS
SaveExploits1References3
OSV
OSV
added 2026/06/30 10:16 p.m.19 views

DEBIAN-CVE-2026-50003

A malicious or compromised server can make a DCMTK client using bit-preserving C-GET storage mode write files outside the chosen output directory, using both relative ../ paths and absolute paths...

9.3CVSS5.9AI score0.00664EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/30 10:16 p.m.13 views

CVE-2026-50003

A malicious or compromised server can make a DCMTK client using bit-preserving C-GET storage mode write files outside the chosen output directory, using both relative ../ paths and absolute paths...

9.8CVSS6.1AI score0.00664EPSS
SaveExploits0References4
Veracode
Veracode
added 2026/06/27 6:42 a.m.11 views

Path Traversal

gogs.io/gogs is vulnerable to Path Traversal. The vulnerability is due to Gogs accepting organization names containing path traversal sequences ../ and writing repositories to filesystem paths outside the intended directory, which allows an attacker to store repositories in arbitrary locations an...

10CVSS9.3AI score0.01107EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/06/24 11:11 a.m.9 views

OESA-2026-2694 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

8.2CVSS5.8AI score0.00598EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/06/22 5:21 p.m.24 views

dotnet: .NET: Local file tampering via link following vulnerability

A flaw was found in .NET's System.Formats.Tar library. When extracting a specially crafted TAR archive containing symbolic links, the TarFile.ExtractToDirectory method may incorrectly follow those links and write files outside the intended extraction directory. An attacker could exploit this issu...

6.2CVSS5.8AI score0.00388EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/06/19 10:10 p.m.44 views

pydantic-settings: NestedSecretsSettingsSource follows symlinks outside secrets_dir, enabling local file read and bypassing secrets_dir_max_size

Summary NestedSecretsSettingsSource reads secret values from files in a configured secretsdir. When secretsnestedsubdir=True, a directory entry inside secretsdir that is a symbolic link pointing outside secretsdir is followed, so files outside the configured directory are read into settings value...

5.9AI score
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/06/19 8:16 p.m.16 views

CVE-2026-48129

Kestra is an open-source, event-driven orchestration platform. Prior to versions 1.3.19, 1.2.19, 1.1.19, and 1.0.43, Kestra task inputFiles writes rendered file names directly under the task working directory. When a flow forwards untrusted execution or webhook data into an inputFiles file name, ...

6.5CVSS6AI score0.00445EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/06/18 9:05 a.m.30 views

EUVD-2026-37866

SEPPmail versions before 15.0.5 allow improper handling of attachment filenames during encrypted PDF generation. An attacker can exploit this to create new files outside the intended directory, potentially placing files in web-accessible locations...

7.1CVSS5.3AI score0.00319EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/11 5:03 a.m.81 views

CVE-2026-40987

CVE-2026-40987 affects Spring Integration across multiple tracked branches (7.0.0–7.0.4, 6.5.0–6.5.8, 6.4.0–6.4.11, 6.3.0–6.3.14, 5.5.0–5.5.20). The connected documents describe a vulnerability where a malicious or compromised FTP/SFTP/SMB server can cause the client to write arbitrary files anyw...

7.1CVSS5.6AI score0.0021EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/06/06 2:54 a.m.18 views

SUSE CVE-2026-7774

tarfile.datafilter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall to write files outside the...

7.5CVSS5.4AI score0.00598EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/06/05 7:11 p.m.17 views

CVE-2026-44307

A flaw was found in Mako, a Python template library. A remote attacker could exploit a directory traversal vulnerability by crafting a Uniform Resource Identifier URI with backslash traversal. This bypasses security checks, allowing the attacker to read files outside the intended template...

8.7CVSS5.3AI score0.00609EPSS
SaveExploits1References7
ATTACKERKB
ATTACKERKB
added 2026/06/05 5:00 a.m.19 views

CVE-2026-10732

All versions of the package decompress are vulnerable to Arbitrary File Write via Archive Extraction Zip Slip when extracting a ZIP archive containing two entries with the same path - the first being a symlink to an arbitrary target and the second being a regular file - the file content is writte...

9.8CVSS6.4AI score0.02116EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/06/05 12:00 a.m.18 views

PT-2026-49599

Impact skillctl 0.1.0 and 0.1.1 contained four path-safety vulnerabilities that, in combination, allowed an attacker to: 1. Exfiltrate arbitrary files on the operator's machine by publishing a malicious skills library containing a symlink inside a skill folder e.g. niania →...

5.6AI score
SaveExploits0References5
NVD
NVD
added 2026/06/04 4:16 p.m.17 views

CVE-2026-7774

tarfile.datafilter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall to write files outside the...

6.9CVSS0.00598EPSS
SaveExploits0References11
CVE
CVE
added 2026/06/04 2:21 p.m.139 views

CVE-2026-7774

The CVE-2026-7774 entry concerns tarfile.data_filter in Python's tarfile handling. Crafted link entries, including symlinks with empty or directory-like names, can bypass checks to cause tarfile.extractall() to write files outside the intended extraction directory, limited by the extractor's perm...

6.9CVSS5.8AI score0.00598EPSS
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/06/04 2:21 p.m.10 views

CVE-2026-7774

tarfile.datafilter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall to write files outside the...

6.9CVSS5.8AI score0.00598EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/06/04 12:00 a.m.15 views

Ubuntu 22.04 LTS / 24.04 LTS / 25.10 : tar-fs vulnerabilities (USN-8367-1)

The remote Ubuntu 22.04 LTS / 24.04 LTS / 25.10 host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-8367-1 advisory. It was discovered that tar-fs did not properly limit paths when extracting crafted tar files. An attacker could possibly use this iss...

8.7CVSS6.8AI score0.02216EPSS
SaveExploits2References4
Rows per page
Query Builder