Lucene search
+L

55392 matches found

Cvelist
Cvelist
added 2026/08/04 5:25 p.m.42 views

CVE-2026-47613

NVIDIA Dynamo for Linux contains a vulnerability where an attacker may cause improper limitation of a pathname to a restricted directory by supplying a crafted local path in a multimodal request. A successful exploit of this vulnerability might lead to information disclosure...

7.5CVSS0.00319EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/04 5:25 p.m.14 views

EUVD-2026-52805

NVIDIA Dynamo for Linux contains a vulnerability where an attacker may cause improper limitation of a pathname to a restricted directory by supplying a crafted local path in a multimodal request. A successful exploit of this vulnerability might lead to information disclosure...

7.5CVSS5.4AI score0.00319EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/04 4:47 p.m.4 views

postcss: PostCSS: Information disclosure via path traversal in source map auto-loading

A flaw was found in PostCSS. An attacker can exploit a path traversal vulnerability by providing specially crafted sourceMappingURL values in untrusted CSS files. This allows the attacker to disclose sensitive sourcesContent from arbitrary .map files accessible on the system, leading to informati...

7.5CVSS5.5AI score0.00377EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 4:11 p.m.13 views

sssd: sssd: GPO cache path traversal via unsanitized gPCFileSysPath allows Kerberos authentication bypass

A path traversal flaw was found in SSSD's AD GPO provider. The adgpoextractsmbcomponents function does not sanitize .. sequences in the gPCFileSysPath LDAP attribute, allowing an attacker with AD GPO management access to write files outside the GPO cache directory as root. On default RHEL...

8CVSS5.4AI score0.00668EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/04 3:16 p.m.18 views

CVE-2026-67200

Perspective 5.0.0 contains a path traversal vulnerability that allows unauthenticated remote attackers to read arbitrary files from the server filesystem by including literal ../ segments in HTTP request URL paths. Attackers can bypass the insufficient query-string-stripping sanitization to...

8.7CVSS0.00567EPSS
SaveExploits0References2
Nuclei
Nuclei
added 2026/08/04 3:05 p.m.18 views

ColdFusion - Path Traversal

ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability that could lead to arbitrary file system read and limited write access. An attacker could exploit this vulnerability to access sensitive...

9.3CVSS8AI score0.02954EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/04 2:04 p.m.42 views

CVE-2026-67200 Perspective 5.0.0 Path Traversal via cwd_static_file_handler

Perspective 5.0.0 contains a path traversal vulnerability that allows unauthenticated remote attackers to read arbitrary files from the server filesystem by including literal ../ segments in HTTP request URL paths. Attackers can bypass the insufficient query-string-stripping sanitization to...

8.7CVSS0.00567EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/04 2:04 p.m.19 views

CVE-2026-67200 Perspective 5.0.0 Path Traversal via cwd_static_file_handler

Perspective 5.0.0 contains a path traversal vulnerability that allows unauthenticated remote attackers to read arbitrary files from the server filesystem by including literal ../ segments in HTTP request URL paths. Attackers can bypass the insufficient query-string-stripping sanitization to...

8.7CVSS5.7AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/04 2:04 p.m.19 views

EUVD-2026-52696

Perspective 5.0.0 contains a path traversal vulnerability that allows unauthenticated remote attackers to read arbitrary files from the server filesystem by including literal ../ segments in HTTP request URL paths. Attackers can bypass the insufficient query-string-stripping sanitization to...

8.7CVSS5.7AI score0.00567EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/04 2:04 p.m.49 views

CVE-2026-67200

CVE-2026-67200 refers to a path traversal in Perspective 5.0.0, exploitable by unauthenticated remote attackers who include literal ../ in HTTP request paths to read arbitrary server files via the cwd_static_file_handler. The vulnerability bypasses insufficient query-string-stripping sanitization...

8.7CVSS5.7AI score0.00567EPSS
SaveExploits0References2
Rockylinux
Rockylinux
added 2026/08/04 12:01 p.m.12 views

mingw-glib2 security update

An update is available for mingw-glib2. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list GLib provides the core application building blocks for libraries and...

9.8CVSS7AI score0.00826EPSS
SaveExploits7
OSV
OSV
added 2026/08/04 12:01 p.m.9 views

RLSA-2026:49512 Important: mingw-glib2 security update

GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures. Security Fixes: glib: GLib: Buffer underflow...

7.5CVSS7AI score0.00826EPSS
SaveExploits7References9
PyPA
PyPA
added 2026/08/04 11:34 a.m.29 views

Penelope unsafe tar extraction allows arbitrary local file write via crafted session archive

SummaryPenelope versions prior to 0.19.3 extracted tar archives received from remote sessions without validating archive member paths. When using the affected Unix download path, a malicious or compromised remote session could return a crafted tar archive containing path traversal entries, such a...

5.9CVSS6.3AI score0.0025EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/08/04 11:34 a.m.8 views

PYSEC-2026-3609 PyMdown Extensions: Path traversal in the b64 extension lets <img src> read files outside base_path

Summary The b64 extension inlines images referenced by as base64 data URIs. When resolving the src path it joins it onto the configured basepath with os.path.normpath and opens the result directly, with no check that the resolved path stays inside basepath. A src containing ../ sequences, or an...

5.3CVSS5.7AI score0.00355EPSS
SaveExploits0References7
PyPA
PyPA
added 2026/08/04 11:34 a.m.27 views

PyMdown Extensions: Path traversal in the b64 extension lets <img src> read files outside base_path

SummaryThe b64 extension inlines images referenced by as base64 data URIs. When resolving the src path it joins it onto the configured basepath with os.path.normpath and opens the result directly, with no check that the resolved path stays inside basepath. A src containing ../ sequences, or an...

5.3CVSS5.7AI score0.00355EPSS
SaveExploits0References7Affected Software1
GithubExploit
GithubExploit
added 2026/08/04 10:50 a.m.52 views

Exploit for Path Traversal in Apache Http_Server

No d...

9.8CVSS5.4AI score0.99992EPSS
SaveExploits164
NVD
NVD
added 2026/08/04 10:19 a.m.12 views

CVE-2026-14194

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Path Traversal. This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1...

6.5CVSS0.00295EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/04 8:28 a.m.51 views

CVE-2026-14194 Path Traversal Allows Arbitrary File Download in Bilin Software's HUMANIST Digital Human Resources

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Path Traversal. This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1...

6.5CVSS0.00295EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/04 8:28 a.m.13 views

EUVD-2026-52649

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Path Traversal. This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1...

6.5CVSS5.5AI score0.00295EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/04 8:28 a.m.12 views

CVE-2026-14194

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Path Traversal. This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1...

6.5CVSS5.5AI score0.00295EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder