CVE-2025-27415

HIGH LAB

Nuxt 3.0.0-3.15.9 - Cache Poisoning via Crafted HTTP Request

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2025-27415. PoCs published by jiseoung.

AI-analyzed exploit summary This PoC demonstrates a cache poisoning vulnerability in Nuxt3 (versions >=3.0.0 <3.16.0) where a CDN caches responses based on the path excluding query parameters, leading to malicious responses being served for legitimate requests. The exploit automates sending requests to '/?_payload.json' to poison the cache for the root path.

Description

Nuxt is an open-source web development framework for Vue.js. Prior to 3.16.0, by sending a crafted HTTP request to a server behind an CDN, it is possible in some circumstances to poison the CDN cache and highly impacts the availability of a site. It is possible to craft a request, such as https://mysite.com/?/_payload.json which will be rendered as JSON. If the CDN in front of a Nuxt site ignores the query string when determining whether to cache a route, then this JSON response could be served to future visitors to the site. An attacker can perform this attack to a vulnerable site in order to make a site unavailable indefinitely. It is also possible in the case where the cache will be reset to make a small script to send a request each X seconds (=caching duration) so that the cache is permanently poisoned making the site completely unavailable. This vulnerability is fixed in 3.16.0.

Exploits (1)

nomisec WORKING POC 2 stars
by jiseoung · poc
https://github.com/jiseoung/CVE-2025-27415-PoC

This PoC demonstrates a cache poisoning vulnerability in Nuxt3 (versions >=3.0.0 <3.16.0) where a CDN caches responses based on the path excluding query parameters, leading to malicious responses being served for legitimate requests. The exploit automates sending requests to '/?_payload.json' to poison the cache for the root path.

Classification
Working Poc 95%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: Nuxt3 (>=3.0.0 <3.16.0)
No auth needed
Prerequisites: Nuxt3 application with a CDN caching layer that ignores query parameters in cache keys · Ability to send HTTP requests to the target origin
devstral-2 · analyzed Feb 16, 2026 Full analysis →

References (1)

Core 1
Core References

Scores

CVSS v3 7.5
EPSS 0.0026
EPSS Percentile 50.0%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Lab Environment

COMMUNITY
Community Lab
docker pull nginx:1.25-alpine

Details

CWE
CWE-349
Status published
Products (2)
npm/nuxt 3.0.0 - 3.16.0npm
nuxt/nuxt 3.0.0 - 3.16.0
Published Mar 19, 2025
Tracked Since Feb 18, 2026