Lucene search
+L

55590 matches found

OSV
OSV
added 2026/09/06 12:37 p.m.6 views

CVE-2026-86258 nbviewer through 1.0.1 Path Traversal via LocalFileHandler

nbviewer through 1.0.1 contains a path traversal vulnerability in LocalFileHandler.canshow that uses string-prefix comparison instead of proper path validation. Attackers can read files from sibling directories outside the configured root by requesting paths that share the root as a textual prefi...

8.2CVSS5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/09/06 12:37 p.m.28 views

CVE-2026-86258

nbviewer through version 1.0.1 is affected by a path traversal vulnerability in LocalFileHandler.can_show(). The root cause is the use of string-prefix comparison instead of proper path validation, allowing attackers to request paths that share the configured root as a textual prefix and thereby ...

8.2CVSS5.8AI score0.00363EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/06 12:17 p.m.7 views

CVE-2026-86253

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
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
EUVD
EUVD
added 2026/09/06 12:00 p.m.10 views

EUVD-2026-72109

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.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
EUVD
EUVD
added 2026/09/06 12:00 p.m.8 views

EUVD-2026-72107

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.2CVSS5.8AI score0.00297EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/06 12:00 p.m.2 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.2CVSS5.9AI score
SaveExploits0References4
CVE
CVE
added 2026/09/06 12:00 p.m.22 views

CVE-2026-86251

Versions of h3 before 1.15.9 contain a path traversal vulnerability in the serveStatic utility. The root cause is a double-decoding flaw : a request path containing double-encoded dot sequences (e.g. %252e%252e) decodes to %2e%2e, which survives the resolveDotSegments() function because it only c...

8.2CVSS5.8AI score0.00297EPSS
SaveExploits0References2
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
Positive Technologies
Positive Technologies
added 2026/09/06 12:00 a.m.15 views

PT-2026-86528

nbviewer through 1.0.1 contains a path traversal vulnerability in LocalFileHandler.can show that uses string-prefix comparison instead of proper path validation. Attackers can read files from sibling directories outside the configured root by requesting paths that share the root as a textual...

8.2CVSS0.00363EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/09/06 12:00 a.m.13 views

PT-2026-86520

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.2CVSS5.8AI score0.00297EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/05 8:00 p.m.40 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
NVD
NVD
added 2026/09/05 1:18 p.m.7 views

CVE-2026-86189

WWBN AVideo contains a path traversal vulnerability in notify.ffmpeg.json.php that allows unauthenticated attackers to write files to arbitrary locations by supplying a caller-chosen path in the avideoRelativePath parameter. Attackers can replay any previously issued ciphertext as a notifyCode...

9.8CVSS0.00406EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/05 12:09 p.m.6 views

EUVD-2026-72010

WWBN AVideo contains a path traversal vulnerability in notify.ffmpeg.json.php that allows unauthenticated attackers to write files to arbitrary locations by supplying a caller-chosen path in the avideoRelativePath parameter. Attackers can replay any previously issued ciphertext as a notifyCode...

9.8CVSS6AI score0.00406EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/05 12:09 p.m.34 views

CVE-2026-86189

WWBN AVideo is affected by an unauthenticated path traversal vulnerability in notify.ffmpeg.json.php . By supplying a caller-chosen value in the avideoRelativePath parameter, an attacker can write files to arbitrary locations within the application root and its subdirectories. Authentication is b...

9.8CVSS6AI score0.00406EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/05 12:09 p.m.4 views

CVE-2026-86189 WWBN AVideo Unauthenticated Path Traversal via notify.ffmpeg.json.php

WWBN AVideo contains a path traversal vulnerability in notify.ffmpeg.json.php that allows unauthenticated attackers to write files to arbitrary locations by supplying a caller-chosen path in the avideoRelativePath parameter. Attackers can replay any previously issued ciphertext as a notifyCode...

9.3CVSS6AI score
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2026/09/05 8:24 a.m.8 views

rubyzip before 3.4.0 Path Traversal in Zip::Entry#extract via Sibling-Directory Prefix

...

8.7CVSS5.8AI score0.00383EPSS
SaveExploits0
Rows per page
Query Builder