Lucene search
+L

477011 matches found

CVE
CVE
added 3 days ago15 views

CVE-2026-72148

The CVE-2026-72148 vulnerability affects the Linux kernel’s dmaengine dw-edma driver. The DONE_INT_MASK and ABORT_INT_MASK registers are shared across DMA channels and are updated via non-atomic read-modify-write sequences, enabling race conditions when two channels update them concurrently. Miti...

8.8CVSS5.4AI score0.00322EPSS
SaveExploits0References6
Cvelist
Cvelist
added 3 days ago20 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 ...

8.8CVSS0.00322EPSS
SaveExploits0References6
EUVD
EUVD
added 3 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 3 days ago7 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.0018EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago17 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...

8.4CVSS0.0018EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 3 days ago5 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...

8.4CVSS5.4AI score0.0018EPSS
SaveExploits0
OSV
OSV
added 3 days ago2 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...

8.4CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 3 days ago15 views

CVE-2026-72146

CVE-2026-72146 concerns the Linux kernel dmaengine rz-dmac issue. In the fix, the interrupt request is moved to occur after full setup, preventing the IRQ handler from accessing channel->ch_base before initialization and the IRQ thread from touching uninitialized data (ld_free, ld_queue, ld_ac...

8.4CVSS5.4AI score0.0018EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago12 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 3 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
OSV
OSV
added 3 days ago7 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...

5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago24 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 3 days ago6 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
EUVD
EUVD
added 3 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.00163EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 3 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...

7.1CVSS5.3AI score0.00157EPSS
SaveExploits0
OSV
OSV
added 3 days ago3 views

CVE-2026-72144 platform/x86: dell-laptop: fix missing cleanups in init error path

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...

7.8CVSS5.4AI score
SaveExploits0References8
OSV
OSV
added 3 days ago4 views

CVE-2026-72143 platform/x86: ISST: Restore SST-PP control to all domains

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...

7.1CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 3 days ago18 views

CVE-2026-72143

CVE-2026-72143 (Linux kernel, platform/x86 ISST): Affected code path restores SST-PP control to all domains after resume. The bug is that the SST-PP control offset is restored incorrectly (only to power domain 0 after resume) while suspend stores control values for all domains. The fix changes us...

7.1CVSS5.3AI score0.00157EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago20 views

CVE-2026-72143 platform/x86: ISST: Restore SST-PP control to all domains

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...

7.1CVSS0.00157EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago3 views

EUVD-2026-58901

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.4AI score0.00157EPSS
SaveExploits0References3
Rows per page
Query Builder