CVE-2026-41322 — @astrojs/node allows Astro to deploy your SSR site to Node
CVE-2026-41322 — @astrojs/node allows Astro to deploy your SSR site to Node targets. Prior to 10.0.5, requesting a static js/css resources from _astro path with an incorrect/malformed if-match header returns a 500 error with a one year cache lifetime instead of 412 in some cases. This has the effect
What This Means For You
- If your environment is affected by CWE-525, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-41322 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Exploit of CVE-2026-41322: Malformed If-Match Header for _astro Resources
title: Exploit of CVE-2026-41322: Malformed If-Match Header for _astro Resources
id: scw-2026-04-24-ai-1
status: experimental
level: medium
description: |
This rule detects requests to '/_astro/' resources with a GET method that result in a 500 Internal Server Error. This specific behavior, triggered by a malformed 'If-Match' header, is characteristic of the CVE-2026-41322 vulnerability in @astrojs/node, leading to a prolonged cache poisoning effect.
author: SCW Feed Engine (AI-generated)
date: 2026-04-24
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-41322/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/_astro/'
cs-method:
- 'GET'
sc-status:
- '500'
# This condition is difficult to directly map to a single log field,
# but the combination of URI path, method, and status code is indicative.
# A more robust detection might involve correlating with specific request headers if available.
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-41322 | vulnerability | CVE-2026-41322 |
| CWE-525 | weakness | CWE-525 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | April 24, 2026 at 21:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.