
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-57898 affects the Linux kernel's wifi subsystem, specifically the cfg80211 component. The vulnerability was discovered and disclosed on January 15, 2025, and involves an issue with the link ID bitmap clearing process during link deletion operations (NVD).
The vulnerability occurs in the link deletion process where the link ID is prematurely removed from the validlinks bitmap before completing clean-up operations. Some functions, particularly cfg80211cacevent(), require the link ID to remain in the validlinks bitmap during the cleanup process. The issue manifests in the following call flow: nl80211removelink() → cfg80211removelink() → ieee80211delintflink() → ieee80211vifsetlinks() → ieee80211vifupdatelinks() → ieee80211linkstop() → cfg80211cac_event() (Kernel Commit).
When the vulnerability is triggered, it results in a WARN_ON() condition being hit due to the premature clearing of the link ID from the bitmap. This can affect the proper functioning of the wireless network interface management system in the Linux kernel (NVD).
The issue has been fixed by modifying the link deletion process to clear the link ID from the bitmap only after completing the link clean-up operations. The fix involves passing a masked value to simulate the non-existence of the link ID while maintaining it in the valid_links bitmap during the cleanup process (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."