All About Cookies is an independent, advertising-supported website. Some of the offers that appear on this site are from third-party advertisers from which All About Cookies receives compensation. This compensation may impact how and where products appear on this site (including, for example, the order in which they appear).
All About Cookies does not include all financial or credit offers that might be available to consumers nor do we include all companies or all available products. Information is accurate as of the publishing date and has not been provided or endorsed by the advertiser.
The All About Cookies editorial team strives to provide accurate, in-depth information and reviews to help you, our reader, make online privacy decisions with confidence. Here's what you can expect from us:
- All About Cookies makes money when you click the links on our site to some of the products and offers that we mention. These partnerships do not influence our opinions or recommendations. Read more about how we make money.
- Partners are not able to review or request changes to our content except for compliance reasons.
- We aim to make sure everything on our site is up-to-date and accurate as of the publishing date, but we cannot guarantee we haven't missed something. It's your responsibility to double-check all information before making any decision. If you spot something that looks wrong, please let us know.
Within just a few weeks, security researchers have uncovered three Windows vulnerabilities that could give attackers privileged access to a system without physical access or a password.[1]
One vulnerability — “Download More RAM” — can abuse a memory-related feature and open backdoors into system parts that were otherwise off-limits. Another, called ShieldBreak, can turn Microsoft Defender’s own scanning process against you.
And a third one, called “Plug and Pwn,” can exploit a Windows feature (auto-installing drivers) you probably didn’t even know existed to install vulnerability-inflicted drivers even without hardware.
Together, these vulnerabilities can turn the very hardware and software designed to protect your system against you, potentially allowing attackers to gain privileged access, disable security protections, steal sensitive data, and install malicious software.
Here’s how each of these Windows vulnerabilities works and, more importantly, what you can do to protect yourself.
Two more ways attackers can bypass Windows security
What can you do to protect yourself
Bottom line
How the “Download More RAM” attack works
The vulnerability, known as “Download More RAM,” allows an attacker to rewrite the Serial Presence Detect (SPD) configuration chip. The SPD is a small chip on every RAM stick that tells the system how much memory is installed.
This rewriting tricks the system into believing that the RAM has more memory than it actually does.
Your computer then maps the extra addresses back into real memory that’s already in use. This means that two different addresses now point to the same physical memory. While one is an alias, the other is the real system memory.
When this happens, built-in protections such as virtualization-based security and hypervisor-enforced code integrity also fail. The system configures permissions based on addresses and not the physical memory itself.
Now, since the attacker’s alias addresses are not restricted, they can read and write to it freely. Once inside, the attackers could do a wide variety of damage:
- Turn back old vulnerable drivers
- Disable antivirus and endpoint detection systems
- Bypass corporate device management locks
- Read Microsoft’s most isolated security zones
- Defeat anti-cheat systems
Researchers conducted a survey of popular DDR4 and DDR5 memory modules and found that at least three manufacturers (Corsair, G.Skill, and ADATA) sell product lines where the configuration chip is unprotected, which is against the Joint Electron Device Engineering Council (JEDEC) guidelines.
These vendors make up 70% of the gaming segment and 55% of the high-performance consumer memory market, potentially leaving a large number of systems vulnerable to this malware.
However, this doesn’t mean that if you’re using one of these unprotected chips, you’re automatically exposed to the vulnerability. This vulnerability, tracked as CVE-2026-23670, doesn’t let an attacker compromise a Windows 11 system simply by knowing its IP address.
Although the researchers didn’t specifically identify a delivery method, an attacker would first need to get malicious code onto the target machine and obtain elevated privileges before exploiting this vulnerability.
This could potentially involve techniques such as phishing or malicious software, but the vulnerability itself doesn’t provide the initial means of compromise. It’s not a remote, no-click attack.
Two more ways attackers can bypass Windows security
Another vulnerability, tracked as CVE-2026-50656, was discovered by security researcher Nightmare Eclipse. Dubbed ShieldBreak, the proof of concept demonstrates that Microsoft’s earlier patch for the RoguePlanet vulnerability may have been ineffective.
In June 2026, the same researcher discovered RoguePlanet, a flaw that allowed attackers to swap files while Microsoft Defender was scanning them and gave the attacker SYSTEM-level privileges.
Microsoft subsequently released a patch to address the issue. However, ShieldBreak suggests that the update closed only one entry point while leaving the underlying weakness exposed through another pathway.
Like Download More RAM, ShieldBreak requires the attacker to already have some form of code execution or local access to the system, but not administrative or privileged access, since the exploit's entire purpose is to escalate an unprivileged user to SYSTEM.
ShieldBreak bypasses a vulnerability originally rated High with a CVSS score of 7.8 (CVE-2026-50656), and, at the time of writing, no Microsoft patch closes the bypass.
Researchers have also discovered another flaw, “Plug and Pwn,” that abuses Windows’ Plug and Play (PnP) auto-installation feature.
When Windows detects new hardware, such as a USB device, it can automatically fetch a matching, signed vendor driver package and install it with SYSTEM-level privileges without triggering a UAC prompt.
A tool called FaceDancer could trick Windows into fetching these vendor driver packages even when no physical device was connected. In some cases, the vendor drivers themselves contain exploitable vulnerabilities.
An attacker could potentially chain these flaws together, starting without elevated privileges and ultimately gaining full SYSTEM-level control of the machine, allowing them to disable security protections, install malware, and steal data.
What’s particularly concerning is that this flaw can be exploited without any physical hardware and entirely remotely through Remote Desktop Protocol (RDP). It requires neither administrator privileges nor an actively logged-in user, making the vulnerability significantly more serious.
What can you do to protect yourself
None of these attacks mean that you are defenseless. There are several actions you can take right now to reduce your exposure and shut the door on these vulnerabilities.
- Enable Secure Boot: Secure Boot is the single most effective fix, as researchers have confirmed that machines running Secure Boot are already protected against “Download More RAM” in its current form. You can check this by viewing your system’s UEFI Firmware Settings and ensuring that Secure Boot is toggled on.
- Install Windows updates: Microsoft has already issued an update for “Download More RAM” in its April 2026 security update. Ensure that your system is up to date and enable automatic updates going forward so that any critical vulnerabilities are automatically patched.
- Enable RAM write protection: If your system does not support Secure Boot, you can enable RAM write protection. Corsair introduced a new feature to its iCUE software, which allows users to retroactively enable write protection on memory modules. Even if you’re not using Corsair, there’s a free tool called HWiNFO that allows you to mitigate the issues on non-Corsair models.
- Practice proper online hygiene: Because the attack requires the malicious party to run code on your device, make sure you don’t click on unknown links from senders you don’t recognize, as they could be phishing attempts. Never open suspicious attachments or download software from unofficial sources.
- Don’t rely on free antivirus: Since ShieldBreak specifically targets the Microsoft Defender scanning engine, you should not rely solely on Defender for protection. Consider deploying a third-party antivirus program as an additional layer of protection, particularly until Microsoft releases an effective fix.
- Disable co-installers: You can partially mitigate the Plug and Pwn attack by disabling co-installers through the Windows Registry. While this doesn’t address the underlying vulnerability, it can block some of the demonstrated attack chains.
- Manage USB permissions: You can also use Group Policy or endpoint management tools to restrict which USB devices are permitted to install Windows drivers. This is particularly useful on shared or corporate systems, where limiting hardware and driver installation to trusted devices can reduce the attack surface.
Bottom line
These recently discovered vulnerabilities exploit various parts of your Windows system and, in some cases, do not require physical access or passwords to gain privileged access.
While Microsoft has released a patch for Download More RAM, along with updates from Corsair and other vendors, there are currently no patches available for ShieldBreak or the Plug and Play attacks. This makes it important to strengthen your Windows settings and close security gaps on your end.
You could use a reliable third-party antivirus to mitigate ShieldBreak while Microsoft works on a patch. Similarly, consider disabling co-installers and managing USB permissions to reduce your exposure to Plug and Pwn attacks.