Lucene search
+L

882 matches found

Kitploit
Kitploit
added 2026/09/12 2:51 a.m.10 views

send

@fastify/send Send 是一个用于从文件系统流式传输文件作为 HTTP 响应的库,支持部分响应(Ranges)、条件 GET 协商(If-Match、If-Unmodified-Since、If-None-Match、If-Modified-Since)、高测试覆盖率,以及细粒度的事件,您可以在应用程序或框架中利用这些事件采取适当的操作。 安装 这是一个可通过 npm registry 获得的 Node.js 模块。使用 npm install 命令 进行安装: root@kitploit: $ npm install @fastify/send TypeScript...

6AI score
SaveExploits0References3
Nuclei
Nuclei
added 2026/09/12 2:04 a.m.174 views

Fastify Swagger-UI - Information Disclosure

fastify-swagger-ui is a Fastify plugin for serving Swagger UI. Prior to 2.1.0, the default configuration of @fastify/swagger-ui without baseDir set will lead to all files in the module's directory being exposed via http routes served by the module. The vulnerability is fixed in v2.1.0. Setting th...

5.3CVSS5.9AI score0.0229EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/08 1:17 p.m.5 views

CVE-2026-75021

fastify-cli starts the Node.js Inspector when a debug flag is used, but it ignores the explicit bind address the user supplies and binds the Inspector to a broadly reachable address instead of the intended loopback. As a result the debugging interface can be exposed beyond the local machine, and...

8.1CVSS0.00416EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/08 12:50 p.m.24 views

CVE-2026-75021 fastify-cli vulnerable to remote code execution via ignored explicit Inspector bind address

fastify-cli starts the Node.js Inspector when a debug flag is used, but it ignores the explicit bind address the user supplies and binds the Inspector to a broadly reachable address instead of the intended loopback. As a result the debugging interface can be exposed beyond the local machine, and...

8.1CVSS0.00416EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/08 12:50 p.m.14 views

CVE-2026-75021

fastify-cli (versions 1.5.0 through 8.0.1) starts the Node.js Inspector when a debug flag is used, but ignores the explicit bind address the user supplies, binding the Inspector to a broadly reachable address instead of the intended loopback. Because the Inspector protocol permits arbitrary code ...

8.1CVSS0.00416EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/08 12:50 p.m.6 views

CVE-2026-75021 fastify-cli vulnerable to remote code execution via ignored explicit Inspector bind address

fastify-cli starts the Node.js Inspector when a debug flag is used, but it ignores the explicit bind address the user supplies and binds the Inspector to a broadly reachable address instead of the intended loopback. As a result the debugging interface can be exposed beyond the local machine, and...

8.1CVSS6.3AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/08 12:50 p.m.5 views

EUVD-2026-72734

fastify-cli starts the Node.js Inspector when a debug flag is used, but it ignores the explicit bind address the user supplies and binds the Inspector to a broadly reachable address instead of the intended loopback. As a result the debugging interface can be exposed beyond the local machine, and...

8.1CVSS0.00416EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/07 10:39 a.m.6 views

CVE-2026-18174

A flaw was found in @fastify/forwarded. This component, responsible for resolving client addresses from the X-Forwarded-For header, fails to strip horizontal tab characters when processing multiple comma-separated entries. A remote attacker could exploit this by injecting tab characters into the...

5.3CVSS0.00193EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/09/04 12:41 p.m.7 views

Authentication Bypass Using an Alternate Path or Channel

Overview fastify is an overhead web framework, for Node.js. Affected versions of this package are vulnerable to Authentication Bypass Using an Alternate Path or Channel via malformed URLs in the fourOhFour router in lib/four-oh-four.js. An attacker can reach an encapsulated not-found handler and...

8.7CVSS0.00529EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/04 11:17 a.m.6 views

CVE-2026-84428

fastify versions before 5.12.2 implement the case-insensitive nature of HTTP header names by lowercasing names in a route's header schema before compiling it, but the transformation is incomplete: it lowercases the properties keys and the root-level required array, and does not lowercase the...

7.5CVSS0.00282EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/04 11:13 a.m.6 views

CVE-2026-84428

A flaw was found in fastify. Due to incomplete case normalization of HTTP header names within a route's header schema, specifically within the JSON Schema Draft 7 dependencies keyword, an unauthenticated remote attacker can bypass intended conditional checks. This allows the attacker to send...

7.5CVSS5.4AI score0.00282EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/04 10:41 a.m.8 views

CVE-2026-84469

A flaw was found in fastify. An unauthenticated remote attacker can bypass request validation by exploiting how fastify processes boolean false schemas. When an application intends to deny all input by assigning 'false' to a route's schema, fastify incorrectly treats it as a missing schema and...

7.5CVSS5.6AI score0.00302EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 10:24 a.m.6 views

EUVD-2026-70998

fastify versions before 5.12.2 implement the case-insensitive nature of HTTP header names by lowercasing names in a route's header schema before compiling it, but the transformation is incomplete: it lowercases the properties keys and the root-level required array, and does not lowercase the...

7.5CVSS5.5AI score0.00282EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/04 10:24 a.m.16 views

CVE-2026-84428

fastify versions before 5.12.2 are vulnerable to a header validation bypass caused by incomplete case normalization in the JSON Schema Draft 7 dependencies keyword. While the library lowercases property keys and the root-level required array to accommodate HTTP's case-insensitive headers, it fail...

7.5CVSS5.5AI score0.00282EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/09/04 10:24 a.m.8 views

Improper Validation of Unsafe Equivalence in Input

Overview fastify is an overhead web framework, for Node.js. Affected versions of this package are vulnerable to Improper Validation of Unsafe Equivalence in Input due to incomplete schema case normalization in lib/validation.js when compiling header schemas. An attacker can bypass schema-enforced...

8.7CVSS0.00282EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 10:24 a.m.3 views

CVE-2026-84428 fastify vulnerable to header validation bypass via incomplete schema case normalization

fastify versions before 5.12.2 implement the case-insensitive nature of HTTP header names by lowercasing names in a route's header schema before compiling it, but the transformation is incomplete: it lowercases the properties keys and the root-level required array, and does not lowercase the...

7.5CVSS5.9AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/04 10:24 a.m.37 views

CVE-2026-84428 fastify vulnerable to header validation bypass via incomplete schema case normalization

fastify versions before 5.12.2 implement the case-insensitive nature of HTTP header names by lowercasing names in a route's header schema before compiling it, but the transformation is incomplete: it lowercases the properties keys and the root-level required array, and does not lowercase the...

7.5CVSS0.00282EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/04 10:20 a.m.10 views

CVE-2026-76169

A flaw was found in fastify. Malformed URLs can be routed to a custom not-found handler of a different plugin, bypassing the intended security checks. This allows an unauthenticated attacker to access and read the full response of an authentication-protected private fallback, leading to informati...

7.5CVSS5.3AI score0.00529EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/04 10:17 a.m.9 views

CVE-2026-84469

fastify versions before 5.12.2 decide whether to compile a request schema based on JavaScript truthiness, but JSON Schema Draft 7 defines the boolean false as a valid schema that rejects every instance. When an application assigns false to a route's body, querystring, params, or headers schema to...

7.5CVSS0.00302EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/04 10:17 a.m.6 views

CVE-2026-84504

fastify versions before 5.12.2 treat the object resolved by a successful Ajv async validator as the value result protocol used by custom validator compilers. If a request that passes its route schema contains a property named value at the root, fastify replaces the entire request body with that...

8.1CVSS0.00386EPSS
SaveExploits0References2
Rows per page
Query Builder