You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
timingattack
About this tag
The timingattack tag covers discussions about side-channel vulnerabilities that exploit measurable differences in execution time to leak sensitive information. Content includes CVE-2026-47784 in memcached, where a non-constant-time memcmp in SASL authentication creates a timing side channel, and CVE-2025-40204 in Linux SCTP, where a timing-dependent MAC comparison was replaced with a constant-time helper. A third thread describes coordinated RDP scans using timing-based username enumeration against education sector networks. These examples highlight how timing attacks affect both open-source components in Windows estates and Windows Remote Desktop services, emphasizing the need for constant-time comparisons and monitoring for timing-based reconnaissance.
On May 20, 2026, CVE-2026-47784 was published for memcached versions before 1.6.42, describing a timing side channel in SASL password database authentication caused by the use of memcmp inside sasl_server_userdb_checkpass. The bug is not a Windows vulnerability in the classic Patch Tuesday...
The Linux kernel update that closed CVE-2025-40204 was a surgical but important hardening: the SCTP code was performing a MAC (message authentication code) comparison using a timing‑dependent routine, and maintainers replaced that comparison with a constant‑time helper to remove a potential...
Security researchers have observed a coordinated, large‑scale reconnaissance campaign probing Microsoft Remote Desktop services that began as a sudden one‑day spike and escalated into a torrent of scans — a pattern that looks less like opportunistic background noise and more like deliberate...