Lucene search
+L

85 matches found

BDU FSTEC
BDU FSTEC
added 2026/08/25 12:00 a.m.3 views

The vulnerability in the function `drcm_client_modeset_probe()` of the `drivers/gpu/drm/drm_client_modeset.c` file, a part of the Direct Rendering Infrastructure (DRI) driver for the Linux operating system’s kernel, allows a hacker to cause a service failure.

The vulnerability of the drmclientmodesetprobe function in the drivers/gpu/drm/drmclientmodeset.c file of the Direct Rendering Infrastructure DRI driver module of the Linux operating system is related to pointer aliasing. Exploiting this vulnerability could allow an attacker to cause a service...

5.5CVSS5.5AI score0.00121EPSS
SaveExploits0References7Affected Software2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp4: Fixed a refcount leak in mdp4modesetinitintf. In the function ofgraphgetremotenode, the remote device node pointer is returned with the refcount incremented. We should use ofnodeput on it when it is no longer needed...

5.5CVSS6.3AI score0.00259EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.8 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check NULL before accessing WHAT IGT kmscursorlegacy’s long-nonblocking-modeset-vs-cursor-atomic fails with a NULL pointer dereference. This issue can be reproduced when both an eDP panel and a DP monitor are...

7.8CVSS5AI score0.00151EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/01 3:19 a.m.12 views

SUSE CVE-2026-53058

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector earlier in atomicenable In case if we get errors in cdnsmhdplinkup or cdnsmhdpregread in atomicenable, we will go to cdnsmhdpmodesetretryfn and will hit NULL pointer...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/06/25 6:18 p.m.14 views

CVE-2026-53058

A flaw was found in the drm/bridge: cadence: cdns-mhdp8546-core component of the Linux kernel. This vulnerability allows for a NULL pointer dereference during error handling within the atomicenable function. If cdnsmhdplinkup or cdnsmhdpregread encounter errors, a subsequent attempt to access a...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References4
CVE
CVE
added 2026/06/24 4:30 p.m.34 views

CVE-2026-53058

CVE-2026-53058 affects the Linux kernel DRM Cadence CDNS-MHDP8546 core in atomic_enable paths. The fault occurs when errors in cdns_mhdp_link_up() or cdns_mhdp_reg_read() cause a NULL pointer in modeset_retry_fn() because the connector isn’t initialised. The fix adds a connector_ptr to the mhdp d...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/24 12:00 a.m.23 views

PT-2026-51952

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL pointer dereference can occur in the recovery paths of the cadence cdns-mhdp8546-core driver. When errors occur in the cdns mhdp link up or cdns mhdp reg read functions during...

5.5CVSS6AI score0.00122EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: drm/client: Do not destroy NULL modes. The modes in drcmclientmodesetprobe may fail to be allocated using kcalloc. If this occurs, we jump to out, and modesDestroy is called on it. This action will dereference modes. This could...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: drm/client: Fixed a memory leak in drmclientmodesetprobe. When a new mode is set to modeset-mode, the previous mode should be freed. This fixes the following kmemleak reports: drmmodeduplicate+0x45/0x220 drm...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Added a null pointer check for dpuencoderneedsmodeset. The drmatomicgetnewconnectorstate function may return NULL if the connector is not part of the atomic state. A check was added to prevent a NULL pointer...

5.5CVSS5.7AI score0.0013EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2026/04/03 12:00 a.m.8 views

The vulnerability in the function `drcm_client_modeset_probe()` of the `drivers/gpu/drm/drm_client_modeset.c` file, a part of the Direct Rendering Infrastructure (DRI) driver for the Linux operating system, allows a hacker to cause a service failure.

The vulnerability of the drmclientmodesetprobe function in the drivers/gpu/drm/drmclientmodeset.c file of the Direct Rendering Infrastructure DRI driver module in the Linux operating system is related to improper memory release memory leak. Exploiting this vulnerability could allow an attacker to...

5.5CVSS6.3AI score0.00145EPSS
SaveExploits0References16Affected Software3
SUSE CVE
SUSE CVE
added 2026/03/25 4:55 p.m.15 views

SUSE CVE-2026-23366

In the Linux kernel, the following vulnerability has been resolved: drm/client: Do not destroy NULL modes 'modes' in drmclientmodesetprobe may fail to kcalloc. If this occurs, we jump to 'out', calling modesdestroy on it, which dereferences it. This may result in a NULL pointer dereference in the...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/03/25 1:15 p.m.11 views

CVE-2026-23366

A flaw was found in the Linux kernel's Direct Rendering Manager DRM client component. This vulnerability occurs when the system attempts to destroy an uninitialized memory pointer, specifically the 'modes' variable within the drmclientmodesetprobe function, after a memory allocation failure. This...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/03/25 12:30 p.m.11 views

EUVD-2026-15348

In the Linux kernel, the following vulnerability has been resolved: drm/client: Do not destroy NULL modes 'modes' in drmclientmodesetprobe may fail to kcalloc. If this occurs, we jump to 'out', calling modesdestroy on it, which dereferences it. This may result in a NULL pointer dereference in the...

5.7AI score0.00121EPSS
SaveExploits0References4
NVD
NVD
added 2026/03/25 11:16 a.m.9 views

CVE-2026-23366

In the Linux kernel, the following vulnerability has been resolved: drm/client: Do not destroy NULL modes 'modes' in drmclientmodesetprobe may fail to kcalloc. If this occurs, we jump to 'out', calling modesdestroy on it, which dereferences it. This may result in a NULL pointer dereference in the...

5.5CVSS0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/03/25 11:16 a.m.12 views

UBUNTU-CVE-2026-23366

In the Linux kernel, the following vulnerability has been resolved: drm/client: Do not destroy NULL modes 'modes' in drmclientmodesetprobe may fail to kcalloc. If this occurs, we jump to 'out', calling modesdestroy on it, which dereferences it. This may result in a NULL pointer dereference in the...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.15 views

CVE-2026-23366

In the Linux kernel, the following vulnerability has been resolved: drm/client: Do not destroy NULL modes 'modes' in drmclientmodesetprobe may fail to kcalloc. If this occurs, we jump to 'out', calling modesdestroy on it, which dereferences it. This may result in a NULL pointer dereference in the...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References5
CVE
CVE
added 2026/03/25 10:27 a.m.25 views

CVE-2026-23366

The CVE-2026-23366 entry concerns the Linux kernel DRM client component. A vulnerability in drm_client_modeset_probe can lead to a NULL pointer dereference when ‘modes’ fails to be allocated with kcalloc; if an error path calls modes_destroy on this NULL pointer, a crash can occur. The issue is r...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/03/25 10:27 a.m.10 views

CVE-2026-23366 drm/client: Do not destroy NULL modes

In the Linux kernel, the following vulnerability has been resolved: drm/client: Do not destroy NULL modes 'modes' in drmclientmodesetprobe may fail to kcalloc. If this occurs, we jump to 'out', calling modesdestroy on it, which dereferences it. This may result in a NULL pointer dereference in the...

5.7AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/03/25 10:27 a.m.4 views

CVE-2026-23366

In the Linux kernel, the following vulnerability has been resolved: drm/client: Do not destroy NULL modes 'modes' in drmclientmodesetprobe may fail to kcalloc. If this occurs, we jump to 'out', calling modesdestroy on it, which dereferences it. This may result in a NULL pointer dereference in the...

5.7AI score0.00121EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder