Tech News
← Home  ·  All topics

Vite

2 GoKawiil briefs on this topic

Attackers exploit Vite server flaw to harvest AWS and Azure credentials

F5's honeypots detected a month-long scanning campaign exploiting CVE-2026-39364, a high-severity flaw in Vite versions 7.1.0-7.3.2 and pre-8.0.5, that lets unauthenticated attackers bypass access controls via crafted query parameters like ?raw or ?import&raw. Over 800 attacks and roughly 32,000 events were recorded, with attackers hunting for environment files, AWS and Azure credentials, Terraform state files, and system files like /etc/passwd. Most activity came from the US, Belgium, and the Netherlands, with some attackers routing through Google Cloud IPs and also exploiting older Vite access-control bugs.

Native Rust React Compiler in Vite cuts build times up to 17x for one team

After the oxc team shipped official Rust-based React Compiler support on August 4, 2026, a developer migrated a 1,036-file React Router codebase (Outlyne, a website builder) to it via the new native option in @vitejs/plugin-react v6.1.0. The compiler step dropped from 14.3 seconds to 0.81 seconds, and overall build time improved roughly 2.4x. Projects not using the Vite React plugin directly, such as those running React Router in framework mode, can adopt the change through the separate @acusti/vite-plugin-react-compiler package.