CVE-2025-38336
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-12-16
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.11 (inc) to 5.15.186 (inc) |
| linux | linux_kernel | 6.16 |
| debian | debian_linux | 11.0 |
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 a hardware bug in the VIA VT6415/VT6330 controller used in some Linux systems. When using ATAPI devices (like certain DVD drives) with DMA (Direct Memory Access), the system can hard hang without any trace of what happened. This occurs specifically when reading ATIP data from optical media with certain DVD drives, causing the system to freeze or even fail to boot. The issue is resolved by forcing PIO (Programmed Input/Output) mode instead of DMA for these devices.
How can this vulnerability impact me? :
This vulnerability can cause your system to hard hang (freeze completely) when accessing certain optical drives via DMA, potentially preventing the system from booting. This can disrupt normal operations, cause data access interruptions, and require manual intervention to recover the system. The problem specifically affects ATAPI devices on the VIA VT6415/VT6330 controller when using DMA, but not HDDs attached to the same controller.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by attempting to reproduce the system hang when reading the ATIP from optical media using the command: cdrecord -vvv -atip on affected devices such as NEC DVD_RW ND-4571A or Optiarc DVD RW AD-7200A attached to a VT6415/VT6330 controller. Observing a system hang during this operation indicates the presence of the vulnerability.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, force PIO mode for ATAPI devices on the affected VIA controllers (VT6415/VT6330) instead of using DMA. This prevents the system hang caused by the hardware bug when performing ATAPI DMAs. Using PIO mode disables the problematic DMA transfers and avoids the hang.