CVE-2023-53232
BaseFortify
Publication date: 2025-09-15
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mt76 | mt7921 | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's MT7921 wireless driver. It occurs because the driver accesses unallocated memory (eeprom.data) which can lead to invalid memory access and cause a kernel panic (system crash). The issue arises from the driver still referencing eeprom.data even though it no longer uses it, resulting in a NULL pointer dereference and kernel panic.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel panic) due to invalid memory access. This can lead to system instability, unexpected reboots, or denial of service on affected systems using the MT7921 wireless driver.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring the system logs for kernel panic messages related to mt7921, specifically messages indicating NULL pointer dereference or invalid memory access in the mt7921 driver. You can check the kernel log using commands like 'dmesg | grep mt7921' or 'journalctl -k | grep mt7921' to look for error messages similar to 'BUG: kernel NULL pointer dereference' or 'Oops' related to mt7921.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the Linux kernel to a version that includes the fix for the mt7921 driver, which avoids accessing unallocated eeprom.data and prevents kernel panic. If an immediate update is not possible, consider disabling the mt7921 wireless device temporarily to avoid triggering the invalid memory access.