CVE-2024-49929
Last modified
CVE-2024-49929 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference iwl_mvm_tx_skb_sta() and iwl_mvm_tx_mpdu() verify that the mvmvsta pointer is not NULL. It retrieves this pointer using iwl_mvm_sta_from_mac80211, which is dereferencing the ieee80211_sta pointer. If sta is NULL, iwl_mvm_sta_from_mac80211 will dereference a NULL pointer. Fix this by checking the sta pointer before retrieving the mvmsta from it. If sta is not NULL, then mvmsta isn't either.. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference iwl_mvm_tx_skb_sta() and iwl_mvm_tx_mpdu() verify that the mvmvsta pointer is not NULL. It retrieves this pointer using iwl_mvm_sta_from_mac80211, which is dereferencing the ieee80211_sta pointer. If sta is NULL, iwl_mvm_sta_from_mac80211 will dereference a NULL pointer. Fix this by checking the sta pointer before retrieving the mvmsta from it. If sta is not NULL, then mvmsta isn't either.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 6.6.55 |
| Linux | Linux Kernel | >= 6.7, < 6.10.14 |
| Linux | Linux Kernel | >= 6.11, < 6.11.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-49929?
How severe is CVE-2024-49929?
How do I fix CVE-2024-49929?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-49923In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49924In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49925In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49926In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49927In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49928In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-4993Vulnerability in SiAdmin 1.1 that allows XSS via the /show.p…5.4
- CVE-2024-49930In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49931In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49932In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49933In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49934In the Linux kernel, the following vulnerability has been re…4.6
Are you affected by CVE-2024-49929?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
