CVE-2024-58064 Details
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_colocated_ap() kunit_kzalloc() may return NULL, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for ies.
A potential NULL dereference vulnerability has been identified in the Linux kernel's cfg80211 component, specifically within the co-located AP test function. The issue arises because the memory allocation function kunit_kzalloc() may return NULL, and if this return value is dereferenced without a proper NULL check, it can lead to a NULL dereference. The vulnerability has been addressed by adding a NULL check for the relevant data.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Oct 1, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/0d17d81143f5aa56ee87e60bb1000a2372a0ada8 | kernel.org | Patch |
| https://git.kernel.org/stable/c/13c4f7714c6a1ecf748a2f22099447c14fe6ed8c | kernel.org | Patch |
| https://git.kernel.org/stable/c/886271409603956edd09df229dde7442c410a872 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-476 | NULL Pointer Dereference | [email protected] |
| CWE-476 | NULL Pointer Dereference | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 6.9, < 6.12.13 >= 6.13, < 6.13.2 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Oct 1, 2025 | CVE Modified | CISA-ADP |
| Mar 25, 2025 | Initial Analysis | [email protected] |
| Mar 6, 2025 | New CVE Received | kernel.org |