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
A security researcher discovered a remote code execution (RCE) vulnerability in WordPress using the GPT5.6 Sol Ultra model. By adapting a prompt designed for solving complex mathematical problems, they successfully identified the vulnerability.
✦ Why It Matters
Engineers should consider using AI models like GPT5.6 for vulnerability assessments in their software projects.
Key Takeaways
How It Works
The vulnerability arises from the WordPress batch API's flawed request validation process, which allows attackers to bypass sanitization checks. By exploiting this flaw, an attacker can manipulate requests to execute arbitrary SQL commands, leading to unauthorized access and potential RCE.
Related