Lucene search
+L

184 matches found

OSV
OSV
added 2025/12/08 11:41 p.m.5 views

CVE-2025-66202 Astro has an Authentication Bypass via Double URL Encoding, a bypass for CVE-2025-64765

Astro is a web framework. Versions 5.15.7 and below have a double URL encoding bypass which allows any unauthenticated attacker to bypass path-based authentication checks in Astro middleware, granting unauthorized access to protected routes. While the original CVE-2025-64765 was fixed in v5.15.8,...

6.5CVSS7AI score0.0029EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/11/27 12:0 a.m.10 views

PT-2025-48291

Name of the Vulnerable Software and Affected Versions Astro versions 5.15.7 and below Description Astro, a web framework, is affected by a double URL encoding bypass. This allows unauthenticated attackers to bypass path-based authentication checks in Astro middleware, potentially granting...

6.5CVSS6.8AI score0.0029EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2025/11/20 9:37 p.m.31 views

CVE-2025-64757

Astro is a web framework. Prior to version 5.14.3, a vulnerability has been identified in the Astro framework's development server that allows arbitrary local file read access through the image optimization endpoint. The vulnerability affects Astro development environments and allows remote...

3.5CVSS6.6AI score0.00392EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/11/20 9:37 p.m.8 views

CVE-2025-64765

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 score0.00514EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/11/20 9:37 p.m.15 views

CVE-2025-65019

Astro is a web framework. Prior to version 5.15.9, when using Astro's Cloudflare adapter @astrojs/cloudflare with output: 'server', the image optimization endpoint /image contains a critical vulnerability in the isRemoteAllowed function that unconditionally allows data: protocol URLs. This enable...

6.1CVSS6.1AI score0.0025EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2025/11/19 8:9 p.m.79 views

Astro Cloudflare adapter has Stored Cross-site Scripting vulnerability in /_image endpoint

Summary A Cross-Site Scripting XSS vulnerability exists in Astro when using the @astrojs/cloudflare adapter with output: 'server'. The built-in image optimization endpoint /image uses isRemoteAllowed from Astro’s internal helpers, which unconditionally allows data: URLs. When the endpoint receive...

6.1CVSS6.3AI score0.0025EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2025/11/19 5:15 p.m.11 views

CVE-2025-65019

Astro is a web framework. Prior to version 5.15.9, when using Astro's Cloudflare adapter @astrojs/cloudflare with output: 'server', the image optimization endpoint /image contains a critical vulnerability in the isRemoteAllowed function that unconditionally allows data: protocol URLs. This enable...

6.1CVSS0.0025EPSS
SaveExploits1References2
NVD
NVD
added 2025/11/19 5:15 p.m.14 views

CVE-2025-64764

Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. This issue has been patched in version 5.15.8...

7.1CVSS0.005EPSS
SaveExploits1References2
NVD
NVD
added 2025/11/19 5:15 p.m.12 views

CVE-2025-64765

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.9CVSS0.00514EPSS
SaveExploits1References2
NVD
NVD
added 2025/11/19 5:15 p.m.16 views

CVE-2025-64757

Astro is a web framework. Prior to version 5.14.3, a vulnerability has been identified in the Astro framework's development server that allows arbitrary local file read access through the image optimization endpoint. The vulnerability affects Astro development environments and allows remote...

3.5CVSS0.00392EPSS
SaveExploits1References2
OSV
OSV
added 2025/11/19 4:41 p.m.6 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 score0.00514EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2025/11/19 4:41 p.m.23 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.9CVSS0.00514EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/11/19 4:41 p.m.3 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.5AI score0.00514EPSS
SaveExploits1References2
CVE
CVE
added 2025/11/19 4:41 p.m.35 views

CVE-2025-64765

Astro (web framework) vulnerability CVE-2025-64765 and related advisories describe a path normalization mismatch: Astro uses decodeURI for routing, while middleware reads context.url.pathname without the same normalization. This permits bypassing path-based authentication by double-encoded URLs (...

6.9CVSS6.5AI score0.00514EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2025/11/19 4:41 p.m.15 views

CVE-2025-64764 Astro is vulnerable to Reflected XSS via the server islands feature

Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. This issue has been patched in version 5.15.8...

7.1CVSS0.005EPSS
SaveExploits1References2
CVE
CVE
added 2025/11/19 4:41 p.m.28 views

CVE-2025-64764

Astro (web framework) prior to 5.15.8 is affected by a reflected XSS via the server islands feature. The root cause is improper handling of the server islands endpoint, allowing a payload to be reflected and executed in the user’s browser. The issue is fixed in version 5.15.8 and later. Public pr...

7.1CVSS5.9AI score0.005EPSS
SaveIn wildExploits1References2Affected Software1
OSV
OSV
added 2025/11/19 4:41 p.m.8 views

CVE-2025-64764 Astro is vulnerable to Reflected XSS via the server islands feature

Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server islands feature is used in the targeted application, regardless of what was intended by the component templates. This issue has been patched in version 5.15.8...

7.1CVSS6.2AI score0.005EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2025/11/19 4:40 p.m.4 views

CVE-2025-65019 Astro Cloudflare adapter has a Stored Cross Site Scripting vulnerability in /_image endpoint

Astro is a web framework. Prior to version 5.15.9, when using Astro's Cloudflare adapter @astrojs/cloudflare with output: 'server', the image optimization endpoint /image contains a critical vulnerability in the isRemoteAllowed function that unconditionally allows data: protocol URLs. This enable...

5.4CVSS5.7AI score0.0025EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/11/19 4:40 p.m.21 views

CVE-2025-65019 Astro Cloudflare adapter has a Stored Cross Site Scripting vulnerability in /_image endpoint

Astro is a web framework. Prior to version 5.15.9, when using Astro's Cloudflare adapter @astrojs/cloudflare with output: 'server', the image optimization endpoint /image contains a critical vulnerability in the isRemoteAllowed function that unconditionally allows data: protocol URLs. This enable...

5.4CVSS0.0025EPSS
SaveExploits1References2
CVE
CVE
added 2025/11/19 4:40 p.m.20 views

CVE-2025-64757

Summary of CVE-2025-64757 (Astro) : The Astro development server’s image endpoint is vulnerable to arbitrary local file read via the href parameter in development mode, enabling an attacker to read image files accessible to the Node.js process. Affected: Astro v5.x development builds prior to 5.1...

3.5CVSS6.3AI score0.00392EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder