Lucene search
+L

200 matches found

OSV
OSV
added 2026/05/27 12:17 p.m.9 views

CVE-2026-45931 accel/amdxdna: Hold mm structure across iommu_sva_unbind_device()

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Hold mm structure across iommusvaunbinddevice Some tests trigger a crash in iommusvaunbinddevice due to accessing iommumm after the associated mm structure has been freed. Fix this by taking an explicit reference t...

7.8CVSS6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.57 views

CVE-2026-45931 accel/amdxdna: Hold mm structure across iommu_sva_unbind_device()

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Hold mm structure across iommusvaunbinddevice Some tests trigger a crash in iommusvaunbinddevice due to accessing iommumm after the associated mm structure has been freed. Fix this by taking an explicit reference t...

7.8CVSS0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/27 12:17 p.m.36 views

CVE-2026-45931

The CVE-2026-45931 issue affects the Linux kernel’s accel/amdxdna module. A crash can occur in iommu_sva_unbind_device() when it accesses iommu_mm after the associated mm structure has been freed. The fix is to take an explicit reference to the mm structure after successfully binding the device a...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/05/27 12:17 p.m.40 views

CVE-2026-45908

The CVE-2026-45908 issue affects the Linux kernel’s accel/amdxdna component, specifically amdxdna_ubuf_map. The function allocates memory for sg and internal sg table structures but does not free them if subsequent operations (sg_alloc_table_from_pages or dma_map_sgtable) fail, resulting in a mem...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/27 12:17 p.m.12 views

CVE-2026-45908 accel/amdxdna: Fix memory leak in amdxdna_ubuf_map

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix memory leak in amdxdnaubufmap The amdxdnaubufmap function allocates memory for sg and internal sg table structures, but it fails to free them if subsequent operations sgalloctablefrompages or dmamapsgtable fail...

5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.52 views

CVE-2026-45908 accel/amdxdna: Fix memory leak in amdxdna_ubuf_map

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix memory leak in amdxdnaubufmap The amdxdnaubufmap function allocates memory for sg and internal sg table structures, but it fails to free them if subsequent operations sgalloctablefrompages or dmamapsgtable fail...

0.00153EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/27 12:17 p.m.27 views

CVE-2026-45908

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix memory leak in amdxdnaubufmap The amdxdnaubufmap function allocates memory for sg and internal sg table structures, but it fails to free them if subsequent operations sgalloctablefrompages or dmamapsgtable fail...

5.5CVSS5.7AI score0.00153EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/27 12:15 p.m.53 views

CVE-2025-71308 accel/amdxdna: Fix potential NULL pointer dereference in context cleanup

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential NULL pointer dereference in context cleanup aiedestroycontext is invoked during error handling in aie2createcontext. However, aiedestroycontext assumes that the context's mailbox channel pointer is...

0.00137EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/27 12:15 p.m.35 views

CVE-2025-71308

CVE-2025-71308 affects the Linux kernel accel/amdxdna module. The vulnerability arises when error handling in aie2_create_context() calls aie_destroy_context() with a NULL mailbox channel pointer, causing a potential NULL pointer dereference and system crash. The fix replaces the call to aie_dest...

5.5CVSS5.8AI score0.00137EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/05/27 12:15 p.m.12 views

CVE-2025-71308

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential NULL pointer dereference in context cleanup aiedestroycontext is invoked during error handling in aie2createcontext. However, aiedestroycontext assumes that the context's mailbox channel pointer is...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0
OSV
OSV
added 2026/05/27 12:15 p.m.8 views

CVE-2025-71308 accel/amdxdna: Fix potential NULL pointer dereference in context cleanup

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential NULL pointer dereference in context cleanup aiedestroycontext is invoked during error handling in aie2createcontext. However, aiedestroycontext assumes that the context's mailbox channel pointer is...

5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/05/27 12:14 p.m.52 views

CVE-2025-71303 accel/amdxdna: Fix race condition when checking rpm_on

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix race condition when checking rpmon When autosuspend is triggered, driver rpmon flag is set to indicate that a suspend/resume is already in progress. However, when a userspace application submits a command durin...

0.00102EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/27 12:14 p.m.30 views

CVE-2025-71303

The CVE-2025-71303 issue affects the Linux kernel driver accel/amdxdna. A race condition occurs when autosuspend is triggered and the rpm_on flag indicates a suspend/resume in progress; during the narrow window a userspace command can be processed before the device has resumed, leading to command...

4.7CVSS5.8AI score0.00102EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/05/27 12:14 p.m.16 views

CVE-2025-71303

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix race condition when checking rpmon When autosuspend is triggered, driver rpmon flag is set to indicate that a suspend/resume is already in progress. However, when a userspace application submits a command durin...

4.7CVSS5.8AI score0.00102EPSS
SaveExploits0
OSV
OSV
added 2026/05/27 12:14 p.m.8 views

CVE-2025-71303 accel/amdxdna: Fix race condition when checking rpm_on

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix race condition when checking rpmon When autosuspend is triggered, driver rpmon flag is set to indicate that a suspend/resume is already in progress. However, when a userspace application submits a command durin...

5.8AI score
SaveExploits0References5
CNNVD
CNNVD
added 2026/05/27 12:0 a.m.15 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from a race condition during the checking of the rpmon flag in the accel/amdxdna driver. This conditio...

5.8AI score0.00102EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/27 12:0 a.m.14 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the aiedestroycontext function in the accel/amdxdna driver. This function assumes that the mailbox...

5.8AI score0.00137EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/27 12:0 a.m.18 views

CVE-2026-45908

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix memory leak in amdxdnaubufmap The amdxdnaubufmap function allocates memory for sg and internal sg table structures, but it fails to free them if subsequent operations sgalloctablefrompages or dmamapsgtable fail...

5.5CVSS6AI score0.00153EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/27 12:0 a.m.14 views

CVE-2025-71308

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential NULL pointer dereference in context cleanup aiedestroycontext is invoked during error handling in aie2createcontext. However, aiedestroycontext assumes that the context's mailbox channel pointer is...

5.5CVSS6AI score0.00137EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.14 views

PT-2026-43847

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the accel/amdxdna component. Running jobs on a hardware context while resources are being released can lead to system crashes. This occurs when job...

7.8CVSS6AI score0.00124EPSS
SaveExploits0References12
Rows per page
Query Builder