CVE-2023-53679
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-191 | The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an integer underflow in the Linux kernel's mt7601u WiFi driver. Specifically, the variable 'dma_len' in a USB Request Block (URB) packet can be manipulated to cause an integer underflow in 'seg_len'. This underflow bypasses certain frame validation checks, leading to a null pointer dereference when the code attempts to access a pointer that is null. This can cause the kernel to crash or behave unexpectedly.
How can this vulnerability impact me? :
The impact of this vulnerability is that an attacker could exploit the integer underflow to cause a null pointer dereference in the kernel, potentially leading to a denial of service (system crash) or other unpredictable behavior in the affected system's WiFi driver.