CVE-2023-53203
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-04
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.2 (inc) to 6.2.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a possible NULL pointer dereference in the Linux kernel's mt7996 driver, specifically in the function mt7996_mac_write_txwi() related to the vif pointer. The issue was addressed by exporting and reusing the mt76_connac2_mac_tx_rate_val utility routine to prevent the NULL pointer dereference.
How can this vulnerability impact me? :
A NULL pointer dereference in the kernel can cause system instability or crashes, potentially leading to denial of service or unexpected behavior in wireless networking functionality on affected devices using the mt7996 driver.