Lucene search
+L

14058 matches found

NVD
NVD
added 2026/09/06 12:17 p.m.8 views

CVE-2026-86251

h3 versions before 1.15.9 contain a path traversal vulnerability in the serveStatic utility. A double-decoding flaw allows a request path containing double-encoded dot sequences e.g. %252e%252e to be decoded to %2e%2e, which survives resolveDotSegments because that function only checks for litera...

8.2CVSS0.00297EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/06 12:00 p.m.23 views

CVE-2026-86253

h3 (npm package) versions up to 2.0.1-rc.14 and 1.x before 1.15.6 are affected by a path traversal vulnerability in serveStatic() . On Node.js deployments, the URL pathname is not normalized before being passed to decodeURI(), so percent-encoded dot segments (%2e%2e) decode to ../ sequences witho...

8.2CVSS5.9AI score0.00429EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/06 12:00 p.m.40 views

CVE-2026-86253 h3 before 1.15.6 Path Traversal via Percent-Encoded Dot Segments

h3 npm package versions = 2.0.1-rc.14 contain a path traversal vulnerability in serveStatic. On Node.js deployments, event.url.pathname is not normalized, so percent-encoded dot segments %2e%2e are passed to decodeURI and decoded to ../ sequences without sanitization. An unauthenticated remote...

8.2CVSS0.00429EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/06 12:00 p.m.3 views

CVE-2026-86253 h3 before 1.15.6 Path Traversal via Percent-Encoded Dot Segments

h3 npm package versions = 2.0.1-rc.14 contain a path traversal vulnerability in serveStatic. On Node.js deployments, event.url.pathname is not normalized, so percent-encoded dot segments %2e%2e are passed to decodeURI and decoded to ../ sequences without sanitization. An unauthenticated remote...

8.2CVSS6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/06 12:00 p.m.48 views

CVE-2026-86251 h3 before 1.15.9 Path Traversal via Double Decoding

h3 versions before 1.15.9 contain a path traversal vulnerability in the serveStatic utility. A double-decoding flaw allows a request path containing double-encoded dot sequences e.g. %252e%252e to be decoded to %2e%2e, which survives resolveDotSegments because that function only checks for litera...

8.2CVSS0.00297EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/05 8:17 p.m.10 views

CVE-2026-67281

RouterOS WebFig contains an unauthenticated file-read vulnerability in the /jsproxy path where a newly allocated session retains a stale uninitialized principal pointer used for file authorization. An unauthenticated attacker can prepare the allocator so that the file-serving path dereferences th...

8.7CVSS0.0045EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/05 8:00 p.m.43 views

CVE-2026-67281 Unauthenticated file read in Mikrotik RouterOS

RouterOS WebFig contains an unauthenticated file-read vulnerability in the /jsproxy path where a newly allocated session retains a stale uninitialized principal pointer used for file authorization. An unauthenticated attacker can prepare the allocator so that the file-serving path dereferences th...

8.7CVSS0.0045EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/05 8:00 p.m.13 views

EUVD-2026-72028

RouterOS WebFig contains an unauthenticated file-read vulnerability in the /jsproxy path where a newly allocated session retains a stale uninitialized principal pointer used for file authorization. An unauthenticated attacker can prepare the allocator so that the file-serving path dereferences th...

8.7CVSS5.8AI score0.0045EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/05 8:00 p.m.157 views

CVE-2026-67281

MikroTik RouterOS WebFig is affected by an unauthenticated file-read vulnerability in the /jsproxy path. The root cause is a stale uninitialized principal pointer retained by a newly allocated session, which an attacker can exploit by preparing the allocator and supplying parent-directory compone...

8.7CVSS5.7AI score0.0045EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/05 3:04 p.m.9 views

OESA-2026-3700 python-GitPython security update

GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. Security Fixes: GitPython before 3.1.57 contains an incomplete denylist in the unsafegitarchiveoptions guard that omits --add-file and --add-virtual-file options...

9.3CVSS7.9AI score0.00961EPSS
SaveExploits15References18
OSV
OSV
added 2026/09/05 3:04 p.m.10 views

OESA-2026-3699 python-GitPython security update

GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. Security Fixes: GitPython before 3.1.57 contains an incomplete denylist in the unsafegitarchiveoptions guard that omits --add-file and --add-virtual-file options...

9.3CVSS7.9AI score0.00961EPSS
SaveExploits15References18
NVD
NVD
added 2026/09/05 7:17 a.m.8 views

CVE-2026-14975

The WP File Download plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.3.8 via the 'remoteurl' parameter. This makes it possible for authenticated attackers, with subscriber-level access and above, to read the contents of arbitrary files on the...

6.5CVSS0.00679EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/05 6:37 a.m.23 views

CVE-2026-14975

The WP File Download WordPress plugin (all versions up to and including 6.3.8 ) is vulnerable to Directory Traversal via the remoteurl parameter, discovered by 0xd4rk5id3 (EnvoraSec). An authenticated attacker with Subscriber-level access first poisons the _wpfd_file_metadata['file'] post-meta va...

6.5CVSS5.5AI score0.00679EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/05 6:37 a.m.37 views

CVE-2026-14975 WP File Download <= 6.3.8 - Authenticated (Subscriber+) Arbitrary File Read via Path Traversal in 'remoteurl' Parameter

The WP File Download plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.3.8 via the 'remoteurl' parameter. This makes it possible for authenticated attackers, with subscriber-level access and above, to read the contents of arbitrary files on the...

6.5CVSS0.00679EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/05 12:00 a.m.15 views

PT-2026-86455

Name of the Vulnerable Software and Affected Versions RouterOS versions prior to 6.49.21 RouterOS versions prior to 7.23.4 RouterOS versions prior to 7.24.2 Description WebFig contains an unauthenticated file-read issue in the '/jsproxy' endpoint. A newly allocated session retains a stale...

8.7CVSS5.6AI score0.0045EPSS
SaveExploits0References12
Patchstack
Patchstack
added 2026/09/04 7:33 p.m.8 views

WordPress WP File Download plugin <= 6.3.8 - Authenticated (Subscriber+) Arbitrary File Read via Path Traversal in 'remoteurl' Parameter vulnerability

Authenticated Subscriber+ Arbitrary File Read via Path Traversal in 'remoteurl' Parameter vulnerability discovered by 0xd4rk5id3 - EnvoraSec in WordPress Plugin WP File Download versions = 6.3.8...

6.5CVSS5.4AI score0.00679EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/09/04 6:11 p.m.15 views

EUVD-2026-60970

CodeWhale: Argument Injection in gitblame Tool Allows Arbitrary File Read Without Approval...

8.3CVSS5.2AI score0.00408EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 6:00 p.m.14 views

EUVD-2026-60966

CodeWhale: Project config instructions override enables arbitrary file read into AI system prompt via cloned repository...

8.7CVSS5.3AI score0.00414EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/04 5:16 p.m.9 views

CVE-2026-17621

IBM Langflow OSS 1.0.0 through 1.10.2 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...

5.4CVSS0.00293EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 5:16 p.m.6 views

CVE-2026-14470

IBM Langflow OSS 1.0.0 through 1.10.2 could allow an authenticated 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...

6.5CVSS0.00336EPSS
SaveExploits0References1
Rows per page
Query Builder