# BitLocker 安全特性绕过漏洞
## 概述
BitLocker 安全功能绕过漏洞允许攻击者在某些配置下绕过BitLocker加密保护,访问锁定的系统或数据。
## 影响版本
- Windows 10
- Windows Server 2016
- Windows Server 2019
- Windows 11
## 细节
该漏洞源于系统在某些特定条件下未能正确验证和实施BitLocker安全策略。攻击者可以通过重置或绕过某些系统启动设置来利用此漏洞,从而访问原本受BitLocker保护的数据。
## 影响
攻击者能够绕过BitLocker加密保护,可能导致受保护数据的泄露,增加数据被非法访问的风险。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | Script to update Windows Recovery Environment to patch against CVE-2022-41099 | https://github.com/halsey51013/UpdateWindowsRE-CVE-2022-41099 | POC详情 |
2 | Update WINRE.WIM file to fix CVE-2022-41099 | https://github.com/o0MattE0o/CVE-2022-41099-Fix | POC详情 |
3 | Patches CVE-2022-41099 | https://github.com/g-gill24/WinRE-Patch | POC详情 |
4 | None | https://github.com/dsn1321/KB5025175-CVE-2022-41099 | POC详情 |
5 | Automate updating the Windows Recovery Environment (WinRE) on deployed devices to address the security vulnerabilities in CVE-2022-41099. | https://github.com/rhett-hislop/PatchWinRE | POC详情 |
暂无评论