Lucene search
+L

8488 matches found

Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2023-53309

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/radeon: Fix integer overflow in radeoncsparserinit The type of size is unsigned, if size is 0x40000000, there will be an integer overflow, size will be zero...

5.5CVSS5.7AI score0.00156EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53239

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/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should b...

5.5CVSS5.2AI score0.00156EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53288

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/client: Fix memory leak in drmclientmodesetprobe When a new mode is set to modeset-mode, the previous mode should be freed. This fixes the following kmemlea...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53223

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/msm/dsi: Add missing check for allocorderedworkqueue Add check for the return value of allocorderedworkqueue as it may return NULL pointer and cause NULL...

5.5CVSS5.6AI score0.00156EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50292

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/msm/dp: fix bridge lifetime Device-managed resources allocated post component bind must ...

5.5CVSS5.2AI score0.00137EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53263

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/nouveau/disp: fix use-after-free in error handling of nouveauconnectorcreate We can't...

7.8CVSS6AI score0.00157EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:34 p.m.8 views

SUSE CVE-2022-50261

In the Linux kernel, the following vulnerability has been resolved: drm/sti: Fix return type of stidvo,hda,hdmiconnectormodevalid With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the...

5.5CVSS6.5AI score0.0016EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/09/16 11:34 p.m.5 views

SUSE CVE-2022-50287

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: fix a memory leak in generatelfpdataptrs When size != 0 || ptrs-lvds entries != 3, the program tries to free the ptrs. However, the ptrs is not created by calling kzmalloc, but is obtained by pointer offset...

5.5CVSS6.4AI score0.00154EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.7 views

SUSE CVE-2023-53309

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix integer overflow in radeoncsparserinit The type of size is unsigned, if size is 0x40000000, there will be an integer overflow, size will be zero after size = sizeofuint32t, will cause uninitialized memory to be...

5.5CVSS6.7AI score0.00156EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.6 views

SUSE CVE-2023-53316

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Free resources after unregistering them The DP component's unbind operation walks through the submodules to unregister and clean things up. But if the unbind happens because the DP controller itself is being removed,...

6.7CVSS6.8AI score0.0016EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.10 views

SUSE CVE-2023-53324

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Don't leak some plane state Apparently no one noticed that mdp5 plane states leak like a sieve ever since we introduced planestate-commit refcount a few years ago in 21a01abbe32a "drm/atomic: Fix freeing...

3.3CVSS6.5AI score0.00145EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2025/09/16 11:24 p.m.7 views

SUSE CVE-2025-39811

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Clear the scratchpt pointer on error Avoid triggering a dereference of an error pointer on cleanup in xevmfreescratch by clearing any scratchpt error pointer. cherry picked from commit...

5.5CVSS6.5AI score0.00155EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2025/09/16 6:34 p.m.10 views

CVE-2023-53316

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Free resources after unregistering them The DP component's unbind operation walks through the submodules to unregister and clean things up. But if the unbind happens because the DP controller itself is being removed,...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/16 5:15 p.m.7 views

CVE-2023-53324

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Don't leak some plane state Apparently no one noticed that mdp5 plane states leak like a sieve ever since we introduced planestate-commit refcount a few years ago in 21a01abbe32a "drm/atomic: Fix freeing...

5.5CVSS0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/16 5:15 p.m.8 views

UBUNTU-CVE-2023-53324

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Don't leak some plane state Apparently no one noticed that mdp5 plane states leak like a sieve ever since we introduced planestate-commit refcount a few years ago in 21a01abbe32a "drm/atomic: Fix freeing...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References11
CVE
CVE
added 2025/09/16 4:11 p.m.44 views

CVE-2023-53324

CVE-2023-53324 affects the Linux kernel DRM MSM MDP5: it fixes a leak of plane_state state (plane_state->commit refcount) that could degrade availability. The root cause was plane_state reference counting; the patch uses the correct helpers to prevent leakage. Affected component: drm/msm/mdp5....

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.14 views

CVE-2023-53316

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Free resources after unregistering them The DP component's unbind operation walks through the submodules to unregister and clean things up. But if the unbind happens because the DP controller itself is being removed,...

7.8CVSS5.7AI score0.0016EPSS
SaveExploits0
OSV
OSV
added 2025/09/16 1:15 p.m.6 views

DEBIAN-CVE-2025-39820

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add a null ptr check for dpuencoderneedsmodeset The drmatomicgetnewconnectorstate can return NULL if the connector is not part of the atomic state. Add a check to prevent a NULL pointer dereference. This follows the...

5.5CVSS5.4AI score0.0013EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/16 1:15 p.m.9 views

CVE-2025-39820

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add a null ptr check for dpuencoderneedsmodeset The drmatomicgetnewconnectorstate can return NULL if the connector is not part of the atomic state. Add a check to prevent a NULL pointer dereference. This follows the...

5.5CVSS0.0013EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/16 1:15 p.m.3 views

DEBIAN-CVE-2025-39811

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Clear the scratchpt pointer on error Avoid triggering a dereference of an error pointer on cleanup in xevmfreescratch by clearing any scratchpt error pointer. cherry picked from commit...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0References1
Rows per page
Query Builder