Windows feature that resets system clocks based on random data is wreaking havoc

Windows Secure Time Seeding resets clocks months or years off the correct time.

https://arstechnica.com/security/2023/08/windows-feature-that-resets-system-clocks-based-on-random-data-is-wreaking-havoc/?utm_brand=arstechnica&utm_social-type=owned&utm_source=mastodon&utm_medium=social

Windows feature that resets system clocks based on random data is wreaking havoc

Windows Secure Time Seeding resets clocks months or years off the correct time.

Ars Technica
@arstechnica if I'm reading this right, it's because the SSL Handshake response uses random data and Windows assumed it was a Unix timestamp?
@TheChrisGlass @arstechnica my read is that in the spec the handshake/communication requires a number that should always be different in each message. and it traditionally has been the unix time or partially composed from unix time. but there are implantations that use a random number instead to increase security.