Lucene search
+L

415 matches found

CVE
CVE
added 2025/03/07 9:10 a.m.78 views

CVE-2025-21842

The CVE-2025-21842 entry concerns amdkfd in the Linux kernel where gang_ctx_bo memory is not freed correctly when user-queue init fails. The destructor for a gtt BO is declared as void amdgpu_amdkfd_free_gtt_mem(struct amdgpu_device adev, void mem_obj), taking a void . GCC will implicitly allow p...

7.8CVSS7.1AI score0.00235EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/03/07 9:10 a.m.10 views

CVE-2025-21842 amdkfd: properly free gang_ctx_bo when failed to init user queue

In the Linux kernel, the following vulnerability has been resolved: amdkfd: properly free gangctxbo when failed to init user queue The destructor of a gtt bo is declared as void amdgpuamdkfdfreegttmemstruct amdgpudevice adev, void memobj; Which takes void as the second parameter. GCC allows passi...

7.8CVSS5.7AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/03/07 9:10 a.m.25 views

CVE-2025-21842 amdkfd: properly free gang_ctx_bo when failed to init user queue

In the Linux kernel, the following vulnerability has been resolved: amdkfd: properly free gangctxbo when failed to init user queue The destructor of a gtt bo is declared as void amdgpuamdkfdfreegttmemstruct amdgpudevice adev, void memobj; Which takes void as the second parameter. GCC allows passi...

7.8CVSS0.00235EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.7 views

SUSE CVE-2022-49055

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmallocarray As the kmallocarray may return null, the 'eventwaitersi.wait' would lead to null-pointer dereference. Therefore, it is better to check the return value of kmallocarray t...

5.5CVSS7.6AI score0.00264EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.4 views

SUSE CVE-2022-49133

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: svm range restore work deadlock when process exit kfdprocessnotifierrelease flush svmrangerestorework which calls svmrangelistlockandflushwork to flush deferredlist work, but if deferredlist work mmput release the las...

5.5CVSS6.9AI score0.00262EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 7:0 a.m.3 views

DEBIAN-CVE-2022-49055

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmallocarray As the kmallocarray may return null, the 'eventwaitersi.wait' would lead to null-pointer dereference. Therefore, it is better to check the return value of kmallocarray t...

5.5CVSS5.5AI score0.00264EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:0 a.m.8 views

UBUNTU-CVE-2022-49055

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmallocarray As the kmallocarray may return null, the 'eventwaitersi.wait' would lead to null-pointer dereference. Therefore, it is better to check the return value of kmallocarray t...

5.5CVSS6.2AI score0.00264EPSS
SaveExploits0References11
CVE
CVE
added 2025/02/26 1:55 a.m.183 views

CVE-2022-49133

The CVE-2022-49133 issue affects the Linux kernel DRM/AMDKFD component where svm range restore work deadlocks during process exit. The fix moves flush of svm_range_restore_work to kfd_process_wq_release and makes svm_range_restore_work take a task mm reference to prevent deadlock when the last us...

5.5CVSS6.5AI score0.00262EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.1 views

CVE-2022-49055 drm/amdkfd: Check for potential null return of kmalloc_array()

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmallocarray As the kmallocarray may return null, the 'eventwaitersi.wait' would lead to null-pointer dereference. Therefore, it is better to check the return value of kmallocarray t...

6.4AI score0.00264EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Corrected the migration DMA map direction The SVM DMA device map direction should be set the same as the DMA unmap setting; otherwise, the DMA core will report the following warning. Before finalizing this solution,...

5.5CVSS6.2AI score0.00251EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: amdkfdfreegttmem clears the correct pointer. The pass pointer reference to amdgpubounref is used to clear the correct pointer. Otherwise, amdgpubounref clears the local variable, and the original pointer is not set to...

7.8CVSS6.4AI score0.00275EPSS
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2025/02/03 8:51 a.m.18 views

Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2024-41014: xfs: add bounds checking to xlogrecoverprocessdata bsc1228408. CVE-2024-41013: xfs: do not walk off the end of a directory data block bsc1228405...

8.4CVSS8.2AI score0.02701EPSS
SaveExploits6References3622
OSV
OSV
added 2025/02/03 8:51 a.m.21 views

SUSE-SU-2025:20028-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-41014: xfs: add bounds checking to xlogrecoverprocessdata bsc1228408. - CVE-2024-41013: xfs: do not walk off the end of a directory data block...

10CVSS7.3AI score0.02701EPSS
SaveExploits6References1801
BDU FSTEC
BDU FSTEC
added 2025/01/29 12:0 a.m.14 views

The vulnerability in the driver/gpu/drm/amd/amdkfd/kfd InterruptInterrupt.c component of the Linux operating system allows a attacker to cause a service failure.

The vulnerability of the drivers/gpu/drm/amd/amdkfd/kfd InterruptInterrupt.c component in the Linux operating system is related to pointer arithmetic errors. Exploiting this vulnerability can allow an attacker to cause a service failure...

4.7CVSS6.4AI score0.00421EPSS
SaveExploits0References13Affected Software3
Debian CVE
Debian CVE
added 2025/01/19 11:52 a.m.9 views

CVE-2024-57920

Removed by vendor...

4.7AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/01/10 12:21 a.m.5 views

SUSE CVE-2024-56666

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Dereference null return value In the function pqmuninit there is a call-assignment of "pdd = kfdgetprocessdevicedata" which could be null, and this value was later dereferenced without checking...

5.5CVSS7.9AI score0.00184EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.4 views

PT-2025-49785

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s drm/amdkfd subsystem where a write lock acquired during retry fault draining is not released. This occurs because svm range restore pages calls mmap...

4.3CVSS5.5AI score0.00214EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.6 views

PT-2025-36300

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A kernel NULL pointer dereference issue was resolved in the drm/amdkfd subsystem. The problem occurred when the KFD debugfs was destroyed before the KFD work queue, leading to a crash wh...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/12/29 2:51 p.m.7 views

CVE-2024-56666

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Dereference null return value In the function pqmuninit there is a call-assignment of "pdd = kfdgetprocessdevicedata" which could be null, and this value was later dereferenced without checking...

5.5CVSS6.9AI score0.00184EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.13 views

CVE-2024-56695

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfdgetcuoccupancy' The kfdgetcuoccupancy function previously declared a large cuoccupancy array as a local variable, which could lead to stack overflows due to excessi...

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