Lucene search
+L

330 matches found

OSV
OSV
added 2024/02/27 7:15 a.m.8 views

UBUNTU-CVE-2021-46919

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq size store permission state WQ size can only be changed when the device is disabled. Current code allows change when device is enabled but wq is disabled. Change the check to detect device state...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References6
CVE
CVE
added 2024/02/27 6:53 a.m.456 views

CVE-2021-46920

CVE-2021-46920 concerns the Linux kernel DMAengine idxd; the bug is a clobber of the SWERR overflow bit during writeback where the code overwrites SWERR/OVERFLOW instead of restoring the bits read. Affected: Linux kernel with idxd component; root cause: writeback path writes read values back, pre...

5.5CVSS5.6AI score0.00218EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.19 views

CVE-2021-46920 dmaengine: idxd: Fix clobbering of SWERR overflow bit on writeback

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix clobbering of SWERR overflow bit on writeback Current code blindly writes over the SWERR and the OVERFLOW bits. Write back the bits actually read instead so the driver avoids clobbering the OVERFLOW bit that...

7.3AI score0.00218EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.24 views

CVE-2021-46918 dmaengine: idxd: clear MSIX permission entry on shutdown

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: clear MSIX permission entry on shutdown Add disabling/clearing of MSIX permission entries on device shutdown to mirror the enabling of the MSIX entries on probe. Current code left the MSIX enabled and the pasid...

7AI score0.00193EPSS
SaveExploits0References2
CVE
CVE
added 2024/02/27 6:53 a.m.584 views

CVE-2021-46918

CVE-2021-46918 is a Linux kernel vulnerability in the IDXDMA/DMAR DMA engine where MSIX permission entries were not cleared on device shutdown. The issue arose because MSIX entries were left enabled and pasid entries remained programmed when the device shut down, potentially enabling persistence ...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/02/27 6:53 a.m.33 views

CVE-2021-46918 dmaengine: idxd: clear MSIX permission entry on shutdown

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: clear MSIX permission entry on shutdown Add disabling/clearing of MSIX permission entries on device shutdown to mirror the enabling of the MSIX entries on probe. Current code left the MSIX enabled and the pasid...

5.7AI score0.00193EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.15 views

CVE-2021-46919 dmaengine: idxd: fix wq size store permission state

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq size store permission state WQ size can only be changed when the device is disabled. Current code allows change when device is enabled but wq is disabled. Change the check to detect device state...

6.8AI score0.00222EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/02/27 6:53 a.m.42 views

CVE-2021-46919

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq size store permission state WQ size can only be changed when the device is disabled. Current code allows change when device is enabled but wq is disabled. Change the check to detect device state...

5.5CVSS5.2AI score0.00222EPSS
SaveExploits0
CVE
CVE
added 2024/02/27 6:53 a.m.570 views

CVE-2021-46919

CVE-2021-46919 is a Linux kernel vulnerability in dmaengine/idxd where WQ size could be changed while the device was enabled. The fix changes the state check to ensure the WQ size is only modifiable when the device is disabled, addressing a race between device state and WQ configuration. Connecte...

5.5CVSS5.3AI score0.00222EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/02/27 6:53 a.m.571 views

CVE-2021-46917

CVE-2021-46917 is a Linux kernel vulnerability tied to the dmaengine: idxd subsystem. The issue stems from a pre-release silicon erratum workaround where a wq reset did not clear WQCFG registers, leaking into upstream code and risking clobbering registers on future devices. The documented fix rep...

5.5CVSS5.3AI score0.00225EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/02/27 6:53 a.m.31 views

CVE-2021-46917 dmaengine: idxd: fix wq cleanup of WQCFG registers

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq cleanup of WQCFG registers A pre-release silicon erratum workaround where wq reset does not clear WQCFG registers was leaked into upstream code. Use wq reset command instead of blasting the MMIO region. Th...

5.7AI score0.00225EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.23 views

CVE-2021-46917 dmaengine: idxd: fix wq cleanup of WQCFG registers

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq cleanup of WQCFG registers A pre-release silicon erratum workaround where wq reset does not clear WQCFG registers was leaked into upstream code. Use wq reset command instead of blasting the MMIO region. Th...

6.9AI score0.00225EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/02/27 12:00 a.m.14 views

PT-2024-2975 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the idxd component of the Linux kernel, where a pre-release silicon erratum workaround was leaked into upstream code, causing the WQCFG registers not to be...

7.8CVSS6.7AI score0.01549EPSS
SaveExploits5References806
Positive Technologies
Positive Technologies
added 2024/02/27 12:00 a.m.9 views

PT-2024-2973 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the dmaengine component, specifically the idxd module, in the Linux kernel. It allows changes to be made when the device is enabled but the wq work queue is...

7.8CVSS7.2AI score0.01549EPSS
SaveExploits5References806
Positive Technologies
Positive Technologies
added 2024/02/27 12:00 a.m.10 views

PT-2024-2974 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the idxd component of the Linux kernel and involves the recording of pasid when a device is shut down. Exploitation of this issue may allow an attacker to impac...

7.8CVSS6.7AI score0.01549EPSS
SaveExploits5References805
OSV
OSV
added 2023/02/13 5:41 p.m.9 views

GSD-2023-1002098 dmaengine: idxd: Let probe fail when workqueue cannot be enabled

dmaengine: idxd: Let probe fail when workqueue cannot be enabled This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.90 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/02/13 5:29 p.m.13 views

GSD-2023-1001960 dmaengine: idxd: Let probe fail when workqueue cannot be enabled

dmaengine: idxd: Let probe fail when workqueue cannot be enabled This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.8 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/02/13 5:29 p.m.12 views

GSD-2023-1001959 dmaengine: idxd: Prevent use after free on completion memory

dmaengine: idxd: Prevent use after free on completion memory This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.8 by commit...

7.3AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/02/13 12:00 a.m.7 views

PT-2023-35174 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.15.90 Description: The issue is related to the dmaengine: idxd, where the probe fails when the workqueue cannot be enabled. The actual impact and attack plausibility have not yet been proven. Recommendations:...

7.2AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2023/02/13 12:00 a.m.5 views

PT-2023-35036 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.1.8 Description: The issue is related to the dmaengine: idxd, where the probe fails when the workqueue cannot be enabled. The actual impact and attack plausibility have not yet been proven. Recommendations: F...

7.2AI score
SaveExploits0References1
Rows per page
Query Builder