Lucene search
+L

201 matches found

Vulnrichment
Vulnrichment
added 2025/12/09 12:35 a.m.3 views

CVE-2025-66490 Traefik doesn't Prevent Path Normalization Bypass in Router + Middleware Rules

Traefik is an HTTP reverse proxy and load balancer. For versions prior to 2.11.32 and 2.11.31 through 3.6.2, requests using PathPrefix, Path or PathRegex matchers can bypass path normalization. When Traefik uses path-based routing, requests containing URL-encoded restricted characters /, , Null,...

6.9CVSS6.3AI score0.00372EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2025/12/09 12:35 a.m.58 views

CVE-2025-66490 Traefik doesn't Prevent Path Normalization Bypass in Router + Middleware Rules

Traefik is an HTTP reverse proxy and load balancer. For versions prior to 2.11.32 and 2.11.31 through 3.6.2, requests using PathPrefix, Path or PathRegex matchers can bypass path normalization. When Traefik uses path-based routing, requests containing URL-encoded restricted characters /, , Null,...

6.9CVSS0.00372EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2025/12/08 4:42 p.m.22 views

Path Normalization Bypass in Traefik Router + Middleware Rules

Impact There is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path; if the request path contains an encoded restricted character from the followin...

6.9CVSS7AI score0.00372EPSS
SaveExploits1References5Affected Software3
OSV
OSV
added 2025/12/08 4:42 p.m.11 views

GHSA-GM3X-23WP-HC2C Path Normalization Bypass in Traefik Router + Middleware Rules

Impact There is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path; if the request path contains an encoded restricted character from the followin...

6.9CVSS6.9AI score0.00372EPSS
SaveExploits1References5
Snyk
Snyk
added 2025/12/08 4:42 p.m.3 views

Interpretation Conflict

Overview Affected versions of this package are vulnerable to Interpretation Conflict in path matching. An attacker can gain unauthorized access to restricted endpoints by sending requests with URL-encoded restricted characters in the path, which bypasses middleware and security controls...

7.2CVSS6.9AI score0.00372EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.8 views

PT-2025-49684

Name of the Vulnerable Software and Affected Versions Traefik versions prior to 2.11.32 and 2.11.31 through 3.6.2 Description Traefik is an HTTP reverse proxy and load balancer. Requests using PathPrefix, Path, or PathRegex matchers can bypass path normalization. When Traefik uses path-based...

6.9CVSS6.5AI score0.00372EPSS
SaveExploits1
FreeBSD
FreeBSD
added 2025/12/08 12:00 a.m.27 views

traefik -- Bypassing security controls via special characters

The traefik project reports: There is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path; if the request path contains an encoded restricted...

6.9CVSS6.9AI score0.00372EPSS
SaveExploits1References1
OSV
OSV
added 2025/11/19 8:03 p.m.7 views

GHSA-GGXQ-HP9W-J794 Astro's middleware authentication checks based on url.pathname can be bypassed via url encoded values

A mismatch exists between how Astro normalizes request paths for routing/rendering and how the application’s middleware reads the path for validation checks. Astro internally applies decodeURI to determine which route to render, while the middleware uses context.url.pathname without applying the...

6.9CVSS6.4AI score0.00506EPSS
SaveExploits1References4
OSV
OSV
added 2025/11/19 4:41 p.m.7 views

CVE-2025-64765 Astro middleware authentication checks based on url.pathname can be bypassed via url encoded values

Astro is a web framework. Prior to version 5.15.8, a mismatch exists between how Astro normalizes request paths for routing/rendering and how the application’s middleware reads the path for validation checks. Astro internally applies decodeURI to determine which route to render, while the...

6.9CVSS6.8AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/11/13 10:46 p.m.17 views

Astro vulnerable to URL manipulation via headers, leading to middleware and CVE-2025-61925 bypass

Summary In impacted versions of Astro using on-demand rendering, request headers x-forwarded-proto and x-forwarded-port are insecurely used, without sanitization, to build the URL. This has several consequences the most important of which are: - Middleware-based protected route bypass only via...

6.5CVSS6.3AI score0.01172EPSS
SaveExploits2References6Affected Software1
OSV
OSV
added 2025/11/13 10:46 p.m.24 views

GHSA-HR2Q-HP5Q-X767 Astro vulnerable to URL manipulation via headers, leading to middleware and CVE-2025-61925 bypass

Summary In impacted versions of Astro using on-demand rendering, request headers x-forwarded-proto and x-forwarded-port are insecurely used, without sanitization, to build the URL. This has several consequences the most important of which are: - Middleware-based protected route bypass only via...

6.5CVSS6.3AI score0.01172EPSS
SaveExploits2References6
Vulnrichment
Vulnrichment
added 2025/11/13 3:58 p.m.2 views

CVE-2025-64525 Astro: URL manipulation via unsanitized headers leads to path-based middleware protections bypass, potential SSRF/cache-poisoning, CVE-2025-61925 bypass

Astro is a web framework. In Astro versions 2.16.0 up to but excluding 5.15.5 which utilizeon-demand rendering, request headers x-forwarded-proto and x-forwarded-port are insecurely used, without sanitization, to build the URL. This has several consequences, the most important of which are:...

6.5CVSS6.1AI score0.01172EPSS
SaveExploits2References4
CVE
CVE
added 2025/11/13 3:58 p.m.37 views

CVE-2025-64525

Summary: Astro 2.16.0 to before 5.15.5 is vulnerable to header-based URL manipulation due to insecure use of unsanitized x-forwarded-proto and x-forwarded-port when building URLs. What’s affected: Astro’s server-side URL construction path uses the header values to compose the request URL in code ...

6.5CVSS6.1AI score0.01172EPSS
SaveExploits2References4Affected Software1
OSV
OSV
added 2025/11/13 3:58 p.m.10 views

CVE-2025-64525 Astro: URL manipulation via unsanitized headers leads to path-based middleware protections bypass, potential SSRF/cache-poisoning, CVE-2025-61925 bypass

Astro is a web framework. In Astro versions 2.16.0 up to but excluding 5.15.5 which utilizeon-demand rendering, request headers x-forwarded-proto and x-forwarded-port are insecurely used, without sanitization, to build the URL. This has several consequences, the most important of which are:...

6.5CVSS6.8AI score
SaveExploits0References6
CNNVD
CNNVD
added 2025/11/13 12:00 a.m.12 views

Astro 代码问题漏洞

Astro is an Astro open source web framework for content-driven websites. A code issue vulnerability exists in Astro versions 2.16.0 through prior to 5.15.5, which stems from the unsafe use of the x-forwarded-proto and x-forwarded-port request headers, which could lead to middleware protection rou...

6.5CVSS6.7AI score0.01172EPSS
SaveExploits2References4
GithubExploit
GithubExploit
added 2025/10/04 3:40 a.m.280 views

Exploit for Improper Authorization in Vercel Next.Js

MiddleForce 🔍 Overview MiddleForce is a speci...

9.1CVSS8AI score0.99278EPSS
SaveExploits58
GithubExploit
GithubExploit
added 2025/07/23 5:35 p.m.107 views

Exploit for CVE-2025-29927

CVE‑2025‑29927 – Next.js Middleware Authorization Bypass O...

9.1CVSS7.6AI score0.99278EPSS
SaveExploits58
GithubExploit
GithubExploit
added 2025/07/23 5:35 p.m.124 views

Exploit for CVE-2025-29927

CVE‑2025‑29927 – Next.js Middleware Authorization Bypass O...

9.1CVSS7.6AI score0.99278EPSS
SaveExploits58
GithubExploit
GithubExploit
added 2025/06/09 6:46 a.m.372 views

Exploit for Server-Side Request Forgery in Microsoft

CVE-2025-29927 - Critical Security Vulnerability in Next.js...

9.9CVSS9.8AI score0.99278EPSS
SaveExploits58
AlpineLinux
AlpineLinux
added 2025/05/30 4:15 a.m.14 views

CVE-2025-47952

Traefik pronounced traffic is an HTTP reverse proxy and load balancer. Prior to versions 2.11.25 and 3.4.1, there is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a...

9.1CVSS7.1AI score0.00877EPSS
SaveExploits0References4
Rows per page
Query Builder