Skip to main content

Astro CVE-2026-33768

| EUVDEUVD-2026-14982 MEDIUM
Unintended Proxy or Intermediary ('Confused Deputy') (CWE-441)
2026-03-24 GitHub_M GHSA-mr6q-rp88-fx84
6.5
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

4
Patch released
Mar 31, 2026 - 21:13 nvd
Patch available
EUVD ID Assigned
Mar 24, 2026 - 19:00 euvd
EUVD-2026-14982
Analysis Generated
Mar 24, 2026 - 19:00 vuln.today
CVE Published
Mar 24, 2026 - 18:40 nvd
MEDIUM 6.5

DescriptionGitHub Advisory

Astro is a web framework. Prior to version 10.0.2, the @astrojs/vercel serverless entrypoint reads the x-astro-path header and x_astro_path query parameter to rewrite the internal request path, with no authentication whatsoever. On deployments without Edge Middleware, this lets anyone bypass Vercel's platform-level path restrictions entirely. The override preserves the original HTTP method and body, so this isn't limited to GET. POST, PUT, DELETE all land on the rewritten path. A Firewall rule blocking /admin/* does nothing when the request comes in as POST /api/health?x_astro_path=/admin/delete-user. This issue has been patched in version 10.0.2.

AnalysisAI

The @astrojs/vercel serverless adapter in Astro versions prior to 10.0.2 contains an unauthenticated path traversal vulnerability that allows attackers to bypass platform-level security restrictions by manipulating the x-astro-path header and x_astro_path query parameter. Any remote attacker without authentication can rewrite internal request paths to access restricted endpoints such as /admin/*, with the attack preserving the original HTTP method and request body, enabling POST, PUT, and DELETE operations against protected resources. The vulnerability has been patched in version 10.0.2, and proof-of-concept code is available via the referenced GitHub security advisory and pull request.

Technical ContextAI

Astro is a modern web framework built on Node.js for server-side rendering and static site generation. The affected component is @astrojs/vercel, which is the official adapter for deploying Astro applications to Vercel's serverless platform. The vulnerability exists in the serverless entrypoint handler that processes incoming HTTP requests; this handler unconditionally reads and acts upon the x-astro-path header and x_astro_path query parameter to rewrite the internal request URI before routing. The root cause is classified under CWE-441 (Unprotected Transport of Credentials), more precisely manifesting as an authentication bypass vulnerability where security-critical request routing decisions are made without validation or authentication checks. The vulnerability is particularly dangerous because it operates below Vercel's platform-level firewall rules and path-based access controls, which are rendered ineffective when the internal path rewrite occurs server-side within the Astro application layer.

RemediationAI

Immediately upgrade the @astrojs/vercel adapter to version 10.0.2 or later by updating your package.json dependency and running npm install (or equivalent package manager command). The patch commit 335a204161f5a7293c128db570901d4f8639c6ed removes the unsanitized path rewrite logic. As an interim measure if immediate patching is not possible, implement Vercel Edge Middleware with explicit authentication and authorization checks for all sensitive routes (especially /admin/* patterns), and validate all incoming requests against a whitelist of allowed paths before processing. Additionally, review Vercel firewall rules and WAF configurations to ensure they are properly deployed; however, note that platform-level rules alone are insufficient mitigation due to the server-side nature of this vulnerability. Audit application logs for suspicious x-astro-path or x_astro_path parameter usage patterns that may indicate exploitation attempts. See https://github.com/withastro/astro/pull/15959 for technical details of the fix.

More in Astro

View all
CVE-2018-7180 CRITICAL POC
9.8 Feb 17

SQL Injection exists in the Saxum Astro 4.0.14 component for Joomla!. Rated critical severity (CVSS 9.8), this vulnerabi

CVE-2024-56159 HIGH POC
7.8 Dec 19

Astro is a web framework for content-driven websites. Rated high severity (CVSS 7.8), this vulnerability is remotely exp

CVE-2025-64764 HIGH POC
7.1 Nov 19

Astro is a web framework. Rated high severity (CVSS 7.1), this vulnerability is remotely exploitable, no authentication

CVE-2025-55303 MEDIUM POC
6.9 Aug 19

Astro is a web framework for content-driven websites. Rated medium severity (CVSS 6.9), this vulnerability is remotely e

CVE-2025-64525 MEDIUM POC
6.5 Nov 13

Astro is a web framework. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, no authenticatio

CVE-2025-54793 MEDIUM POC
5.5 Aug 08

Astro is a web framework for content-driven websites. Rated medium severity (CVSS 5.5), this vulnerability is remotely e

CVE-2026-41248 CRITICAL
9.1 Apr 24

Authentication/authorization bypass in Clerk's official JavaScript SDKs (@clerk/nextjs, @clerk/nuxt, @clerk/astro, and t

CVE-2026-59731 HIGH POC
8.2 Jul 08

Authorization bypass in the Astro web framework version 6.4.7 lets remote unauthenticated attackers reach protected rout

CVE-2023-50249 HIGH
7.5 Dec 20

Sentry-Javascript is official Sentry SDKs for JavaScript. Rated high severity (CVSS 7.5), this vulnerability is remotely

CVE-2024-56140 MEDIUM
6.5 Dec 18

Astro is a web framework for content-driven websites. Rated medium severity (CVSS 6.5), this vulnerability is remotely e

CVE-2026-29772 MEDIUM
5.9 Mar 24

Astro web framework versions prior to 10.0.0 contain an unbounded JSON parsing vulnerability in the Server Islands POST

CVE-2024-47885 MEDIUM
5.4 Oct 14

The Astro web framework has a DOM Clobbering gadget in the client-side router starting in version 3.0.0 and prior to ver

Share

CVE-2026-33768 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy