Lucene search
+L

364583 matches found

Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-72149

In the Linux kernel, the following vulnerability has been resolved: dmaengine: tegra: Fix burst size calculation Currently, the Tegra GPC DMA hardware requires the transfer length to be a multiple of the max burst size configured for the channel. When a client requests a transfer where the length...

5.6AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-72148

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Add spinlock to protect DONEINTMASK and ABORTINTMASK The DONEINTMASK and ABORTINTMASK registers are shared by all DMA channels, and modifying them requires a read-modify-write sequence. Because this operation ...

5.4AI score0.00206EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-72147

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma-pcie: Reject devices without driver data dwedmapcieprobe treats the PCI device ID driverdata as the template for the controller layout and copies it unconditionally. A device bound dynamically via sysfs can mat...

5.4AI score0.002EPSS
SaveExploits0
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-58906

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Add spinlock to protect DONEINTMASK and ABORTINTMASK The DONEINTMASK and ABORTINTMASK registers are shared by all DMA channels, and modifying them requires a read-modify-write sequence. Because this operation ...

5.5AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
added 2 days ago12 views

CVE-2026-72148

The CVE-2026-72148 entry concerns the Linux kernel’s dmaengine: dw-edma, where DONE_INT_MASK and ABORT_INT_MASK are shared across DMA channels and updated via a non-atomic read-modify-write sequence. This caused race conditions when two channels updated the registers concurrently. The affected co...

5.4AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
added 2 days ago13 views

CVE-2026-72147

The CVE-2026-72147 issue affects the Linux kernel’s dmaengine dw-edma-pcie driver. In dw_edma_pcie_probe, the PCI device ID driver_data is treated as the controller layout template and copied unconditionally. A device bound dynamically via sysfs can match the driver without that data, leading to ...

5.3AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago18 views

CVE-2026-72147 dmaengine: dw-edma-pcie: Reject devices without driver data

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma-pcie: Reject devices without driver data dwedmapcieprobe treats the PCI device ID driverdata as the template for the controller layout and copies it unconditionally. A device bound dynamically via sysfs can mat...

0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago18 views

CVE-2026-72148 dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Add spinlock to protect DONEINTMASK and ABORTINTMASK The DONEINTMASK and ABORTINTMASK registers are shared by all DMA channels, and modifying them requires a read-modify-write sequence. Because this operation ...

0.00206EPSS
SaveExploits0References6
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-58905

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma-pcie: Reject devices without driver data dwedmapcieprobe treats the PCI device ID driverdata as the template for the controller layout and copies it unconditionally. A device bound dynamically via sysfs can mat...

5.4AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-58904

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-chbase, which is initialized only afte...

5.4AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago16 views

CVE-2026-72146 dmaengine: sh: rz-dmac: Move interrupt request after everything is set up

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-chbase, which is initialized only afte...

0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-72146

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-chbase, which is initialized only afte...

5.4AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2 days ago13 views

CVE-2026-72146

CVE-2026-72146 relates to the Linux kernel’s dmaengine rz-dmac driver. The issue arises from requesting an IRQ before the driver has fully initialized channel state (ch_base) and related lists (ld_free, ld_queue, ld_active); this can allow the IRQ handler or IRQ thread to access uninitialized mem...

5.4AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago11 views

CVE-2026-72145

The documents confirm CVE-2026-72145 affects Linux kernel code in platform/x86/intel/tpmi. The mem_write() path now uses cleanup.h scope-based cleanup to automatically free a temporary array returned by parse_int_array_user(), ensuring release on all exit paths. The array declaration was moved ne...

5.3AI score0.00189EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-72145

In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/tpmi: use cleanup helpers in memwrite In memwrite, the temporary array returned by parseintarrayuser must be released on all exit paths. Convert the array variable to use cleanup.h scope-based cleanup so it is...

5.3AI score0.00189EPSS
SaveExploits0
Cvelist
Cvelist
added 2 days ago23 views

CVE-2026-72145 platform/x86/intel/tpmi: use cleanup helpers in mem_write()

In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/tpmi: use cleanup helpers in memwrite In memwrite, the temporary array returned by parseintarrayuser must be released on all exit paths. Convert the array variable to use cleanup.h scope-based cleanup so it is...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-58903

In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/tpmi: use cleanup helpers in memwrite In memwrite, the temporary array returned by parseintarrayuser must be released on all exit paths. Convert the array variable to use cleanup.h scope-based cleanup so it is...

5.4AI score0.00189EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2 days ago3 views

CVE-2026-72143

In the Linux kernel, the following vulnerability has been resolved: platform/x86: ISST: Restore SST-PP control to all domains The SST-PP control offset is only restored to power domain 0 after resume. During suspend, control values are read and stored for all power domains. Use pdinfo-sstbase...

5.3AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-58902

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-laptop: fix missing cleanups in init error path dellinit initializes several resources after dellsetuprfkill, including the optional touchpad LED, keyboard backlight LED, battery hook, debugfs directory and...

5.3AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago16 views

CVE-2026-72143

The CVE-2026-72143 entry concerns the Linux kernel (platform/x86 ISST) where SST-PP control is not correctly restored for all power domains after suspend/resume. The root cause is that SST-PP base address used is power_domain_info->sst_base (only for domain 0) instead of the correct pd_info-&g...

5.3AI score0.00198EPSS
SaveExploits0References3
Rows per page
Query Builder