Lucene search
+L

674 matches found

CVE
CVE
added 2026/02/04 11:05 p.m.333 views

CVE-2025-22873

CVE-2025-22873 involves a directory traversal in Go’s os package. Versions prior to Go 1.24.3 allow opening the parent directory of an os.Root by a filename ending with “.. /”, via Root.Open("../"). The escape permits only the immediate parent directory, not ancestors or files inside it. Affected...

3.8CVSS5.3AI score0.00242EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/04 11:05 p.m.10 views

CVE-2025-22873 Improper access to parent directory of root in os

It was possible to improperly access the parent directory of an os.Root by opening a filename ending in "../". For example, Root.Open"../" would open the parent directory of the Root. This escape only permits opening the parent directory itself, not ancestors of the parent or files contained with...

5.4AI score0.00242EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/04 11:05 p.m.8 views

CVE-2025-22873 Improper access to parent directory of root in os

It was possible to improperly access the parent directory of an os.Root by opening a filename ending in "../". For example, Root.Open"../" would open the parent directory of the Root. This escape only permits opening the parent directory itself, not ancestors of the parent or files contained with...

3.8CVSS5.9AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/02/04 8:31 p.m.43 views

CVE-2026-25499 terraform-provider-proxmox has insecure sudo recommendation in the documentation

Terraform / OpenTofu Provider adds support for Proxmox Virtual Environment. Prior to version 0.93.1, in the SSH configuration documentation, the sudoer line suggested is insecure and can result in escaping the folder using ../, allowing any files on the system to be edited. This issue has been...

8.7CVSS0.00448EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/02/04 8:31 p.m.22 views

EUVD-2026-5351

Terraform / OpenTofu Provider adds support for Proxmox Virtual Environment. Prior to version 0.93.1, in the SSH configuration documentation, the sudoer line suggested is insecure and can result in escaping the folder using ../, allowing any files on the system to be edited. This issue has been...

8.7CVSS5.3AI score0.00448EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/02/04 6:52 p.m.7 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via improper validation of user-supplied path components in file operation handlers. An attacker can gain unauthorized access to, modify, or delete files belonging to other users by injecting traversal sequences into...

9.9CVSS6.4AI score0.00749EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/02/04 12:00 a.m.9 views

PT-2026-6522

It was possible to improperly access the parent directory of an os.Root by opening a filename ending in "../". For example, Root.Open"../" would open the parent directory of the Root. This escape only permits opening the parent directory itself, not ancestors of the parent or files contained with...

5.5AI score
SaveExploits0References4
OSV
OSV
added 2026/02/03 4:04 p.m.61 views

BIT-PYTHON-2007-4559

Directory traversal vulnerability in the 1 extract and 2 extractall functions in the tarfile module in Python allows user-assisted remote attackers to overwrite arbitrary files via a .. dot dot sequence in filenames in a TAR archive, a related issue to CVE-2001-1267...

9.8CVSS5.6AI score0.27095EPSS
SaveExploits3References14
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.9 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005113)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005113 advisory. In the Linux kernel, the following vulnerability has been resolved: ext4: check dot and dotdot of dxroot before making dir indexed Syzbot reports a issue as follows:...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.7 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005084)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005084 advisory. In the Linux kernel, the following vulnerability has been resolved: ext4: make sure the first directory block is not a hole The syzbot constructs a directory that ha...

7.8CVSS6.8AI score0.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/01/09 11:52 a.m.21 views

CVE-2009-4231

Directory traversal vulnerability in as/lib/plugins.php in SweetRice 0.5.3 and earlier allows remote attackers to include and execute arbitrary local files via .. dot dot in the plugin parameter...

7.5CVSS7.6AI score0.02317EPSS
SaveExploits2References1
RedhatCVE
RedhatCVE
added 2026/01/09 10:57 a.m.6 views

CVE-2022-38794

Zaver through 2020-12-15 allows directory traversal via the GET /.. substring...

7.5CVSS8.3AI score0.03928EPSS
SaveExploits1References1
CVE
CVE
added 2026/01/07 12:34 p.m.40 views

CVE-2025-46256

CVE-2025-46256 relates to WordPress Advanced Database Cleaner PRO before or up to 3.2.10, with a Limited .txt Path Traversal vulnerability. Affected software is the Advanced Database Cleaner PRO plugin (SigmaPlugin implementation). Impact described as path traversal; CVSS v3.1 base score 6.4 (NET...

6.4CVSS5.2AI score0.0028EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/07 9:43 a.m.16 views

CVE-1999-0881

Falcon web server allows remote attackers to read arbitrary files via a .. dot dot attack...

5CVSS7.1AI score0.01309EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/07 9:40 a.m.13 views

CVE-1999-0495

A remote attacker can gain access to a file system using .. dot dot when accessing SMB shares...

10CVSS7.2AI score0.03189EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/12/22 9:38 a.m.19 views

os/exec: Unexpected paths returned from LookPath in os/exec

A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables rather than just directories, passing certain strings to LookPath "", ".", and "..", can result in the binaries listed in the PATH being unexpectedly returned...

6.5CVSS5.7AI score0.0055EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2025/12/22 1:19 a.m.25 views

os/exec: Unexpected paths returned from LookPath in os/exec

A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables rather than just directories, passing certain strings to LookPath "", ".", and "..", can result in the binaries listed in the PATH being unexpectedly returned...

6.5CVSS5.7AI score0.0055EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2025/11/25 1:21 a.m.24 views

os/exec: Unexpected paths returned from LookPath in os/exec

A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables rather than just directories, passing certain strings to LookPath "", ".", and "..", can result in the binaries listed in the PATH being unexpectedly returned...

6.5CVSS5.7AI score0.0055EPSS
SaveExploits1References8
EUVD
EUVD
added 2025/10/30 9:30 p.m.15 views

EUVD-2025-37200

IBM Tivoli Monitoring 6.3.0.7 through 6.3.0.7 Service Pack 21 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing "dot dot" sequences /../ to view, overwrite, or append to arbitrary files on the system...

8.6CVSS6.4AI score0.00395EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/30 9:30 p.m.12 views

EUVD-2025-37199

IBM Tivoli Monitoring 6.3.0.7 through 6.3.0.7 Service Pack 21 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing "dot dot" sequences /../ to view arbitrary files on the system...

7.5CVSS6.3AI score0.00494EPSS
SaveExploits0References2
Rows per page
Query Builder