We’re launching Lyria 3.5 in Google Flow Music, with advances across musicality, lyrics, vocals, and creative control
deepmind.google·6d ago

TL;DR
Cursor has a critical vulnerability that allows malicious git binaries to execute without user interaction. By planting a harmful git.exe in a project repository, the IDE automatically runs it repeatedly.
✦ Why It Matters
Engineers should audit their development environments for unauthorized binaries to prevent potential exploitation.
Key Takeaways
How It Works
When a developer opens a project in Cursor, it searches for git binaries in various locations, including the project root. If a malicious git.exe is present, Cursor executes it automatically, leading to arbitrary code execution without any user interaction.
Related