5 matches found
CVE-2026-97412
In the Linux kernel, the following vulnerability has been resolved: pdscore: quiesce DMA before freeing resources pdscteardown frees DMA buffers but does not disable bus mastering, leaving the device able to perform DMA after the buffers are freed. This can lead to use-after-free if the device...
CVE-2026-97412
The Linux kernel contains a vulnerability in the pds_core component where the pdsc_teardown() function frees DMA buffers without disabling bus mastering. This oversight allows a device to perform DMA operations after memory has been released, potentially leading to a use-after-free condition if t...
EUVD-2026-86025
In the Linux kernel, the following vulnerability has been resolved: pdscore: quiesce DMA before freeing resources pdscteardown frees DMA buffers but does not disable bus mastering, leaving the device able to perform DMA after the buffers are freed. This can lead to use-after-free if the device...
CVE-2026-97412 pds_core: quiesce DMA before freeing resources
In the Linux kernel, the following vulnerability has been resolved: pdscore: quiesce DMA before freeing resources pdscteardown frees DMA buffers but does not disable bus mastering, leaving the device able to perform DMA after the buffers are freed. This can lead to use-after-free if the device...
CVE-2026-68318: Undefined Security Weakness
In the Linux kernel, the following vulnerability has been resolved: pdscore: fix use-after-free on workqueue during remove In pdscremove, the workqueue is destroyed before pdscteardown is called. This ordering allows two paths to queue work on the destroyed workqueue: 1. If pdscteardown -...