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.
removable media security
About this tag
Removable media security covers the risks and mitigations associated with USB drives, SD cards, and other portable storage. Recent discussions highlight critical vulnerabilities such as CVE-2025-40307 in the Linux exFAT driver, which could allow data loss via crafted filesystems, and CVE-2025-49721, a heap buffer overflow in Windows' Fast FAT driver enabling local privilege escalation. Additionally, enabling AutoPlay in Windows 11 offers convenience but introduces security trade-offs, as it can automatically execute actions from untrusted media. Administrators and users should apply patches promptly, disable AutoPlay when not needed, and validate media sources to reduce exposure to these threats.
A freshly published Linux-kernel CVE exposes a subtle but dangerous logic error in the exFAT driver: crafted filesystems can trick the kernel into treating allocation-bitmap clusters as free, allowing exFAT to zero and re-use clusters that should remain reserved — a flaw fixed by adding a...
Enabling AutoPlay in Windows 11 is a two‑minute change that can instantly streamline how your PC responds to USB sticks, memory cards, optical discs, and cameras — but it also brings security trade‑offs and occasional quirks that every user should understand before flipping the switch...
In an age where every layer of an operating system must withstand relentless scrutiny and attack, few discoveries are as unsettling as a heap-based buffer overflow in the Windows Fast FAT File System Driver, now officially cataloged as CVE-2025-49721. This vulnerability enables unauthorized...