CVE-2024-57898

Source
https://cve.org/CVERecord?id=CVE-2024-57898
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-57898.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-57898
Downstream
Related
Published
2025-01-15T13:05:49Z
Modified
2026-08-12T03:51:44Z
Summary
wifi: cfg80211: clear link ID from bitmap during link delete after clean up
Details

In the Linux kernel, the following vulnerability has been resolved:

wifi: cfg80211: clear link ID from bitmap during link delete after clean up

Currently, during link deletion, the link ID is first removed from the valid_links bitmap before performing any clean-up operations. However, some functions require the link ID to remain in the valid_links bitmap. One such example is cfg80211_cac_event(). The flow is -

nl80211_remove_link() cfg80211_remove_link() ieee80211_del_intf_link() ieee80211_vif_set_links() ieee80211_vif_update_links() ieee80211_link_stop() cfg80211_cac_event()

cfg80211_cac_event() requires link ID to be present but it is cleared already in cfg80211_remove_link(). Ultimately, WARN_ON() is hit.

Therefore, clear the link ID from the bitmap only after completing the link clean-up.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/57xxx/CVE-2024-57898.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d74380ee99b59a2e46612c12c85e701ab213f4ea
Fixed
ae07daf440d3220d0986e676317a5da66e4f9dfd
Fixed
b5c32ff6a3a38c74facdd1fe34c0d709a55527fd

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-57898.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.12.0
Fixed
6.12.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-57898.json"