mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
2.2 KiB
2.2 KiB
CVE-2025-31486
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.
POC
Reference
Github
- https://github.com/Ly4j/CVE-2025-31486
- https://github.com/Mr-xn/Penetration_Testing_POC
- https://github.com/Threekiii/CVE
- https://github.com/hackmelocal/CVE-2025-31486-Simulation
- https://github.com/iSee857/CVE-2025-31486-PoC
- https://github.com/jackieya/ViteVulScan
- https://github.com/nkuty/CVE-2025-30208-31125-31486-32395
- https://github.com/nomi-sec/PoC-in-GitHub
- https://github.com/plzheheplztrying/cve_monitor
- https://github.com/r0ngy40/CVE-2025-30208-Series
- https://github.com/tanjiti/sec_profile
- https://github.com/yembors64632/cve_monitor_Public