Lucene search
+L

6348 matches found

Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.32 views

CVE-2024-46723 drm/amdgpu: fix ucode out-of-bounds read warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix ucode out-of-bounds read warning Clear warning that read ucode may out-of-bounds...

6.8AI score0.00253EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.22 views

CVE-2024-46722 drm/amdgpu: fix mc_data out-of-bounds read warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mcdata out-of-bounds read warning Clear warning that read mcdatai-1 may out-of-bounds...

6.8AI score0.00253EPSS
SaveExploits0References8
CVE
CVE
added 2024/09/18 6:32 a.m.183 views

CVE-2024-46722

CVE-2024-46722 is a Linux kernel vulnerability affecting the DRM AMDGPU driver where a read of mc_data[i-1] could go out of bounds. The connected Astra/DEBIAN/CBLMARINER advisories reference the same issue in the kernel and confirm a fix was applied in the AMDGPU/mc_data path to address the out-o...

7.1CVSS6.9AI score0.00253EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/09/18 6:32 a.m.12 views

CVE-2024-46720 drm/amdgpu: fix dereference after null check

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix dereference after null check check the pointer hive before use...

6.1AI score
SaveExploits0References8
OSV
OSV
added 2024/09/18 6:32 a.m.21 views

CVE-2024-46718 drm/xe: Don't overmap identity VRAM mapping

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't overmap identity VRAM mapping Overmapping the identity VRAM mapping is triggering hardware bugs on certain platforms. Use 2M pages for the last unaligned to 1G VRAM chunk. v2: - Always use 2M pages for last chunk Fe...

6.1AI score
SaveExploits0References5
CVE
CVE
added 2024/09/18 6:32 a.m.139 views

CVE-2024-46716

The CVE-2024-46716 issue affects the Linux kernel dmaengine altera-msgdma, where descriptors were not correctly freed because of the cleanup path. The fix alters the freeing logic to move descriptor ownership from the chan cleanup path to msgdma_free_descriptor: remove the list_del from msgdma_ch...

7.8CVSS6.6AI score0.00229EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.43 views

CVE-2024-46716 dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor

In the Linux kernel, the following vulnerability has been resolved: dmaengine: altera-msgdma: properly free descriptor in msgdmafreedescriptor Remove listdel call in msgdmachandesccleanup, this should be the role of msgdmafreedescriptor. In consequence replace listaddtail with listmovetail in...

7.8CVSS0.00229EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/18 6:32 a.m.16 views

CVE-2024-46715 driver: iio: add missing checks on iio_info's callback access

In the Linux kernel, the following vulnerability has been resolved: driver: iio: add missing checks on iioinfo's callback access Some callbacks from iioinfo structure are accessed without any check, so if a driver doesn't implement them trying to access the corresponding sysfs entries produce a...

6AI score
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/09/13 3:13 p.m.20 views

CVE-2024-46697

In the Linux kernel, the following vulnerability has been resolved: nfsd: ensure that nfsd4fattrargs.context is zeroed out If nfsd4encodefattr4 ends up doing a "goto out" before we get to checking for the security label, then args.context will be set to uninitialized junk on the stack, which we'l...

5.5CVSS7.3AI score0.00416EPSS
SaveExploits0References4
CVE
CVE
added 2024/09/13 2:49 p.m.195 views

CVE-2024-46713

CVE-2024-46713 affects the Linux kernel perf/aux path. The root cause was that event->mmap_mutex alone was insufficient to serialize the AUX buffer, enabling race conditions. The fix adds a per-RB mutex to fully serialize AUX buffer access and corrects the previous lock order issue where perf_...

7.8CVSS6.6AI score0.00302EPSS
SaveExploits0References8Affected Software1
RedhatCVE
RedhatCVE
added 2024/09/13 11:42 a.m.21 views

CVE-2024-46712

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Disable coherent dumb buffers without 3d Coherent surfaces make only sense if the host renders to them using accelerated apis. Without 3d the entire content of dumb buffers stays in the guest making all of the extra...

5.5CVSS6.9AI score0.00177EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/13 11:41 a.m.22 views

CVE-2024-46675

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: Prevent USB core invalid event buffer address access This commit addresses an issue where the USB core could access an invalid event buffer address during runtime suspend, potentially causing SMMU faults and othe...

5.5CVSS7.3AI score0.00252EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/13 10:42 a.m.13 views

CVE-2024-46709

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix prime with external buffers Make sure that for external buffers mapping goes through the dmabuf interface instead of trying to access pages directly. External buffers might not provide direct access to...

4.4CVSS6.8AI score0.0023EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/13 7:15 a.m.29 views

CVE-2024-46703

In the Linux kernel, the following vulnerability has been resolved: Revert "serial: 8250omap: Set the console genpd always on if no console suspend" This reverts commit 68e6939ea9ec3d6579eadeab16060339cdeaf940. Kevin reported that this causes a crash during suspend on platforms that dont use PM...

5.5CVSS0.00188EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/13 6:44 a.m.16 views

CVE-2024-46712 drm/vmwgfx: Disable coherent dumb buffers without 3d

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Disable coherent dumb buffers without 3d Coherent surfaces make only sense if the host renders to them using accelerated apis. Without 3d the entire content of dumb buffers stays in the guest making all of the extra...

6.9AI score0.00177EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/13 6:44 a.m.46 views

CVE-2024-46712 drm/vmwgfx: Disable coherent dumb buffers without 3d

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Disable coherent dumb buffers without 3d Coherent surfaces make only sense if the host renders to them using accelerated apis. Without 3d the entire content of dumb buffers stays in the guest making all of the extra...

0.00177EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/13 6:44 a.m.26 views

CVE-2024-46712 drm/vmwgfx: Disable coherent dumb buffers without 3d

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Disable coherent dumb buffers without 3d Coherent surfaces make only sense if the host renders to them using accelerated apis. Without 3d the entire content of dumb buffers stays in the guest making all of the extra...

5AI score
SaveExploits0References5
CVE
CVE
added 2024/09/13 6:33 a.m.106 views

CVE-2024-46709

The CVE-2024-46709 issue affects the Linux kernel drm/vmwgfx driver, fixed by ensuring external buffers map through the dma_buf interface instead of direct page access. The vulnerability arises because external buffers may not expose readable/writable pages, so media buffers (bo) created from ext...

7.8CVSS6.2AI score0.0023EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/09/13 6:27 a.m.40 views

CVE-2024-46705 drm/xe: reset mmio mappings with devm

In the Linux kernel, the following vulnerability has been resolved: drm/xe: reset mmio mappings with devm Set our various mmio mappings to NULL. This should make it easier to catch something rogue trying to mess with mmio after device removal. For example, we might unmap everything and then start...

7.8CVSS0.002EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/13 6:27 a.m.57 views

CVE-2024-46705

In the Linux kernel, the following vulnerability has been resolved: drm/xe: reset mmio mappings with devm Set our various mmio mappings to NULL. This should make it easier to catch something rogue trying to mess with mmio after device removal. For example, we might unmap everything and then start...

7.8CVSS5.6AI score0.002EPSS
SaveExploits0
Rows per page
Query Builder