Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-45585 — CVE-2026-45585 | Kitploit
Tools/GitHubGitHub/0xblackash/cve-2026-45585
Defensive ToolsEncryption/Decryption ToolsVulnerability AnalysisConfiguration AuditingIncident Response
GitHub0xblackash/cve-2026-45585

CVE-2026-45585

CVE-2026-45585

View Repository
123 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

🔑 CVE-2026-45585 - YellowKey 🔓

ChatGPT Image May 31, 2026, 03_30_29 PM CVE Zero-Day Windows 11 PowerShell

Advanced mitigation for CVE-2026-45585 (YellowKey)


📌 What is YellowKey Vulnerability?

YellowKey (CVE-2026-45585) is a zero-day physical attack vulnerability discovered in May 2026 that allows attackers with physical access to completely bypass BitLocker encryption on Windows 11 devices — without needing the PIN, password, or recovery key.

How the Attack Works:

  • Attacker boots the device into WinRE (Windows Recovery Environment)
  • Uses a specially crafted USB with NTFS transaction logs (FsTx)
  • Exploits autofstx.exe to gain an elevated Command Prompt
  • BitLocker is automatically unlocked by TPM → full access to the drive

Affected Systems: Windows 11, Windows Server 2022/2025
Not Affected: Windows 10


✨ Script Features

  • Complete Mitigation: Applies both official fixes
  • WinRE Hardening: Removes autofstx.exe from BootExecute (Primary fix)
  • TPM+PIN Enforcement: Adds strong PIN protector to BitLocker
  • Smart Detection: Only processes protected drives with TPM
  • Safe & Reversible: Clean logic with user confirmation
  • Beautiful Output: Color-coded, professional console experience

🚀 How to Use

1. Download the Script

Save the script as Mitigate-YellowKey.ps1

2. Run as Administrator

root@kitploit:~
# Full mitigation (Recommended)
.\Mitigate-YellowKey.ps1

# Only WinRE fix
.\Mitigate-YellowKey.ps1 -SkipTPMPIN

# Only TPM+PIN (specific drive)
.\Mitigate-YellowKey.ps1 -Drive "C:" -SkipWinRE

⚙️ Parameters

ParameterDescriptionDefault
-DriveTarget specific drive (e.g. C:)All

🛡️ Security Recommendations

  • Use TPM + PIN (6+ characters, preferably alphanumeric)
  • Enable Secure Boot
  • Keep physical access controlled
  • Reboot after running the script
  • Verify with: manage-bde -status

⚠️ Important Notes

  • After adding TPM+PIN, you will need to enter the PIN at every boot.
  • Always backup important data before running.
  • This script is custom-made based on Microsoft's official guidance.
  • Run on Windows 11 only.

Made with ❤️ for better security

Status: Actively maintained • Last updated: May 31, 2026

Download Tool
-SkipWinRESkip WinRE mitigationFalse
-SkipTPMPINSkip TPM+PIN additionFalse