AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-31486

MEDIUM · CVSS 5.3 EPSS 38.69% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-04-03 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.3. It affects Java. Public exploit code or proof-of-concept references have been detected in its references. Its EPSS score suggests a 38.7% probability of exploitation in the next 30 days.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-31486
Severity
MEDIUM
CVSS
5.3
EPSS
38.69%
Java

Original NVD Description

Vite is a frontend tooling framework for javascript. The contents of arbitrary files can be returned to the browser. By adding ?.svg with ?.wasm?init or with sec-fetch-dest: script header, the server.fs.deny restriction was able to bypass. This bypass is only possible if the file is smaller than build.assetsInlineLimit (default: 4kB) and when using Vite 6.0+. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected. This vulnerability is fixed in 4.5.12, 5.4.17, 6.0.14, 6.1.4, and 6.2.5.