Lucene search
K

139 matches found

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

Linux Distros Unpatched Vulnerability : CVE-2021-23981

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A texture upload of a Pixel Buffer Object could have confused the WebGL code to skip binding the buffer used to unpack it, resulting in memory corruption and a...

8.1CVSS8.3AI score0.00387EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.1 views

SUSE CVE-2022-50068

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Fix dummy res NULL ptr deref bug Check the bo-resource value before accessing the resource memtype. v2: Fix commit description unwrapped warning 40.191227 T184 general protection fault, probably for non-canonical address...

5.5CVSS6.3AI score0.00049EPSS
Exploits0References9
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

UBUNTU-CVE-2022-50068

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Fix dummy res NULL ptr deref bug Check the bo-resource value before accessing the resource memtype. v2: Fix commit description unwrapped warning 40.191227 T184 general protection fault, probably for non-canonical address...

5.5CVSS6AI score0.00049EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.0 views

CVE-2023-53095

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Fix a NULL pointer dereference The LRU mechanism may look up a resource in the process of being removed from an object. The locking rules here are a bit unclear but it looks currently like res-bo assignment is protected ...

5.5CVSS6.1AI score0.00049EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/05/02 4:15 p.m.3 views

AZL-70132 CVE-2023-53074 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix ttmbo calltrace warning in psphwfini The call trace occurs when the amdgpu is removed after the mode1 reset. During mode1 reset, from suspend to resume, there is no need to reinitialize the ta firmware buffer whic...

5.5CVSS6.1AI score0.00049EPSS
Exploits0References1
OSV
OSV
added 2025/04/02 1:15 p.m.3 views

DEBIAN-CVE-2025-21990

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags PRT BOs may not have any backing store, so bo-tbo.resource will be NULL. Check for that before dereferencing. cherry picked from commit...

5.5CVSS5.5AI score0.00034EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2025/04/02 11:34 a.m.1 views

kernel: drm/vmwgfx: Fix the lifetime of the bo cursor memory

A vulnerability was found in the drm/vmwgfx driver in the Linux kernel, concerning the lifetime management of the buffer object BO cursor memory. This issue occurs due to improper handling of the cursor memory's lifecycle, which could lead to use-after-free errors or crashes...

5.5CVSS7.3AI score0.00009EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/02/27 3:3 a.m.1 views

SUSE CVE-2022-49645

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix shrinker list corruption by madvise IOCTL Calling madvise IOCTL twice on BO causes memory shrinker list corruption and crashes kernel because BO is already on the list and it's added to the list again, while BO...

5.5CVSS7.7AI score0.00091EPSS
Exploits0References9
OSV
OSV
added 2025/02/26 7:1 a.m.2 views

DEBIAN-CVE-2022-49645

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix shrinker list corruption by madvise IOCTL Calling madvise IOCTL twice on BO causes memory shrinker list corruption and crashes kernel because BO is already on the list and it's added to the list again, while BO...

7.8CVSS5.8AI score0.00091EPSS
Exploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.1 views

UBUNTU-CVE-2022-49645

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix shrinker list corruption by madvise IOCTL Calling madvise IOCTL twice on BO causes memory shrinker list corruption and crashes kernel because BO is already on the list and it's added to the list again, while BO...

7.8CVSS6.2AI score0.00091EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.2 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 a memory leak in the mdp5crtccursorset function that does not free cursorbo...

5.5CVSS6AI score0.00011EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/01/11 12:35 p.m.8 views

CVE-2024-54455

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix general protection fault in ivpubolist Check if ctx is not NULL before accessing its fields...

5.5CVSS5.6AI score0.00019EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.1 views

PT-2025-49792

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s drm/amdgpu subsystem related to handling virtual memory. Specifically, the issue concerns a null pointer error within the vm handle moved function whe...

4.6CVSS5.4AI score0.00024EPSS
Exploits0
OSV
OSV
added 2024/12/02 2:15 p.m.0 views

UBUNTU-CVE-2024-53115

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid nullptrderef in vmwframebuffersurfacecreatehandle The 'vmwuserobjectbuffer' function may return NULL with incorrect inputs. To avoid possible null pointer dereference, add a check whether the 'bo' is NULL in the...

5.5CVSS6.6AI score0.00033EPSS
Exploits0References17
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.1 views

kernel: drm/radeon: check bo_va->bo is non-NULL before using it

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bova-bo is non-NULL before using it The call to radeonvmclearfreed might clear bova-bo, so we have to check it before dereferencing it...

5.5CVSS6.5AI score0.00007EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.1 views

kernel: drm/amdgpu: validate the parameters of bo mapping operations more clearly

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate the parameters of bo mapping operations more clearly Verify the parameters of amdgpuvmbomap/replacemap/clearingmappings in one common place...

5.5CVSS6.8AI score0.00011EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.1 views

kernel: drm/vmwgfx: Fix the lifetime of the bo cursor memory

A vulnerability was found in the drm/vmwgfx driver in the Linux kernel, concerning the lifetime management of the buffer object BO cursor memory. This issue occurs due to improper handling of the cursor memory's lifecycle, which could lead to use-after-free errors or crashes...

5.5CVSS7.3AI score0.00009EPSS
Exploits0References5
Microsoft CVE
Microsoft CVE
added 2024/10/14 7:0 a.m.3 views

drm/amd/amdgpu: Check tbo resource pointer

...

5.5CVSS6.9AI score0.00007EPSS
Exploits0
OSV
OSV
added 2024/09/27 1:15 p.m.1 views

DEBIAN-CVE-2024-46807

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

5.5CVSS5.6AI score0.00007EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.1 views

kernel: drm/radeon: check bo_va->bo is non-NULL before using it

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bova-bo is non-NULL before using it The call to radeonvmclearfreed might clear bova-bo, so we have to check it before dereferencing it...

5.5CVSS6.5AI score0.00007EPSS
Exploits0References5
Rows per page
Query Builder