โ˜… How to monitor your Laravel app for critical vulnerabilities

1 ยท Freek Van der Herten ยท July 18, 2025, 4:32 p.m.
A critical security vulnerability was just disclosed for Livewire v3, as Stephen Rees-Carter wrote about on Securing Laravel. The vulnerability (CVE-2025-54068) allows unauthenticated attackers to achieve remote code execution in specific scenarios. What makes this particularly concerning is that exploitation doesn't require authentication or user interaction - just a component mounted and configured in a particular way. This vulnerability affects all Livewire v3 versions up to 3.6.3. If you're ...