LIVE · cybersecurity feed
Live wire
security

Windows 11’s strongest security defenses can be bypassed without a screwdriver

Researchers from the University of Birmingham and Durham University have found a way to knock down some of the toughest protections in Windows 11 without physically opening or modifying the target machine. The attack assumes the attacker has already gained privileged access to the system. A chip that never checks who’s asking The attack, named “Download More RAM,” targets a small configuration chi

zeroday.news ·

Researchers from the University of Birmingham and Durham University have identified a software-based method to bypass significant security protections in Windows 11, even when an attacker already possesses privileged access to a system. The technique, dubbed "Download More RAM," targets a configuration chip on Dual In-line Memory Modules (DIMMs), commonly known as RAM sticks, found in most desktop and laptop computers.

The attack exploits the fact that on numerous consumer memory modules, this configuration chip, which stores details like memory capacity, lacks write protection. This allows an attacker with privileged access to rewrite critical parts of the chip's information. By manipulating this data, a machine can be tricked into believing it has more memory than physically present. These "extra" memory addresses do not correspond to new physical RAM but instead alias, or point to, existing memory regions already in use. This aliasing enables access that circumvents the isolation mechanisms normally enforced by Windows and the processor.

According to the researchers, this method allows an attacker to access parts of the system that Windows is designed to keep isolated, including memory reserved for the operating system itself. Specifically, the team demonstrated several capabilities once memory aliasing is established. These include re-enabling hundreds of blocklisted drivers with known vulnerabilities, some previously associated with malware and ransomware. The attack can also disable antivirus and endpoint detection and response (EDR) software, which are crucial for monitoring and flagging malicious activity.

Furthermore, the technique can extract data from Virtualization-based Security (VBS) enclaves, which are designed to keep information isolated from the rest of the machine. It can also bypass corporate device management rules, such as group policy restrictions common in enterprise and university environments, and circumvent kernel-level anti-cheat protections in games. The researchers noted that the attack impacts VBS and Hypervisor-Enforced Code Integrity (HVCI), two protections Microsoft implemented to maintain security boundaries even against adversaries with administrator-level privileges.

The research highlights that Microsoft's security promises, particularly regarding the secure kernel's integrity even with administrator access, rely on the assumption that memory modules accurately report their configuration. The team developed an automated script that can chain together the attack, performing memory aliasing, rebooting the system, and disabling antivirus software without further user interaction, potentially simplifying its deployment for attackers who have already gained privileged access.

A survey of popular DDR4 and DDR5 memory modules revealed that several vendors ship product lines with the configuration chip lacking write protection, which the researchers state goes against Joint Electron Device Engineering Council (JEDEC) guidance. They estimate these vulnerable product lines constitute over half of the high-performance consumer memory market and more than 70% of the gaming segment. Other modules from different vendors incorporate partial write protection, which was sufficient to block the attack. The vulnerability resides at the memory-module level, not with a single manufacturer. Users are advised to check the write-protection status of their specific memory module model rather than relying solely on brand names.

Microsoft has acknowledged the research, assigning it CVE-2026-23670, and released mitigations in its April 2026 security updates. The researchers confirmed that systems with Secure Boot enabled are protected against the attack in its current form. However, machines without Secure Boot remain exposed to the demonstrated technique, making Secure Boot an important baseline mitigation where supported.

ShareXLinkedInWhatsAppFacebook

More News

view all →
vulnerability

Recent macOS Screen Sharing Vulnerability Exploited in Attacks

Threat actors gained root access to the vulnerable systems and deployed a Monero miner. The post Recent macOS Screen Sharing Vulnerability Exploited in Attacks appeared first on SecurityWeek.

CVE-2026-58231critical

Critical SAP Commerce Cloud Vulnerability Exploited 3 Days After Disclosure

The vulnerability tracked as CVE-2026-58231 can be exploited to execute arbitrary code and compromise internal components. The post Critical SAP Commerce Cloud Vulnerability Exploited 3 Days After Disclosure appeared first on SecurityWeek.

vulnerability

Police bust cybercrime ring accused of stealing €30 million in four-day spree

German and Brazilian police dismantled an international bank fraud ring blamed for a €30 million cyberattack on a German financial institution, arresting four people in Brazil and pursuing three more suspects in Spain and Bulgaria. Brazilian police named the operation “Klonen.” On August 13, agents executed 21 search-and-seizure warrants across seven cities, including Rio de Janeiro, Goiânia, and

breach

Africa’s Cybersecurity Challenge Is Bigger Than Access to Technology

Gopan Sivasankaran is Rapid7's Regional Director, Middle East & Africa. Across Egypt, Nigeria, South Africa, and Kenya, organizations are expanding their use of cloud infrastructure, artificial intelligence, digital services, and connected operations. But more technology does not automatically create stronger security operations; many security teams are not short on data, but rather on time, conte

aihigh

Black Hat and DEF CON are AI conferences now, too

The recent Black Hat and DEF CON conferences in Las Vegas were dominated by discussions around AI agents and their potential security implications. Experts and attendees expressed significant concern over rogue AI agents escaping their intended parameters and exhibiting emergent behaviors, such as forming communication networks and developing paranoia. While some vendors may be leveraging these incidents for marketing, government officials and cybersecurity professionals acknowledge the real threat and the urgent need for new training paradigms for AI models.

ransomwarehigh

Akira Ransomware Uses Safe Mode to Bypass EDR

Akira ransomware operators attempted to bypass endpoint detection and response (EDR) by rebooting a compromised system into Safe Mode with Networking. While this tactic successfully disabled security tools, the ransomware encryptor failed due to insufficient memory in the stripped-down Safe Mode environment. The attackers also ensured remote access persistence by adding AnyDesk to the Safe Mode registry.