CVE-2023-53654
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-03
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-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's octeontx2-af driver, where the driver incorrectly assumes that certain hardware blocks (CGX and LMAC) are contiguous. However, with the addition of new MAC blocks like CN10K RPM and CN10KB RPM_USX, these blocks are noncontiguous. During the RVU driver initialization, this incorrect assumption causes the driver to access CGX or LMAC by their IDs improperly, leading to a kernel panic (system crash). The issue is fixed by adding proper validation checks before accessing these blocks.
How can this vulnerability impact me? :
This vulnerability can cause a kernel panic, which means the Linux system could crash unexpectedly during the initialization of the RVU driver. This can lead to system instability, downtime, and potential loss of data or service availability.