Friday , May 9 2025
BitLocker Encryption

Memory-Dump-UEFI
Researcher dumping memory to bypass BitLocker on Windows 11

Researchers have demonstrated a method to bypass Windows 11’s BitLocker encryption, enabling the extraction of Full Volume Encryption Keys (FVEKs) from memory.

This vulnerability underscores the risks associated with physical access attacks and highlights potential weaknesses in memory protection mechanisms.

Microsoft Patches Four Critical Azure and Power Apps Vulns

Microsoft has fixed critical vulnerabilities in its core cloud services, including Azure Automation, Azure Storage, Azure DevOps, and Microsoft Power...
Read More
Microsoft Patches Four Critical Azure and Power Apps Vulns

Qilin Ransomware topped April 2025 with 45+ data leak disclosures

The cyber threat landscape is rapidly changing, with a notable increase in ransomware activity in April 2025, driven by the...
Read More
Qilin Ransomware topped April 2025 with 45+ data leak disclosures

SonicWall Patches 3 Flaws in SMA 100 Devices

SonicWall has released patches for three security flaws in SMA 100 Secure Mobile Access appliances that could allow remote code...
Read More
SonicWall Patches 3 Flaws in SMA 100 Devices

Top Ransomware Actively Attacking Financial Sector: 406 Incidents Disclosed

From April 2024 to April 2025, Flashpoint analysts noted that the financial sector was a major target for threat actors,...
Read More
Top Ransomware Actively Attacking Financial Sector: 406 Incidents Disclosed

Critical (CVSS 10) Flaw in Cisco IOS XE WLCs Allows RRA

Cisco has issued a security advisory for a critical vulnerability in its IOS XE Software for Wireless LAN Controllers (WLCs)....
Read More
Critical (CVSS 10) Flaw in Cisco IOS XE WLCs Allows RRA

CVE-2025-29824
Play Ransomware Exploited Windows CVE-2025-29824 as Zero-Day

Attackers linked to the Play ransomware operation deployed a zero-day privilege escalation exploit during an attempted attack against an organization...
Read More
CVE-2025-29824  Play Ransomware Exploited Windows CVE-2025-29824 as Zero-Day

Hacker exploited Samsung MagicINFO 9 Server RCE flaw

Hackers are exploiting an unauthenticated remote code execution vulnerability in the Samsung MagicINFO 9 Server to take control of devices...
Read More
Hacker exploited Samsung MagicINFO 9 Server RCE flaw

CISA adds Langflow flaw to its KEV catalog

CISA added the Langflow vulnerability, CVE-2025-3248 (CVSS score 9.8), to its Known Exploited Vulnerabilities catalog. Langflow is a popular tool...
Read More
CISA adds Langflow flaw to its KEV catalog

Google Fixes Android Flaw (CVE-2025-27363) Exploited by Attackers

Google has released its monthly Android security updates, addressing 46 vulnerabilities, including one that has been actively exploited. CVE-2025-27363 (CVSS...
Read More
Google Fixes Android Flaw (CVE-2025-27363) Exploited by Attackers

UAP hosted “UAP Cyber Siege 2025”, A national level cybersecurity competition

The Cyber Security Club, representing the Department of Computer Science and Engineering at the University of Asia Pacific (UAP), has...
Read More
UAP hosted “UAP Cyber Siege 2025”, A national level cybersecurity competition

The attack revolves around capturing the contents of a computer’s RAM during operation.

If an attacker has physical access to a device, they can abruptly restart it and dump the memory to extract sensitive information, including FVEKs.

This process leverages the fact that encryption keys are temporarily stored in memory while the system is running.

However, the technique is not foolproof. RAM contents degrade rapidly when power is cut off, making it crucial to minimize downtime.

To mitigate this degradation, researchers said that attackers could use methods such as physically cooling the RAM or maintaining power delivery using external sources.

In one demonstration, the attacker shorted the reset pins on the motherboard to restart the system without cutting power, preserving memory integrity.

Secure Boot, a security standard designed to prevent unauthorized software from running during startup, presents another layer of protection.

However, it has known vulnerabilities and can be bypassed using techniques such as shims or other exploits. These methods allow attackers to load custom tools for memory analysis.

1. Create a Bootable USB Device: A USB drive larger than the target system’s RAM is prepared with specialized software to extract memory dumps.

2. Abruptly Restart the Target System: The system is restarted at a critical moment—such as during Windows loading but before reaching the login screen—to capture encryption keys in memory.

3. Boot from USB: The attacker boots into a custom UEFI shell from the USB device and executes tools to dump memory contents.

4. Analyze Memory Dumps: The dumped data is analyzed using tools like `xxd` and `searchMem` to locate cryptographic keys stored in specific memory pools.

Key Recovery:

The FVEK key was found under specific Windows kernel memory pool tags, such as `dFVE`, which corresponds to BitLocker’s crash dump filter module (`dumpfve.sys`).

This tag consistently revealed encryption keys prefaced by metadata indicating the encryption algorithm used (e.g., XTS-AES-128).

This vulnerability demonstrates that even advanced encryption systems like BitLocker are not immune to physical access attacks.

While Microsoft employs techniques like key destruction during shutdown, residual keys remain in memory under certain conditions.

To mitigate risks:

Users should enable hardware-based security features like Trusted Platform Module (TPM).
Organizations should implement physical security measures to prevent unauthorized access.
Microsoft may need to enhance key management practices to reduce exposure in volatile memory.

This discovery serves as a reminder that no security system is entirely foolproof, particularly when physical access is involved

Check Also

Google

Google Fixes Android Flaw (CVE-2025-27363) Exploited by Attackers

Google has released its monthly Android security updates, addressing 46 vulnerabilities, including one that has …

Leave a Reply

Your email address will not be published. Required fields are marked *