TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Tell HN: Latest Windows security update is locking all our computers

17 点作者 kmitz超过 2 年前
It is a known issue : KB5012170 security update will lock the computer and show the bitlocker screen after a reboot. Apparently that&#x27;s not the case for all configurations, but the bug has been encountered on Windows 8, 10 and 11.<p>We are a small startup with ~20 windows laptops, with recent hardware and legit licences. And since a few days it&#x27;s chaos because everyone is having the bitlocker message and is not always able to find its recovery key (without the key you lose all your data). Because finding the key requires you to remember which email address you used to create your Microsoft account, and because for some reasons sometimes the key doesn&#x27;t even show up on the account.<p>I&#x27;m the CTO in charge and I&#x27;m doing all the sys admin stuff myself, which is probably not a good idea as it appears now. Up to now I had never heard about bitlocker (I don&#x27;t use windows myself). I guess that&#x27;s the case for many small organizations or individuals. This bug is a ticking time bomb for all of them. I&#x27;m baffled to say the least, that such a scenario can even occur. It has caused more damage to us than any ransomware attacks.<p>I&#x27;d be interested to hear if some you have experienced this situation and how you dealt with it. Cheers

2 条评论

Genbox超过 2 年前
BitLocker does validation of the Platform Configuration Register (PCR) in the Trusted Platform Module (TPM). It does this to prevent a whole slew of exploitation techniques.<p>PCR banks 0 to 7 have well-defined values, so an accumulator in the TPM hashes the values and BitLocker uses the values as part of the encryption key derivation algorithm. If the PCR hash changes, the BitLocker key will become invalid.<p>However, BitLocker can have several &quot;protectors&quot; as they are called. One that is enabled by default is a &quot;Recovery Key&quot; protector, which is not protected by the TPM. It is a 48 digit password that must either be printed, stored on a non-encrypted medium (like an USB device) or uploaded to an Azure AD or Microsoft account.<p>Your colleagues must have enabled BitLocker themselves, as it is not enabled by default. They must also have been through the &quot;backup recovery key&quot; process, as BitLocker requires manual user interaction for this part.<p>It sucks when there is an update to PCR banks - and usually the update won&#x27;t install if PCR7 binding is enabled - but users that enable advanced security features also have part of the responsibility to ensure they don&#x27;t get locked out of their own systems.
评论 #32776244 未加载
评论 #32774181 未加载
plasma超过 2 年前
Not sure it’s helpful, but if you happen to use InTune &#x2F; Endpoint Manager, recovery keys are accessible from there.
评论 #32771863 未加载