Orca Snaps Up Opus in Cloud Security Automation Push

Orca positioned the deal as an expansion of its capabilities into the realm of AI-based autonomous remediation and prevention. 

The post Orca Snaps Up Opus in Cloud Security Automation Push appeared first on SecurityWeek.

SecurityWeek – ​Read More

I wanted a privacy screen protector – until I put one on my Galaxy S25 Ultra

The extra security is cool. Too bad the drawbacks aren’t.

Latest stories for ZDNET in Security – ​Read More

CISA Warns of Flaw in TeleMessage App Used by Ex-National Security Advisor 

An information exposure flaw in TeleMessage has been added to CISA’s Known Exploited Vulnerabilities catalog. 

The post CISA Warns of Flaw in TeleMessage App Used by Ex-National Security Advisor  appeared first on SecurityWeek.

SecurityWeek – ​Read More

North Korea’s TA406 Targets Ukraine for Intel

The threat group’s goal is to help Pyongyang assess risk to its troops deployed in Ukraine and to figure out if Moscow might want more.

darkreading – ​Read More

Moldovan Police Arrest Suspect in €4.5M Ransomware Attack on Dutch Research Agency

Moldovan law enforcement authorities have arrested a 45-year-old foreign man suspected of involvement in a series of ransomware attacks targeting Dutch companies in 2021.
“He is wanted internationally for committing several cybercrimes (ransomware attacks, blackmail, and money laundering) against companies based in the Netherlands,” officials said in a statement Monday.
In conjunction with the

The Hacker News – ​Read More

Türkiye Hackers Exploited Output Messenger Zero-Day to Drop Golang Backdoors on Kurdish Servers

A Türkiye-affiliated threat actor exploited a zero-day security flaw in an Indian enterprise communication platform called Output Messenger as part of a cyber espionage attack campaign since April 2024.
“These exploits have resulted in a collection of related user data from targets in Iraq,” the Microsoft Threat Intelligence team said. “The targets of the attack are associated with the Kurdish

The Hacker News – ​Read More

Bypassing BitLocker Encryption: Bitpixie PoC and WinPE Edition

Depending on the customer’s preference, possible initial access vectors in our red teaming exercises typically include deployment of dropboxes, (device code) phishing or a stolen portable device. The latter is usually a Windows laptop protected by BitLocker for full disk encryption without pre-boot authentication i.e. without a configured PIN or an additional key file.

While hardware-based TPM sniffing attacks are well known and covered in public courses, they typically involve hunting down board schematics on Chinese websites and some prowess using a soldering iron. Physical craftsmanship is definitely not a strength of mine, which is why I was particularly interested when Thomas demonstrated a concrete software-only attack in his 38C3 talk: Windows BitLocker: Screwed without a Screwdriver.

Even compared to other software attacks such as the “push button decrypt”, the exploitation of the abused bitpixie vulnerability is non-invasive, does not require any permanent device modifications and no complete disk image, thereby allowing a fast (~5 minutes) compromise and more flexible integration in certain social engineering scenarios.

Bitpixie Linux Edition

While Thomas did release a detailed blog post, the concrete exploit code was not disclosed. To fully understand the attack, reproduce the original research, and demonstrate the concrete impact to our customers, I set out to develop a public proof of concept.

Bitpixie attack flow

The Linux-based exploitation strategy roughly depicted on the above diagram (from Thomas’ presentation) is to:

  1. Enter the Windows Recovery Environment by using Shift+Reboot from the power menu of the login screen
  2. Downgrade to vulnerable Windows Boot Manager (bootmgfw.efi) via PXE boot
  3. Specify broken default Boot Configuration Data (BCD) to force a pxesoftreboot fallback
  4. PXE boot into signed Linux shim loader (shimx64.efi)
  5. Load signed GRUB (grubx64.efi) boot loader
  6. Load signed Linux kernel and initial ram filesystem
  7. Exploit Linux kernel lockdown mode to scan physical memory for BitLocker Volume Master Key (VMK)
  8. Mount encrypted volume using the dislocker FUSE driver and the extracted VMK

This video shows a full rundown of this technique:

Bitpixie WinPE Edition

As Thomas describes in his second blog post discussing possible remediation strategies, Microsoft uses different UEFI certificates to sign boot components based on their origin:

  • Microsoft 1st party certificate, signs all Windows bootloaders
  • Microsoft 3rd party certificate, signs everything else commonly understood to boot under Secure Boot, such as Linux shims

Vendors such as Lenovo with their secured-core PCs disable the latter by default.

UEFI Secure Boot Settings

As a result, the above attack chain fails at step 4 because the third-party signing certificate used is not trusted. However, there is nothing conceptually stopping an attack flow where third-party signed components are replaced by their Windows native equivalents:

  1. Boot into same Windows Boot Manager (bootmgfw.efi) a second time via PXE boot, but specify different BCD
  2. Load a WinPE based boot image (boot.wim) and corresponding ram disk (boot.sdi)
  3. Load signed Windows boot loader (winload.efi)
  4. Load signed Windows Kernel (ntoskrnl.exe)
  5. Scan physical memory for a VMK using a modified version of WinPmem which internally uses a signed driver (winpmem_x64.sys)
  6. Use VMK to decrypt encrypted recovery password stored in BitLocker meta data
  7. Use human-readable recovery password to unlock the encrypted volume

The second stage BCD used in step 4. is constructed according to the official Microsoft documentation. Physical memory is scanned by incorporating the original pattern-matching code into a modified version of WinPmem (winpmem.exe). The recovery of the human-readable recovery password is implemented in a minimal Windows port of the dislocker-metadata utility (dislocker-metadata.exe).

As presented, the WindowsPE-based attack flow uses only core components signed by Microsoft. At least in theory, it should therefore be applicable to all affected devices, as long as they trust the Microsoft Windows Production PCA 2011 certificate used to sign the vulnerable boot manager. In practice, it seems to be somewhat less reliable than its Linux-based counter part. Nonetheless, the provided automation scripts are hopefully useful in case you want to investigate whether your devices are affected.

Remediation

The Bitpixie vulnerability – and more generally both hardware and software-based attacks – can be mitigated by forcing pre-boot authentication, i.e., requiring an additional PIN and/or key file.

Compass Security Blog – ​Read More

Practical Ways to Improve Your Digital Efficiency

Optimizing your online productivity is more important than ever. Whether you’re a business owner, freelancer, or simply someone…

Hackread – Latest Cybersecurity, Hacking News, Tech, AI & Crypto – ​Read More

Roblox Lawsuit Claims Hidden Tracking Used to Monetize Kids Data

Roblox hit with class action over alleged secret tracking of kids’ data; lawsuit claims privacy law violations and…

Hackread – Latest Cybersecurity, Hacking News, Tech, AI & Crypto – ​Read More

NSO Group’s Legal Loss May Do Little to Curtail Spyware

The $168 million judgment against NSO Group underscores how citizens put little store in the spyware industry’s justifications for circumventing security — but will it matter?

darkreading – ​Read More