Lucene search
+L

10107 matches found

RedhatCVE
RedhatCVE
added 2026/01/15 4:11 a.m.7 views

CVE-2025-68791

A reference count leak flaw was found in the Linux kernel's FUSE filesystem when using iouring for argument copies. The copyfinish function is not called in error paths, causing page reference counts to leak. This can lead to memory being pinned indefinitely and potential resource exhaustion...

3.3CVSS5.5AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/01/15 1:24 a.m.8 views

CVE-2025-68779

A use-after-free vulnerability was found in the Mellanox mlx5 Ethernet driver in the Linux kernel. The PSP Platform Security Processor component is unregistered twice during device removal - once in mlx5eremove and again in mlx5eniccleanup. This double unregistration causes a refcount underflow,...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/01/15 12:26 a.m.12 views

SUSE CVE-2025-68779

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Avoid unregistering PSP twice PSP is unregistered twice in: mlx5eremove - mlx5epspunregister mlx5eniccleanup - mlx5epspunregister This leads to a refcount underflow in some conditions: ------------ cut here -----------...

6.4AI score0.00162EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/01/15 12:25 a.m.7 views

SUSE CVE-2025-68814

In the Linux kernel, the following vulnerability has been resolved: iouring: fix filename leak in ioopenatprep ioopenatprep allocates a struct filename using getname. However, for the condition of the file being installed in the fixed file table as well as having OCLOEXEC flag set, the function...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References20
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:0 a.m.6 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-002135)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-002135 advisory. fs/overlayfs/copyup.c in the Linux kernel before 4.2.6 uses an incorrect cleanup code path, which allows local users to cause a denial of service dentry reference le...

5.5CVSS7AI score0.00543EPSS
SaveExploits1References9
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:0 a.m.2 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-003355)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-003355 advisory. drivers/infiniband/core/ucma.c in the Linux kernel through 4.17.11 allows ucmaleavemulticast to access a certain data structure after a cleanup step in...

7.8CVSS7.1AI score0.00566EPSS
SaveExploits0References17
NVD
NVD
added 2026/01/14 3:16 p.m.10 views

CVE-2025-71141

In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drmkmshelperpollfini and drmatomichelpershutdown helpers should only be called when the device has been successfully registered. Currently, these functions are called...

5.5CVSS0.00119EPSS
SaveExploits0References3
NVD
NVD
added 2026/01/14 3:16 p.m.10 views

CVE-2025-71130

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Zero-initialize the eb.vma array in i915gemdoexecbuffer Initialize the eb.vma array with values of 0 when the eb structure is first set up. In particular, this sets the eb-vmai.vma pointers to NULL, simplifying...

7.8CVSS0.00131EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/14 3:16 p.m.8 views

UBUNTU-CVE-2025-71130

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Zero-initialize the eb.vma array in i915gemdoexecbuffer Initialize the eb.vma array with values of 0 when the eb structure is first set up. In particular, this sets the eb-vmai.vma pointers to NULL, simplifying...

7.8CVSS5.8AI score0.00131EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2026/01/14 3:16 p.m.8 views

CVE-2025-71141

In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drmkmshelperpollfini and drmatomichelpershutdown helpers should only be called when the device has been successfully registered. Currently, these functions are called...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2026/01/14 3:16 p.m.7 views

CVE-2025-71130

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Zero-initialize the eb.vma array in i915gemdoexecbuffer Initialize the eb.vma array with values of 0 when the eb structure is first set up. In particular, this sets the eb-vmai.vma pointers to NULL, simplifying...

7.8CVSS6AI score0.00131EPSS
SaveExploits0References26
OSV
OSV
added 2026/01/14 3:16 p.m.6 views

UBUNTU-CVE-2025-71141

In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drmkmshelperpollfini and drmatomichelpershutdown helpers should only be called when the device has been successfully registered. Currently, these functions are called...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References24
Cvelist
Cvelist
added 2026/01/14 3:7 p.m.35 views

CVE-2025-71141 drm/tilcdc: Fix removal actions in case of failed probe

In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drmkmshelperpollfini and drmatomichelpershutdown helpers should only be called when the device has been successfully registered. Currently, these functions are called...

0.00119EPSS
SaveExploits0References3
CVE
CVE
added 2026/01/14 3:7 p.m.39 views

CVE-2025-71141

CVE-2025-71141 (Linux kernel) affects the DRM tilcdc path. The root cause was that drm_kms_helper_poll_fini() and drm_atomic_helper_shutdown() were invoked unconditionally in tilcdc_fini(), even when the device failed to register, causing probe-time warnings. The fix rewrites the failed probe cle...

5.5CVSS6.2AI score0.00119EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/01/14 3:7 p.m.23 views

CVE-2025-71141

In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drmkmshelperpollfini and drmatomichelpershutdown helpers should only be called when the device has been successfully registered. Currently, these functions are called...

5.5CVSS5.2AI score0.00119EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/01/14 3:7 p.m.6 views

CVE-2025-71141

In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drmkmshelperpollfini and drmatomichelpershutdown helpers should only be called when the device has been successfully registered. Currently, these functions are called...

5.2AI score0.00119EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/01/14 3:7 p.m.8 views

CVE-2025-71141 drm/tilcdc: Fix removal actions in case of failed probe

In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drmkmshelperpollfini and drmatomichelpershutdown helpers should only be called when the device has been successfully registered. Currently, these functions are called...

5.2AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/01/14 3:7 p.m.7 views

CVE-2025-71130

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Zero-initialize the eb.vma array in i915gemdoexecbuffer Initialize the eb.vma array with values of 0 when the eb structure is first set up. In particular, this sets the eb-vmai.vma pointers to NULL, simplifying...

5.3AI score0.00131EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/01/14 3:7 p.m.28 views

CVE-2025-71130

The CVE-2025-71130 issue affects the drm/i915/gem path in the Linux kernel. The fix zero-initializes the eb.vma array when setting up the eb structure in i915_gem_do_execbuffer, initializing eb->vma[i].vma to NULL and ensuring all pointers are NULL at the start of eb_lookup_vmas() to simplify ...

7.8CVSS6.1AI score0.00131EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/01/14 3:7 p.m.10 views

CVE-2025-71130 drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbuffer

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Zero-initialize the eb.vma array in i915gemdoexecbuffer Initialize the eb.vma array with values of 0 when the eb structure is first set up. In particular, this sets the eb-vmai.vma pointers to NULL, simplifying...

7.8CVSS5.5AI score
SaveExploits0References8
Rows per page
Query Builder