Lucene search
+L

5592 matches found

OSSF Malicious Packages
OSSF Malicious Packages
added 2026/04/16 10:1 a.m.12 views

Malicious code in icims-express-dot-engine (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 6cc7ed2f685a8199818c3090faeaf9536fa49cced26ffde16ff9061c729e3143 The package icims-express-dot-engine was found to contain malicious code...

5.7AI score
SaveExploits0
OSV
OSV
added 2026/04/16 10:1 a.m.10 views

MAL-2026-2771 Malicious code in icims-express-dot-engine (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 6cc7ed2f685a8199818c3090faeaf9536fa49cced26ffde16ff9061c729e3143 The package icims-express-dot-engine was found to contain malicious code...

5.7AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/04/16 9:56 a.m.13 views

Malicious code in express-auth-basic (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 1e643f12d60a16d07664d45cf59400356a38f8bb5463f358e1e86e217b88fab5 The package express-auth-basic was found to contain malicious code...

5.7AI score
SaveExploits0
OSV
OSV
added 2026/04/16 9:56 a.m.10 views

MAL-2026-2759 Malicious code in express-auth-basic (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 1e643f12d60a16d07664d45cf59400356a38f8bb5463f358e1e86e217b88fab5 The package express-auth-basic was found to contain malicious code...

5.7AI score
SaveExploits0
Veracode
Veracode
added 2026/04/16 7:14 a.m.11 views

Improper Access Control

@fastify/express is vulnerable to Improper Access Control. The vulnerability is due to incorrect path handling in the onRegister function, where middleware paths are duplicated when inherited by child plugins, causing them to not match incoming requests and resulting in bypass of security control...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/04/16 1:3 a.m.10 views

GHSA-6HW5-45GM-FJ88 @fastify/express has a middleware authentication bypass via URL normalization gaps (duplicate slashes and semicolons)

Summary @fastify/express v4.0.4 fails to normalize URLs before passing them to Express middleware when Fastify router normalization options are enabled. This allows complete bypass of path-scoped authentication middleware via two vectors: 1. Duplicate slashes //admin/dashboard when...

9.1CVSS5.9AI score0.00483EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/04/16 1:3 a.m.15 views

@fastify/express has a middleware authentication bypass via URL normalization gaps (duplicate slashes and semicolons)

Summary @fastify/express v4.0.4 fails to normalize URLs before passing them to Express middleware when Fastify router normalization options are enabled. This allows complete bypass of path-scoped authentication middleware via two vectors: 1. Duplicate slashes //admin/dashboard when...

9.1CVSS5.9AI score0.00483EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/04/16 1:3 a.m.11 views

EUVD-2026-22881

@fastify/express has a middleware authentication bypass via URL normalization gaps duplicate slashes and semicolons...

9.1CVSS5.8AI score0.00483EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/16 1:3 a.m.12 views

@fastify/express's middleware path doubling causes authentication bypass in child plugin scopes

Summary @fastify/express v4.0.4 contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. This results in complete bypass of Express middleware security controls for all routes defined within child plugin scopes that share ...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/04/16 1:3 a.m.10 views

EUVD-2026-22880

@fastify/express's middleware path doubling causes authentication bypass in child plugin scopes...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/16 1:3 a.m.7 views

GHSA-HRWM-HGMJ-7P9C @fastify/express's middleware path doubling causes authentication bypass in child plugin scopes

Summary @fastify/express v4.0.4 contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. This results in complete bypass of Express middleware security controls for all routes defined within child plugin scopes that share ...

9.1CVSS5.8AI score0.00498EPSS
SaveExploits2References4
Positive Technologies
Positive Technologies
added 2026/04/16 12:0 a.m.16 views

PT-2026-54029

Name of the Vulnerable Software and Affected Versions Flowise versions 3.0.13 and earlier Description The software uses a weak hardcoded default secret 'flowise' for the express-session middleware when the EXPRESS SESSION SECRET environment variable is not set. Since this secret is publicly visib...

9.3CVSS6.2AI score0.00367EPSS
SaveExploits0References8
Snyk
Snyk
added 2026/04/15 11:15 a.m.9 views

Interpretation Conflict

Overview @fastify/express is an Express compatibility layer for Fastify Affected versions of this package are vulnerable to Interpretation Conflict due to improper handling of middleware paths in the onRegister function. An attacker can gain unauthorized access to protected routes by exploiting t...

9.3CVSS5.7AI score0.0043EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/15 11:15 a.m.12 views

Interpretation Conflict

Overview @fastify/express is an Express compatibility layer for Fastify Affected versions of this package are vulnerable to Interpretation Conflict via improper URL normalization gaps. An attacker can gain unauthorized access to protected routes by manipulating the URL path with duplicate slashes...

9.1CVSS5.7AI score0.00483EPSS
SaveExploits1References2
NVD
NVD
added 2026/04/15 10:16 a.m.32 views

CVE-2026-33808

Impact@fastify/express v4.0.4 and earlier fails to normalize URLs before passing them to Express middleware when Fastify router normalization options are enabled. This allows complete bypass of path-scoped authentication middleware via duplicate slashes when ignoreDuplicateSlashes is enabled, or...

9.1CVSS0.00483EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/04/15 9:52 a.m.6 views

CVE-2026-33807

@fastify/express v4.0.4 and earlier contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. When a child plugin is registered with a prefix that matches a middleware path, the middleware path is prefixed a second time,...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References3
CVE
CVE
added 2026/04/15 9:52 a.m.29 views

CVE-2026-33807

CVE-2026-33807 affects @fastify/express v4.0.4 and earlier. A path handling bug in onRegister doubles middleware paths when inherited by child plugins, causing the middleware to never match requests. This results in complete bypass of Express middleware security controls (authentication, authoriz...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/15 9:52 a.m.5 views

CVE-2026-33807 @fastify/express vulnerable to middleware path doubling causing authentication bypass in child plugin scopes

@fastify/express v4.0.4 and earlier contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. When a child plugin is registered with a prefix that matches a middleware path, the middleware path is prefixed a second time,...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/15 9:52 a.m.10 views

CVE-2026-33807 @fastify/express vulnerable to middleware path doubling causing authentication bypass in child plugin scopes

@fastify/express v4.0.4 and earlier contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. When a child plugin is registered with a prefix that matches a middleware path, the middleware path is prefixed a second time,...

9.1CVSS7.2AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/04/15 9:52 a.m.33 views

CVE-2026-33807 @fastify/express vulnerable to middleware path doubling causing authentication bypass in child plugin scopes

@fastify/express v4.0.4 and earlier contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. When a child plugin is registered with a prefix that matches a middleware path, the middleware path is prefixed a second time,...

9.1CVSS0.0043EPSS
SaveExploits1References2
Rows per page
Query Builder