Lucene search
+L

9008 matches found

Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.15 views

CVE-2025-22097

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkmsexit function might access an uninitialized or freed defaultconfig pointer and it might double free it. Fix both possible erro...

7.8CVSS5.6AI score0.00219EPSS
SaveExploits0
OSV
OSV
added 2025/04/16 2:12 p.m.11 views

CVE-2025-22096 drm/msm/gem: Fix error code msm_parse_deps()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msmparsedeps The SUBMITERROR macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR and since positive values are not a...

6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.36 views

CVE-2025-22096 drm/msm/gem: Fix error code msm_parse_deps()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msmparsedeps The SUBMITERROR macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR and since positive values are not a...

0.0017EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.21 views

CVE-2025-22096

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msmparsedeps The SUBMITERROR macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR and since positive values are not a...

5.5CVSS5.4AI score0.0017EPSS
SaveExploits0
CVE
CVE
added 2025/04/16 2:12 p.m.122 views

CVE-2025-22096

CVE-2025-22096 is a Linux kernel vulnerability resolved in the drm/msm/gem path. The root cause was in error handling: the SUBMIT_ERROR() macro made an error code negative, and an extra “-” turned it back to a positive EINVAL. The positive value was passed to ERR_PTR(), which is not an IS_ERR(), ...

5.5CVSS6.7AI score0.0017EPSS
SaveExploits0References2Affected Software1
SUSE Linux
SUSE Linux
added 2025/04/15 8:23 a.m.8 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2021-47248: udp: fix race between close and udpabort bsc1224867. CVE-2022-49051: net: usb: aqc111: Fix out-of-bounds accesses in RX fixup bsc1237903. CVE-2022-4905...

8.5CVSS8.3AI score0.93838EPSS
SaveExploits13References1048
BDU FSTEC
BDU FSTEC
added 2025/04/14 12:00 a.m.15 views

The vulnerability of components related to DRM, AMD, and display kernels in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of components related to DRM, AMD, and display in the Linux operating system is associated with incorrect validation of input data in the function dcvalidateseamlessboottiming. Exploiting this vulnerability can allow attackers to cause service failures...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References14Affected Software8
BDU FSTEC
BDU FSTEC
added 2025/04/14 12:00 a.m.18 views

Vulnerability of the function dcn35_clk_mgr_helper_populate_bw_params() in the module drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c – A driver for supporting Direct Rendering Infrastructure (DRI) in AMD graphics cards with Linux operating systems. This vulnerability allows an attacker to compromise the confidentiality, integrity, and accessibility of protected information.

Vulnerability of the function dcn35clkmgrhelperpopulatebwparams in the module drivers/gpu/drm/amd/display/dc/clkmgr/dcn35/dcn35clkmgr.c – Drivers supporting Direct Rendering Infrastructure DRI for AMD graphics cards with Linux operating systems have a unvalidated array indexing issue. Exploiting...

7.8CVSS6.3AI score0.00218EPSS
SaveExploits0References9Affected Software2
SUSE CVE
SUSE CVE
added 2025/04/05 2:25 a.m.14 views

SUSE CVE-2025-21968

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix slab-use-after-free on hdcpwork Why A slab-use-after-free is reported when HDCP is destroyed but the propertyvalidatedwork queue is still running. How Cancel the delayed work when destroying workqueue. cherry...

5.5CVSS7.7AI score0.00195EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2025/04/04 2:58 a.m.8 views

SUSE CVE-2025-21940

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix NULL Pointer Dereference in KFD queue Through KFD IOCTL Fuzzing we encountered a NULL pointer derefrence when calling kfdqueueacquirebuffers. cherry picked from commit 049e5bf3c8406f87c3d8e1958e0a16804fa1d530...

5.5CVSS6.5AI score0.00199EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/04/04 2:58 a.m.18 views

SUSE CVE-2025-21941

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipectx-planestate in resourcebuildscalingparams Null pointer dereference issue could occur when pipectx-planestate is null. The fix adds a check to ensure 'pipectx-planestate' is not null befo...

5.5CVSS7.6AI score0.00208EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/04/04 2:58 a.m.18 views

SUSE CVE-2025-21995

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix fence reference count leak The lastscheduled fence leaks when an entity is being killed and adding the cleanup callback fails. Decrement the reference count of prev when dmafenceaddcallback fails, ensuring proper...

5.5CVSS7.8AI score0.00189EPSS
SaveExploits0References15
OSV
OSV
added 2025/04/03 1:09 p.m.28 views

USN-7413-1 linux-iot vulnerabilities

Ziming Zhang discovered that the DRM driver for VMware Virtual GPU did not properly handle certain error conditions, leading to a NULL pointer dereference. A local attacker could possibly trigger this vulnerability to cause a denial of service. CVE-2022-38096 Ye Zhang and Nicolas Wu discovered th...

9.8CVSS6.9AI score0.03558EPSS
SaveExploits4References317
OSV
OSV
added 2025/04/03 10:19 a.m.15 views

CLSA-2025-1743675538 kernel: Fix of 2 CVEs

drm: nv04: Fix out of bounds access CVE-2024-27008 - media: uvcvideo: Fix double free in error path CVE-2024-57980...

7.8CVSS7.3AI score0.00296EPSS
SaveExploits0References1
NVD
NVD
added 2025/04/03 8:15 a.m.17 views

CVE-2025-21995

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix fence reference count leak The lastscheduled fence leaks when an entity is being killed and adding the cleanup callback fails. Decrement the reference count of prev when dmafenceaddcallback fails, ensuring proper...

5.5CVSS0.00189EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/03 8:15 a.m.24 views

AZL-60264 CVE-2025-21995 affecting package kernel for versions less than 6.6.85.1-2

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix fence reference count leak The lastscheduled fence leaks when an entity is being killed and adding the cleanup callback fails. Decrement the reference count of prev when dmafenceaddcallback fails, ensuring proper...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/03 8:15 a.m.12 views

DEBIAN-CVE-2025-21995

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix fence reference count leak The lastscheduled fence leaks when an entity is being killed and adding the cleanup callback fails. Decrement the reference count of prev when dmafenceaddcallback fails, ensuring proper...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/04/03 7:18 a.m.12 views

CVE-2025-21995 drm/sched: Fix fence reference count leak

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix fence reference count leak The lastscheduled fence leaks when an entity is being killed and adding the cleanup callback fails. Decrement the reference count of prev when dmafenceaddcallback fails, ensuring proper...

6.2AI score0.00189EPSS
SaveExploits0References4
CVE
CVE
added 2025/04/03 7:18 a.m.144 views

CVE-2025-21995

The CVE-2025-21995 entry documents a Linux kernel vulnerability in drm/sched related to a fence reference count leak. The root cause is a leak of the last_scheduled fence when an entity is killed and adding a cleanup callback fails; the fix decrements the prev fence reference count when dma_fence...

5.5CVSS7.3AI score0.00189EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/04/03 7:18 a.m.28 views

CVE-2025-21995 drm/sched: Fix fence reference count leak

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix fence reference count leak The lastscheduled fence leaks when an entity is being killed and adding the cleanup callback fails. Decrement the reference count of prev when dmafenceaddcallback fails, ensuring proper...

0.00189EPSS
SaveExploits0References4
Rows per page
Query Builder