Lucene search
+L

395 matches found

Tenable Nessus
Tenable Nessus
added 2025/09/17 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-53237

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpuirqput call trace in gmcv110hwfini The gmc.eccirq is enabled by firmwa...

5.5CVSS5.2AI score0.00145EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53152

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: fix calltrace warning in amddrmbuddyfini The following call trace is observed when removing the amdgpu driver, which is caused by that BOs allocated...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 3:15 p.m.4 views

DEBIAN-CVE-2023-53237

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpuirqput call trace in gmcv110hwfini The gmc.eccirq is enabled by firmware per IFWI setting, and the host driver is not privileged to enable/disable the interrupt. So, it is meaningless to use the amdgpuirqput...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/15 2:46 p.m.59 views

CVE-2023-53248

CVE-2023-53248 affects the Linux kernel DRM/AMDGPU subsystem. The fix installs a stub fence into potentially unused page-table update fences instead of NULL to avoid NULL dereferences when dma_fence_wait() is called on those pointers during CPU-based page-table updates. This targets the scenario ...

5.5CVSS6.2AI score0.00134EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/15 2:45 p.m.5 views

CVE-2022-50303 drm/amdkfd: Fix double release compute pasid

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix double release compute pasid If kfdprocessdeviceinitvm returns failure after vm is converted to compute vm and vm-pasid set to compute pasid, KFD will not take pdd-drmfile reference. As a result, drm close file...

7.8CVSS6.1AI score0.00151EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2025/09/15 2:45 p.m.4 views

CVE-2022-50303

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix double release compute pasid If kfdprocessdeviceinitvm returns failure after vm is converted to compute vm and vm-pasid set to compute pasid, KFD will not take pdd-drmfile reference. As a result, drm close file...

7.8CVSS5.7AI score0.00151EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/09/15 2:45 p.m.26 views

CVE-2022-50303

CVE-2022-50303 : The Linux kernel’s DRM AMDGPU/AMDKFD path fixes a double release of a compute pasid. When kfd_process_device_init_vm fails after the VM was converted to a compute VM and vm->pasid was set to the compute pasid, KFD could drop the drm_file reference, causing the close path to re...

7.8CVSS6AI score0.00151EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/09/15 2:22 p.m.25 views

CVE-2023-53237

Summary: CVE-2023-53237 relates to the AMDGPU driver in the Linux kernel, where an improper call to amdgpu_irq_put during gmc_v11_0_hw_fini led to an unnecessary call trace. The root cause is that gmc.ecc_irq is enabled by firmware via IFWI, and the host driver isn’t privileged to enable/disable ...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/09/15 2:22 p.m.7 views

CVE-2023-53237 drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpuirqput call trace in gmcv110hwfini The gmc.eccirq is enabled by firmware per IFWI setting, and the host driver is not privileged to enable/disable the interrupt. So, it is meaningless to use the amdgpuirqput...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.11 views

CVE-2023-53228 drm/amdgpu: drop redundant sched job cleanup when cs is aborted

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: drop redundant sched job cleanup when cs is aborted Once command submission failed due to userptr invalidation in amdgpucssubmit, legacy code will perform cleanup of scheduler job. However, it's not needed at all, as...

0.00146EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 2:15 p.m.4 views

UBUNTU-CVE-2023-53193

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpuirqput call trace in gmcv100hwfini The gmc.eccirq is enabled by firmware per IFWI setting, and the host driver is not privileged to enable/disable the interrupt. So, it is meaningless to use the amdgpuirqput...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References7
CVE
CVE
added 2025/09/15 2:6 p.m.41 views

CVE-2023-53193

CVE-2023-53193 – Linux kernel (amdgpu): The issue is in the drm/amdgpu driver, specifically gmc_v10_0_hw_fini calling amdgpu_irq_put. The firmware enables gmc.ecc_irq and the host driver is not privileged to enable/disable it, making amdgpu_irq_put in gmc_v10_0_hw_fini meaningless and causing a c...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/09/15 2:6 p.m.8 views

CVE-2023-53193 drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpuirqput call trace in gmcv100hwfini The gmc.eccirq is enabled by firmware per IFWI setting, and the host driver is not privileged to enable/disable the interrupt. So, it is meaningless to use the amdgpuirqput...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/15 2:3 p.m.4 views

CVE-2023-53152 drm/amdgpu: fix calltrace warning in amddrm_buddy_fini

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix calltrace warning in amddrmbuddyfini The following call trace is observed when removing the amdgpu driver, which is caused by that BOs allocated for psp are not freed until removing. 61811.450562 RIP:...

5.5CVSS6.2AI score0.00143EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates from an incorrect call to the amdgpuirqput function in the amdgpu driver, which could result in a call trace...

5.5CVSS6.3AI score0.00145EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.6 views

PT-2025-37557

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the gmc v10 0 hw fini function within the drm/amdgpu module. The issue relates to an unnecessary call to amdgpu irq put when the gmc.ecc irq interru...

6.1AI score0.00145EPSS
SaveExploits0References7
Microsoft CVE
Microsoft CVE
added 2025/09/07 1:9 a.m.13 views

drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities

...

5.5CVSS7AI score0.00134EPSS
SaveExploits0
OSV
OSV
added 2025/09/05 6:15 p.m.8 views

AZL-70795 CVE-2025-39707 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check if hubbub is NULL in debugfs/amdgpudmcapabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null dereference while accessing amdgpudmcapabilities file in debugfs...

5.5CVSS5.6AI score0.00134EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/05 6:15 p.m.4 views

CVE-2025-39707

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check if hubbub is NULL in debugfs/amdgpudmcapabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null dereference while accessing amdgpudmcapabilities file in debugfs...

5.5CVSS0.00134EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/09/05 5:21 p.m.13 views

CVE-2025-39707

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check if hubbub is NULL in debugfs/amdgpudmcapabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null dereference while accessing amdgpudmcapabilities file in debugfs...

5.5CVSS5.3AI score0.00134EPSS
SaveExploits0
Rows per page
Query Builder