Lucene search
+L

146 matches found

ATTACKERKB
ATTACKERKB
added 2026/02/26 12:19 a.m.3 views

CVE-2026-27837

Dottie provides nested object access and manipulation in JavaScript. Versions 2.0.4 through 2.0.6 contain an incomplete fix for CVE-2023-26132. The prototype pollution guard introduced in commit 7d3aee1 only validates the first segment of a dot-separated path, allowing an attacker to bypass the...

9.8CVSS5.4AI score0.01062EPSS
SaveExploits3References4Affected Software1
CNNVD
CNNVD
added 2026/02/24 12:0 a.m.10 views

Caddy 输入验证错误漏洞

Caddy is an open-source, cross-platform HTTP/Web server developed by the Caddy company. Versions of Caddy prior to 2.11.1 contained a vulnerability related to input validation errors. This vulnerability stemmed from the path cleaner in the file matcher not clearing backslashes properly, which cou...

8.2CVSS7.3AI score0.00323EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/02/20 1:7 a.m.4 views

CVE-2026-26960 node-tar has Arbitrary File Read/Write via Hardlink Target Escape Through Symlink Chain in Extraction

node-tar is a full-featured Tar for Node.js. When using default options in versions 7.5.7 and below, an attacker-controlled archive can create a hardlink inside the extraction directory that points to a file outside the extraction root, enabling arbitrary file read and write as the extracting use...

7.1CVSS5.6AI score0.00288EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/02/09 9:21 p.m.33 views

CVE-2026-25890 File Browser has a Path-Based Access Control Bypass via Multiple Leading Slashes in URL

File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit files. Prior to 2.57.1, an authenticated user can bypass the application's "Disallow" file path rules by modifying the request URL. By adding multiple slashe...

8.1CVSS0.00461EPSS
SaveExploits2References3
Cvelist
Cvelist
added 2026/02/03 8:49 p.m.39 views

CVE-2026-24053 Cluade Code has a Path Restriction Bypass via ZSH Clobber which Allows Arbitrary File Writes

Claude Code is an agentic coding tool. Prior to version 2.0.74, due to a Bash command validation flaw in parsing ZSH clobber syntax, it was possible to bypass directory restrictions and write files outside the current working directory without user permission prompts. Exploiting this required the...

7.7CVSS0.00464EPSS
SaveExploits0References1
OSV
OSV
added 2026/02/03 8:49 p.m.6 views

CVE-2026-24053 Cluade Code has a Path Restriction Bypass via ZSH Clobber which Allows Arbitrary File Writes

Claude Code is an agentic coding tool. Prior to version 2.0.74, due to a Bash command validation flaw in parsing ZSH clobber syntax, it was possible to bypass directory restrictions and write files outside the current working directory without user permission prompts. Exploiting this required the...

7.7CVSS5.4AI score0.00464EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/02/03 7:32 p.m.14 views

Claude Code has a Path Restriction Bypass via ZSH Clobber which Allows Arbitrary File Writes

Due to a Bash command validation flaw in parsing ZSH clobber syntax, it was possible to bypass directory restrictions and write files outside the current working directory without user permission prompts. Exploiting this required the user to use ZSH and the ability to add untrusted content into a...

7.7CVSS5.5AI score0.00464EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/28 12:0 a.m.12 views

PT-2026-7417

Name of the Vulnerable Software and Affected Versions SiYuan versions prior to 3.5.5 Description The /api/file/getFile endpoint uses case-sensitive string equality checks to block access to sensitive files. On case-insensitive file systems, such as Windows, attackers can bypass these restrictions...

7.5CVSS5.5AI score0.00505EPSS
SaveExploits1References9
ATTACKERKB
ATTACKERKB
added 2026/01/20 8:41 p.m.9 views

CVE-2025-55130

A flaw in Node.js’s Permissions model allows attackers to bypass --allow-fs-read and --allow-fs-write restrictions using crafted relative symlink paths. By chaining directories and symlinks, a script granted access only to the current directory can escape the allowed path and read sensitive files...

9.1CVSS5.6AI score0.01633EPSS
SaveExploits2References2Affected Software1
OSV
OSV
added 2026/01/20 4:34 p.m.5 views

GHSA-CXRG-G7R8-W69P Fastify Middie Middleware Path Bypass

Summary A security vulnerability exists in @fastify/middie where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While the middleware engine fails to match the encoded path and skips execution, the underlying Fastify...

8.4CVSS5.8AI score0.00457EPSS
SaveExploits2References6
EUVD
EUVD
added 2026/01/20 4:34 p.m.7 views

EUVD-2026-3321

Fastify Middie Middleware Path Bypass...

8.4CVSS5.3AI score0.00457EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/01/20 4:34 p.m.11 views

Fastify Middie Middleware Path Bypass

Summary A security vulnerability exists in @fastify/middie where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While the middleware engine fails to match the encoded path and skips execution, the underlying Fastify...

8.8CVSS5.7AI score0.00457EPSS
SaveExploits1References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/20 12:0 a.m.3 views

MiracleLinux 8 : postgresql:13 (AXSA:2023-6336:01)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2023-6336:01 advisory. postgresql: schemaelement defeats protective searchpath changes CVE-2023-2454 postgresql: row security policies disregard user ID changes after...

7.2CVSS8.5AI score0.0119EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/01/19 4:48 p.m.7 views

CVE-2026-22037 @fastify/express vulnerable to Improper Handling of URL Encoding (Hex Encoding)

The @fastify/express plugin adds full Express compatibility to Fastify. A security vulnerability exists in @fastify/express prior to version 4.0.3 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While the...

8.4CVSS5.5AI score0.00321EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/01/19 3:24 p.m.22 views

CVE-2026-22031 Fastify Middie Middleware Path Bypass

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.4CVSS0.00457EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/01/19 3:24 p.m.2 views

CVE-2026-22031 Fastify Middie Middleware Path Bypass

@fastify/middie is the plugin that adds middleware support on steroids to Fastify. A security vulnerability exists in @fastify/middie prior to version 9.1.0 where middleware registered with a specific path prefix can be bypassed using URL-encoded characters e.g., /%61dmin instead of /admin. While...

8.4CVSS5.5AI score0.00457EPSS
SaveExploits1References4
CVE
CVE
added 2026/01/19 3:24 p.m.19 views

CVE-2026-22031

CVE-2026-22031 affects the Fastify middleware plugin @fastify/middie (prior to 9.1.0). A vulnerability allows bypassing a middleware registered with a path prefix by using URL-encoded paths (e.g., /%61dmin). The middie engine uses path-to-regexp for matching; the regex is applied to the undecoded...

8.8CVSS5.5AI score0.00457EPSS
SaveExploits1References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/09 8:56 a.m.8 views

CVE-2023-40035

Craft is a CMS for creating custom digital experiences on the web and beyond. Bypassing the validatePath function can lead to potential remote code execution. This vulnerability can lead to malicious control of vulnerable systems and data exfiltrations. Although the vulnerability is exploitable...

7.2CVSS7.9AI score0.01909EPSS
SaveExploits1References1
OSV
OSV
added 2025/12/30 3:32 p.m.11 views

GHSA-8WPR-639P-CCRJ Nest has a Fastify URL Encoding Middleware Bypass (TOCTOU)

A NestJS application is vulnerable if it meets all of the following criteria: 1. Platform: Uses @nestjs/platform-fastify. 2. Security Mechanism: Relies on NestMiddleware via MiddlewareConsumer for security checks authentication, authorization, etc., or through app.use 3. Routing: Applies middlewa...

9.1CVSS6.8AI score0.00355EPSS
SaveExploits1References4
Snyk
Snyk
added 2025/12/26 3:30 a.m.2 views

Improper Protection of Alternate Path

Overview Affected versions of this package are vulnerable to Improper Protection of Alternate Path due to insufficient validation in attachment editing APIs. An attacker can upload files with restricted extensions by modifying the attachment name, leading to unauthorized file uploads and further...

8.5CVSS6.9AI score0.00295EPSS
SaveExploits0References2
Rows per page
Query Builder