Lucene search
+L

9358 matches found

Veracode
Veracode
added 2025/01/02 7:48 a.m.25 views

Authorization Bypass

Next is vulnerable to Authorization Bypass. The vulnerability is due to improper authorization in middleware based on pathname, allowing it to be bypassed for pages directly under the root directory of a Next.js application...

7.5CVSS7AI score0.03961EPSS
SaveExploits0References3Affected Software1
CNVD
CNVD
added 2024/12/25 12:00 a.m.18 views

IBM MQ Denial of Service Vulnerability (CNVD-2025-00308)

IBM MQ is a messaging middleware product from International Business Machines IBM. The product focuses on providing a reliable and proven messaging backbone for Service Oriented Architecture SOA. A denial of service vulnerability exists in IBM MQ versions 8.1.0 through 8.1.0.25, which stems from...

6.5CVSS6.7AI score0.00668EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/20 8:36 p.m.10 views

GO-2024-3350 WhoDB Allows Unbounded Memory Consumption in Authentication Middleware Can Lead to Denial of Service in github.com/clidey/whodb/core

WhoDB Allows Unbounded Memory Consumption in Authentication Middleware Can Lead to Denial of Service in github.com/clidey/whodb/core...

7.1AI score
SaveExploits0References2
OSV
OSV
added 2024/12/19 3:22 p.m.13 views

GHSA-5PF6-CQ2V-23WW WhoDB Allows Unbounded Memory Consumption in Authentication Middleware Can Lead to Denial of Service

Summary A Denial of Service DoS vulnerability in the authentication middleware allows any client to cause memory exhaustion by sending large request bodies. The server reads the entire request body into memory without size limits, creating multiple copies during processing, which can lead to Out ...

7.5CVSS7.2AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/12/19 3:22 p.m.42 views

WhoDB Allows Unbounded Memory Consumption in Authentication Middleware Can Lead to Denial of Service

Summary A Denial of Service DoS vulnerability in the authentication middleware allows any client to cause memory exhaustion by sending large request bodies. The server reads the entire request body into memory without size limits, creating multiple copies during processing, which can lead to Out ...

7.2AI score
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2024/12/19 12:00 a.m.19 views

PT-2024-35709 · Unknown · Home-Gallery.Org

Name of the Vulnerable Software and Affected Versions: Home-Gallery.org versions 1.15.0 and earlier Description: Home-Gallery.org is a self-hosted open-source web gallery to browse personal photos and videos. An open CORS policy in app.js may allow an attacker to view the images of home-gallery...

6.3CVSS6.9AI score0.00541EPSS
SaveExploits0References9
CVE
CVE
added 2024/12/18 8:41 p.m.86 views

CVE-2024-56140

CVE-2024-56140 affects the Astro CSRF-protection middleware. A semicolon-delimited parameter after the Content-Type (e.g., application/x-www-form-urlencoded; abc) causes the request to be treated as a simple request, bypassing preflight validation and CSRF checks when security.checkOrigin is true...

6.5CVSS5.7AI score0.00217EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/18 8:41 p.m.17 views

CVE-2024-56140 Bypass of CSRF Middleware in Astro

Astro is a web framework for content-driven websites. In affected versions a bug in Astro’s CSRF-protection middleware allows requests to bypass CSRF checks. When the security.checkOrigin configuration option is set to true, Astro middleware will perform a CSRF check. However, a vulnerability...

5.9CVSS7.1AI score0.00217EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/12/18 8:41 p.m.57 views

CVE-2024-56140 Bypass of CSRF Middleware in Astro

Astro is a web framework for content-driven websites. In affected versions a bug in Astro’s CSRF-protection middleware allows requests to bypass CSRF checks. When the security.checkOrigin configuration option is set to true, Astro middleware will perform a CSRF check. However, a vulnerability...

5.9CVSS0.00217EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/12/18 3:02 p.m.46 views

Atro CSRF Middleware Bypass (security.checkOrigin)

Summary A bug in Astro’s CSRF-protection middleware allows requests to bypass CSRF checks. Details When the security.checkOrigin configuration option is set to true, Astro middleware will perform a CSRF check. Source code:...

6.5CVSS6.8AI score0.00217EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/12/18 3:02 p.m.67 views

GHSA-C4PW-33H3-35XW Atro CSRF Middleware Bypass (security.checkOrigin)

Summary A bug in Astro’s CSRF-protection middleware allows requests to bypass CSRF checks. Details When the security.checkOrigin configuration option is set to true, Astro middleware will perform a CSRF check. Source code:...

5.9CVSS6AI score0.00217EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/12/18 12:00 a.m.36 views

Astro 跨站请求伪造漏洞

Astro is an Astro open source web framework for content-driven websites. A cross-site request forgery vulnerability exists in Astro version 4.16.16 and earlier, which stems from a flaw in the cross-site request forgery protection middleware that allows requests to bypass CSRF checks, leaving them...

6.5CVSS6.5AI score0.00217EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/17 7:15 p.m.23 views

CVE-2024-51479

Next.js is a React framework for building full-stack web applications. In affected versions if a Next.js application is performing authorization in middleware based on pathname, it was possible for this authorization to be bypassed for pages directly under the application's root directory. For...

7.5CVSS0.03961EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/17 6:13 p.m.459 views

CVE-2024-51479

Next.js CVE-2024-51479: A pathname-based authorization check in middleware can bypass access control for root-level pages (e.g., /foo) while not affecting deeper paths (e.g., /foo/bar). Patch available in Next.js 14.2.15 and later; if hosted on Vercel, mitigation is automatic. IBM-related notices...

7.5CVSS7.4AI score0.03961EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/12/17 3:09 p.m.6 views

GHSA-7GFC-8CQ8-JH5F Next.js authorization bypass vulnerability

Impact If a Next.js application is performing authorization in middleware based on pathname, it was possible for this authorization to be bypassed. Patches This issue was patched in Next.js 14.2.15 and later. If your Next.js application is hosted on Vercel, this vulnerability has been automatical...

7.5CVSS6.7AI score0.03961EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/12/17 12:00 a.m.17 views

Next.js 授权问题漏洞

Next.js is a React framework open-sourced by Vercel. An authorization issue vulnerability exists in versions of Next.js prior to 14.2.15, which stems from the fact that if an application performs authorization in middleware based on a pathname, a page in the root directory of the application may...

7.5CVSS6.9AI score0.03961EPSS
SaveExploits0References3
NVD
NVD
added 2024/11/26 7:15 p.m.28 views

CVE-2024-53844

E.D.D.I Enhanced Dialog Driven Interface is a middleware to connect and manage LLM API bots. A path traversal vulnerability exists in the backup export functionality of EDDI, as implemented in RestExportService.java. This vulnerability allows an attacker to access sensitive files on the server by...

6.3CVSS0.00399EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/11/26 6:37 p.m.12 views

CVE-2024-53844 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in labsai/eddi

E.D.D.I Enhanced Dialog Driven Interface is a middleware to connect and manage LLM API bots. A path traversal vulnerability exists in the backup export functionality of EDDI, as implemented in RestExportService.java. This vulnerability allows an attacker to access sensitive files on the server by...

6.3CVSS7.3AI score0.00399EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/26 6:37 p.m.95 views

CVE-2024-53844

CVE-2024-53844 affects labsai/eddi (EDDI), a middleware for LLM API bots. The vulnerability is a path traversal in the backup export functionality, exploitable via the botFilename parameter in RestExportService.java. Input is not properly sanitized, allowing attackers to access arbitrary files in...

6.3CVSS6.5AI score0.00399EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/18 9:02 p.m.5 views

GHSA-27MF-GHQM-J3J8 aiohttp has a memory leak when middleware is enabled when requesting a resource with a non-allowed method

Summary A memory leak can occur when a request produces a MatchInfoError. This was caused by adding an entry to a cache on each request, due to the building of each MatchInfoError producing a unique cache entry. Impact If the user is making use of any middlewares with aiohttp.web then it is...

7.5CVSS7.1AI score0.00587EPSS
SaveExploits0References4
Rows per page
Query Builder