← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

New Tool "Einstein" Automates Data-Only Attack Generation, Challenging Mitigation Strategies

🔄 Updated 21h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Data-only attacks modify program data, not control flow.
  • The "Einstein" tool automates the generation of these attacks.
  • 70% of security bugs are memory safety issues.
  • Current defenses often focus on control-flow hijacking.

Automating Data-Only Attacks

Researchers have developed a tool named "Einstein" that automates the generation of data-only attacks. These attacks manipulate a program's data without altering its control flow, a method previously considered too complex or application-specific to be a practical threat. The development of Einstein challenges this assumption by demonstrating the ease with which such exploits can be created.

The Shift in Exploitation Methods

Historically, memory safety bugs, which account for approximately 70% of security vulnerabilities reported by major tech companies, were often weaponized through control-flow hijacking. This involved overwriting code pointers to execute malicious code. However, decades of research and the implementation of defenses like DEP, CFI, and CPI have made control-flow hijacking difficult to achieve in practice.

The new research focuses on an alternative: allowing a program to execute its intended code but with malicious data. This approach bypasses control-flow defenses, as the program's execution path remains unchanged, only its internal data is corrupted.

Implications for Security Defenses

The findings, presented at USENIX Security 2024, suggest that existing mitigation strategies, which largely focus on preventing control-flow manipulation, may be insufficient against these automated data-only attacks. The ease of generating these exploits, even for low-effort attackers, calls for researchers and vendors to rethink and adapt their security measures to address this emerging threat vector.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~26 min · 21 stories · Sep 23

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Researchers developed "Einstein," a tool that automatically generates data-only attacks, which manipulate program data without altering control flow. This research, presented at USENIX Security 2024, demonstrates that these attacks are easier to create than previously thought, necessitating a re-evaluation of current security defenses.