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

System Management Mode Vulnerability Exploited with Long-Running Instruction

🔄 Updated 1d 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

  • SMM requires all cores to be in or out of SMM concurrently.
  • A long-running instruction on one core can prevent it from joining SMM.
  • This creates a state where cores are in different SMM states.
  • The exploit requires an instruction lasting over 1 second (4 billion cycles).

SMM Security Model

System Management Mode (SMM) is a secure, ultra-privileged execution environment on x86 CPUs. Its security model relies on all CPU cores entering or exiting SMM at the same time. If this synchronization fails, the integrity of the SMM environment can be compromised.

Exploitation Method

The vulnerability is exploited by initiating an exceptionally long-running machine instruction on one CPU core. While this instruction is executing, another core attempts to enter SMM and invites the busy core to join. The SMM firmware waits for a limited time (approximately 1 second, or 4 billion CPU cycles) for all cores to synchronize. If the instruction on the first core is still running when this timeout expires, the second core proceeds into SMM without the first.

Resulting Vulnerability

This desynchronization leaves one core inside SMM and another outside, breaking the fundamental security assumption of SMM. The core outside SMM can then potentially attack the core that is still operating within the privileged SMM environment. The critical factor for this exploit is the existence of a machine instruction capable of running for an extended duration, exceeding the SMM synchronization timeout.

✨ 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.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

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

Reporting from

A vulnerability in x86 System Management Mode (SMM) allows for exploitation by using a single, extremely long-running machine instruction. This method disrupts SMM's core security model, which requires all CPU cores to enter or exit SMM simultaneously. The exploit creates a state where one core is outside SMM while another is inside, enabling attacks on the in-SMM core.