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.
fscache
About this tag
The fscache tag on WindowsForum.com covers discussions about the Linux kernel's fscache subsystem, which provides persistent caching for network filesystems like NFS. Content includes analysis of CVE-2024-45000, a denial-of-service vulnerability caused by a NULL pointer dereference in fscache's LRU-discard logic. The flaw involves a missing access counter check that can lead to kernel crashes. While this is a Linux-specific topic, it may interest IT professionals managing mixed environments or those studying kernel security. The tag focuses on technical details of the vulnerability, its impact on system availability, and the upstream fix.
A subtle race-condition bug in the Linux kernel’s fscache subsystem — tracked as CVE-2024-45000 — can allow the kernel to dereference a NULL pointer and crash, producing a denial-of-service condition on affected systems. The flaw stems from a missing check of the cookie access counter (the...