CVE-2023-53362
BaseFortify
Publication date: 2025-09-17
Last updated on: 2025-12-12
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.1 (inc) to 6.1.39 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.4.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the fsl-mc bus driver incorrectly assuming that all child devices are fsl-mc devices. Due to changes in VFIO, a pseudo-device could be created as a child of fsl-mc devices, which caused the system to crash when trying to bind an fsl-mc device to VFIO. The fix involves checking the device type properly when enumerating fsl-mc child devices to prevent this crash.
How can this vulnerability impact me? :
This vulnerability can cause a system crash when binding fsl-mc devices to VFIO, potentially leading to system instability or downtime. This could affect the reliability of systems using the affected Linux kernel and fsl-mc devices, especially in environments relying on VFIO for device management.