Lucene search
+L

86 matches found

Cvelist
Cvelist
added 2026/02/21 3:50 a.m.34 views

CVE-2026-27192 Feathers has an origin validation bypass via prefix matching

Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. In versions 5.0.39 and below, origin validation uses startsWith for comparison, allowing attackers to bypass the check by registering a domain that shares a common prefix with an allowed...

7.6CVSS0.0024EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/21 3:50 a.m.13 views

CVE-2026-27192 Feathers has an origin validation bypass via prefix matching

Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. In versions 5.0.39 and below, origin validation uses startsWith for comparison, allowing attackers to bypass the check by registering a domain that shares a common prefix with an allowed...

7.6CVSS5.7AI score
SaveExploits0References5
CVE
CVE
added 2026/02/21 3:50 a.m.32 views

CVE-2026-27192

Feathersjs vulnerability CVE-2026-27192 affects 5.0.39 and earlier. The origin validation in getAllowedOrigin() uses startsWith() to compare Referer against allowed origins, which can be bypassed by registering a domain with a shared prefix (e.g., https://target.com.attacker.com vs https://target...

8.1CVSS5.7AI score0.0024EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/19 8:32 p.m.20 views

Feathers has an origin validation bypass via prefix matching

The origin validation uses startsWith for comparison, allowing attackers to bypass the check by registering a domain that shares a common prefix with an allowed origin. The getAllowedOrigin function checks if the Referer header starts with any allowed origin: javascript //...

8.1CVSS5.6AI score0.0024EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/02/19 8:32 p.m.19 views

GHSA-MP4X-C34X-WV3X Feathers has an origin validation bypass via prefix matching

The origin validation uses startsWith for comparison, allowing attackers to bypass the check by registering a domain that shares a common prefix with an allowed origin. The getAllowedOrigin function checks if the Referer header starts with any allowed origin: javascript //...

7.6CVSS5.6AI score0.0024EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/02/16 12:04 p.m.8 views

kernel: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match()

A flaw was found in the Linux kernel’s SMC Shared Memory Communication module: in smcclcprfxmatch, the function is called from smclistenwork without proper RCU or RTNL protection. The code previously used skdstgetsk-dev, which can lead to a use-after-free UAF condition if the sk’s destination is...

8.1CVSS5.8AI score0.00392EPSS
SaveExploits0References5
NVD
NVD
added 2026/01/29 10:15 p.m.15 views

CVE-2026-24904

TrustTunnel is an open-source VPN protocol with a rule bypass issue in versions prior to 0.9.115. In tlslistener.rs, TlsListener::listen peeks 1024 bytes and calls extractclientrandom.... If parsetlsplaintext fails for example, a fragmented/partial ClientHello split across TCP writes,...

5.3CVSS0.00261EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/01/19 12:00 a.m.12 views

@fastify/middie security vulnerabilities

@fastify/middie is an open-source middleware engine developed by Fastify. Versions of @fastify/middie prior to 9.1.0 contained security vulnerabilities. These vulnerabilities were due to improper path prefix matching, which could allow the middleware to bypass security checks...

8.8CVSS5.8AI score0.00476EPSS
SaveExploits1References4
Microsoft CVE
Microsoft CVE
added 2025/11/13 1:02 a.m.11 views

smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().

...

7AI score0.00392EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/03 8:07 p.m.13 views

EUVD-2023-1815

Malicious code in bioql PyPI...

7.5CVSS7.5AI score0.01157EPSS
SaveExploits0References5
Veracode
Veracode
added 2025/08/21 5:14 a.m.10 views

Path Traversal

@anthropic-ai/claude-code is vulnerable to Path Traversal. The vulnerability is due to using prefix matching instead of canonical path comparison, which allows bypassing directory restrictions and accessing files outside the CWD if a directory with the same prefix exists and untrusted content is...

9.1CVSS7.2AI score0.00875EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/08/05 12:10 a.m.3 views

CVE-2025-54387 IPX is Vulnerable to Path Traversal via Prefix Matching Bypass

IPX is an image optimizer powered by sharp and svgo. In versions 1.3.1 and below, 2.0.0-0 through 2.1.0, and 3.0.0 through 3.1.0, the approach used to check whether a path is within allowed directories is vulnerable to path prefix bypass when the allowed directories do not end with a path...

6.9CVSS6.1AI score0.00668EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2025/08/05 12:10 a.m.28 views

CVE-2025-54387 IPX is Vulnerable to Path Traversal via Prefix Matching Bypass

IPX is an image optimizer powered by sharp and svgo. In versions 1.3.1 and below, 2.0.0-0 through 2.1.0, and 3.0.0 through 3.1.0, the approach used to check whether a path is within allowed directories is vulnerable to path prefix bypass when the allowed directories do not end with a path...

6.9CVSS0.00668EPSS
SaveExploits1References5
CVE
CVE
added 2025/08/05 12:10 a.m.42 views

CVE-2025-54387

IPX is an image optimizer (UnJS) vulnerable to a path-prefix bypass in its directory-check logic. Affected versions: 1.3.1 and earlier; 2.0.0-0 to 2.1.0; 3.0.0 to 3.1.0. The vulnerability allows bypassing allowed-directory checks via raw prefix comparison, potentially enabling access to files out...

9.8CVSS6.3AI score0.00668EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/08/04 2:48 p.m.14 views

IPX Allows Path Traversal via Prefix Matching Bypass

Summary The approach used to check whether a path is within allowed directories is vulnerable to path prefix bypass when the allowed directories do not end with a path separator. This occurs because the check relies on a raw string prefix comparison. PoC - setup mkdir /public123 move a png file...

9.8CVSS6.4AI score0.00668EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2025/08/04 2:48 p.m.11 views

GHSA-MM3P-J368-7JCR IPX Allows Path Traversal via Prefix Matching Bypass

Summary The approach used to check whether a path is within allowed directories is vulnerable to path prefix bypass when the allowed directories do not end with a path separator. This occurs because the check relies on a raw string prefix comparison. PoC - setup mkdir /public123 move a png file...

6.9CVSS5.9AI score0.00668EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2025/07/02 12:00 a.m.9 views

Model Context Protocol Servers 路径遍历漏洞

Model Context Protocol Servers is a large model context protocol server from Model Context Protocol open source. A path traversal vulnerability exists in Model Context Protocol Servers versions prior to 0.6.4 and prior to 2025.7.01, which stems from the fact that prefix matching can lead to...

7.3CVSS6.7AI score0.00526EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/01 8:13 p.m.27 views

GHSA-Q66Q-FX2P-7W4M @modelcontextprotocol/server-filesystem allows for path validation bypass via prefix matching and symlink handling

Versions of Filesystem prior to 0.6.3 & 2025.7.1 could allow access to unintended files via symlinks within allowed directories. Users are advised to upgrade to 2025.7.1 to resolve. Thank you to Elad Beber Cymulate for reporting these issues...

7.3CVSS6.2AI score0.00729EPSS
SaveExploits0References4
OSV
OSV
added 2023/06/09 11:23 p.m.75 views

GHSA-H65H-V7FW-4P38 HashiCorp Consul Incorrect Access Control vulnerability

HashiCorp Consul 1.4.0 through 1.5.0 has Incorrect Access Control. Keys not matching a specific ACL rule used for prefix matching in a policy can be deleted by a token using that policy even with default deny settings configured. Specific Go Packages Affected github.com/hashicorp/consul/acl...

7.5CVSS7.4AI score0.01157EPSS
SaveExploits0References5
OSV
OSV
added 2020/03/25 5:35 p.m.39 views

GHSA-66Q9-F7FF-MMX6 Local file inclusion vulnerability in http4s

Impact This vulnerability applies to all users of: org.http4s.server.staticcontent.FileService org.http4s.server.staticcontent.ResourceService org.http4s.server.staticcontent.WebjarService Path escaping URI normalization is applied incorrectly. Requests whose path info contain ../ or // can expos...

7.6CVSS6.9AI score0.06985EPSS
SaveExploits0References5
Rows per page
Query Builder