CVE-2024-47712 - CVE House
Back to Database
Status published Unknown CVE-2024-47712

wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param In the `wilc_parse_join_bss_param` function, the TSF field of the `ies` structure is accessed after the RCU read-side critical section is unlocked. According to RCU usage rules, this is illegal. Reusing this pointer can lead to unpredictable behavior, including accessing memory that has been updated or causing use-after-free issues. This possible bug was identified using a static analysis tool developed by myself, specifically designed to detect RCU-related issues. To address this, the TSF value is now stored in a local variable `ies_tsf` before the RCU lock is released. The `param->tsf_lo` field is then assigned using this local variable, ensuring that the TSF value is safely accessed.

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2024-47712

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

Linux
Vulnerable Versions:
e556006de4ea93abe2b46cba202a2556c544b8b2, b4bbf38c350acb6500cbe667b1e2e68f896e4b38, d80fc436751cfa6b02a8eda74eb6cce7dadfe5a2, 745003b5917b610352f52fe0d11ef658d6471ec2, 4bfd20d5f5c62b5495d6c0016ee6933bd3add7ce, 205c50306acf58a335eb19fa84e40140f4fe814f, 5800ec78775c0cd646f71eb9bf8402fb794807de, dd50d3ead6e3707bb0a5df7cc832730c93ace3a7, 5.4.273, 5.10.214, 5.15.153, 6.1.83, 6.6.23, 6.7.11, 6.8.2, 6.9, 0, 5.4.285, 5.10.227, 5.15.168, 6.1.113, 6.6.54, 6.10.13, 6.11.2, 6.12

Timeline

Official Publish: October 21st, 2024
Last Modified: May 23rd, 2026
Added to House: July 22nd, 2026

CVSS Vectors

No vector data available

Weaknesses (CWE)

No CWE data available

MITRE ATT&CK TTPs

No associated TTPs found for this vulnerability.