Lucene search
+L

7690 matches found

Cvelist
Cvelist
added 2024/09/27 12:35 p.m.32 views

CVE-2024-46807 drm/amd/amdgpu: Check tbo resource pointer

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdgpu: Check tbo resource pointer Validate tbo resource pointer, skip if NULL...

0.00236EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.24 views

CVE-2024-46804 drm/amd/display: Add array index check for hdcp ddc access

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add array index check for hdcp ddc access Why Coverity reports OVERRUN warning. Do not check if array index valid. How Check msgid valid and valid array index...

0.00245EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/27 12:35 p.m.18 views

CVE-2024-46804 drm/amd/display: Add array index check for hdcp ddc access

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add array index check for hdcp ddc access Why Coverity reports OVERRUN warning. Do not check if array index valid. How Check msgid valid and valid array index...

6.2AI score
SaveExploits0References11
CVE
CVE
added 2024/09/27 12:35 p.m.137 views

CVE-2024-46804

CVE-2024-46804 affects the Linux kernel’s DRM/AMD display path, specifically HDCP DDC access. The vulnerability stems from an array index overrun due to not validating the index, which could lead to overrun/W earlier reports. The fix adds proper checks: validate the message id (msg_id) and ensure...

7.8CVSS7.4AI score0.00245EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.25 views

CVE-2024-46802 drm/amd/display: added NULL check at start of dc_validate_stream

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: added NULL check at start of dcvalidatestream Why prevent invalid memory access How check if dc and stream are NULL...

0.00237EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/27 12:35 p.m.17 views

CVE-2024-46802 drm/amd/display: added NULL check at start of dc_validate_stream

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: added NULL check at start of dcvalidatestream Why prevent invalid memory access How check if dc and stream are NULL...

6.2AI score
SaveExploits0References8
CVE
CVE
added 2024/09/27 12:35 p.m.133 views

CVE-2024-46802

CVE-2024-46802 affects the Linux kernel’s DRM-AMD display path. The vulnerability is a NULL-dereference in drm/amd/display when validating a stream, caused by missing NULL checks for dc or stream. The fixed code adds a NULL check at the start of dc_validate_stream to prevent invalid memory access...

5.5CVSS5.8AI score0.00237EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/09/25 6:18 p.m.13 views

CLSA-2024-1727288321 linux-firmware: Fix of 2 CVEs

Update AMD CPU microcode for processor family 0x19: cpuid:0x00A00F10ver:0x0A00107A, cpuid:0x00A10F12ver:0x0A101248, cpuid:0x00AA0F02ver:0x0AA00215, cpuid:0x00A00F12ver:0x0A001238, cpuid:0x00A10F11ver:0x0A101148, cpuid:0x00A00F11ver:0x0A0011D5; - Update AMD CPU microcode for processor family 0x17:...

7.5CVSS6.7AI score0.01018EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/25 11:15 a.m.2 views

DEBIAN-CVE-2024-31145

Certain PCI devices in a system might be assigned Reserved Memory Regions specified via Reserved Memory Region Reporting, "RMRR" for Intel VT-d or Unity Mapping ranges for AMD-Vi. These are typically used for platform tasks such as legacy USB emulation. Since the precise purpose of these regions ...

7.5CVSS7.2AI score0.00234EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/25 11:15 a.m.27 views

CVE-2024-31145

Certain PCI devices in a system might be assigned Reserved Memory Regions specified via Reserved Memory Region Reporting, "RMRR" for Intel VT-d or Unity Mapping ranges for AMD-Vi. These are typically used for platform tasks such as legacy USB emulation. Since the precise purpose of these regions ...

7.5CVSS0.00234EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/25 11:15 a.m.11 views

UBUNTU-CVE-2024-31145

Certain PCI devices in a system might be assigned Reserved Memory Regions specified via Reserved Memory Region Reporting, "RMRR" for Intel VT-d or Unity Mapping ranges for AMD-Vi. These are typically used for platform tasks such as legacy USB emulation. Since the precise purpose of these regions ...

7.5CVSS5.8AI score0.00234EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/25 10:31 a.m.20 views

CVE-2024-31145 error handling in x86 IOMMU identity mapping

Certain PCI devices in a system might be assigned Reserved Memory Regions specified via Reserved Memory Region Reporting, "RMRR" for Intel VT-d or Unity Mapping ranges for AMD-Vi. These are typically used for platform tasks such as legacy USB emulation. Since the precise purpose of these regions ...

6.9AI score0.00234EPSS
SaveExploits0References1
CVE
CVE
added 2024/09/25 10:31 a.m.113 views

CVE-2024-31145

CVE-2024-31145 is confirmed in connected advisories as a Xen/Xen-related vulnerability affecting the x86 IOMMU identity mapping for PCI devices using Reserved Memory Regions (RMRR) or similar mappings. The flaw allows a guest VM to retain access to memory regions that should be removed, enabling ...

7.5CVSS7.5AI score0.00234EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/09/25 10:31 a.m.52 views

CVE-2024-31145 error handling in x86 IOMMU identity mapping

Certain PCI devices in a system might be assigned Reserved Memory Regions specified via Reserved Memory Region Reporting, "RMRR" for Intel VT-d or Unity Mapping ranges for AMD-Vi. These are typically used for platform tasks such as legacy USB emulation. Since the precise purpose of these regions ...

0.00234EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.11 views

kernel: cpufreq: amd-pstate: fix memory leak on CPU EPP exit

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: fix memory leak on CPU EPP exit The cpudata memory from kzalloc in amdpstateeppcpuinit is not freed in the analogous exit function, so fix that. rjw: Subject and changelog edits...

5.5CVSS6.4AI score0.00267EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.8 views

kernel: drm/amdgpu: add error handle to avoid out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add error handle to avoid out-of-bounds if the sdmav40irqidtoseq return -EINVAL, the process should be stop to avoid out-of-bounds read, so directly return -EINVAL...

7.8CVSS6.4AI score0.00239EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.24 views

kernel: cpufreq: amd-pstate: fix memory leak on CPU EPP exit

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: fix memory leak on CPU EPP exit The cpudata memory from kzalloc in amdpstateeppcpuinit is not freed in the analogous exit function, so fix that. rjw: Subject and changelog edits...

5.5CVSS6.4AI score0.00267EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/09/24 12:00 a.m.145 views

EulerOS 2.0 SP8 : kernel (EulerOS-SA-2024-2476)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : IB/ipoib: Fix mcast list lockingCVE-2023-52587 netfilter: nftables: avoid overflows in nfthashbucketsCVE-2021-46992 SUNRPC: Fix a suspicious RCU...

9.8CVSS7.6AI score0.28058EPSS
SaveExploits17References133
Oracle linux
Oracle linux
added 2024/09/23 12:00 a.m.354 views

Unbreakable Enterprise kernel security update

5.15.0-300.163.18 - crypto: qat - specify firmware files for 402xx Giovanni Cabiddu Orabug: 37044631 5.15.0-300.163.17 - KVM/x86: Do not clear SIPI while in SMM Boris Ostrovsky Orabug: 36955051 - Revert 'Fix userfaultfdapi to return EINVAL as expected' Vijayendra Suman Orabug: 36992217...

7.8CVSS7.4AI score0.00885EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/09/19 3:11 a.m.4 views

SUSE CVE-2024-46726

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure index calculation will not overflow WHY & HOW Make sure vmid0p72idx, vnom0p8idx and vmax0p9idx calculation will never overflow and exceess array size. This fixes 3 OVERRUN and 1 INTEGEROVERFLOW issues...

5.5CVSS6.8AI score0.0023EPSS
SaveExploits0References14
Rows per page
Query Builder