Lucene search
+L

8125 matches found

SUSE CVE
SUSE CVE
added 2026/05/28 3:53 a.m.17 views

SUSE CVE-2026-46053

In the Linux kernel, the following vulnerability has been resolved: net: rds: fix MR cleanup on copy error rdsrdmamap hands sg/pages ownership to the transport after getmr succeeds. If copying the generated cookie back to user space fails after that point, the error path must not free those...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2026/05/28 2:12 a.m.17 views

CVE-2026-45904

A flaw was found in the Linux kernel's PowerPC Enhanced Error Handling EEH driver. This issue involves a recursive locking mechanism where the system attempts to acquire a Peripheral Component Interconnect PCI bus lock multiple times. This can lead to a system deadlock, causing unresponsiveness a...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/28 1:23 a.m.16 views

CVE-2026-45920

A flaw was found in the Linux kernel's ext4 filesystem. This vulnerability allows a local user to trigger an inconsistency in the dirty clusters count during filesystem shutdown. The issue stems from a double decrement in the error handling path, which can lead to system instability and a denial ...

7.8CVSS5.8AI score0.00146EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/28 12:29 a.m.15 views

CVE-2026-45939

A flaw was found in the Linux kernel's gpib module. Improper error handling within the niusbinit function can lead to a memory leak. This occurs when the niusbsetupinit function fails to initialize, causing an allocated buffer to not be freed. Over time, this could result in reduced system...

5.5CVSS5.9AI score0.00121EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/28 12:00 a.m.35 views

PT-2026-44250

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL pointer dereference occurs in the RDMA/ocrdma component within the ocrdma copy pd uresp function. The issue arises because pd-uctx is not initialized until late in the function...

5.5CVSS5.9AI score0.00128EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/05/28 12:00 a.m.17 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from improper error handling in the drm/msm/gem module. This vulnerability may lead to null pointer...

5.8AI score0.00127EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/28 12:00 a.m.19 views

PT-2026-44334

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the msm ioctl gem info get metadata function where it unconditionally returns 0, ignoring error codes stored in ret. This occurs when the user buffer is too small or...

5.5CVSS6AI score0.00127EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/28 12:00 a.m.26 views

PT-2026-44301

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified openSUSE Tumbleweed versions prior to kernel-devel-7.0.11-1.1 Description A resource leak occurs in the RDMA/mlx4 component of the Linux kernel. The issue exists within the mlx4 ib create srq...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/05/28 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-46010

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rxrpc: Fix error handling in rxgkextracttoken Fix a missing bit of error handling in rxgkextracttoken: in the event that rxgkdecryptskb returns -ENOMEM, it shou...

8.1CVSS7.4AI score0.00403EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/05/27 3:33 p.m.15 views

EUVD-2026-32342

In the Linux kernel, the following vulnerability has been resolved: arm64/gcs: Fix error handling in archsetshadowstackstatus allocgcs returns an error-encoded pointer on failure, which comes from dommap, not NULL. The current NULL check fails to detect errors, which could lead to using an invali...

5.8AI score0.00153EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/27 3:33 p.m.16 views

EUVD-2026-32336

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: authgss: fix memory leaks in XDR decoding error paths The gssxdecctx, gssxdecstatus, and gssxdecname functions allocate memory via gssxdecbuffer, which calls kmemdup. When a subsequent decode operation fails, these...

5.8AI score0.0016EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/27 3:33 p.m.17 views

EUVD-2026-32335

In the Linux kernel, the following vulnerability has been resolved: power: supply: wm97xx: Fix NULL pointer dereference in powersupplychanged In probe, requestirq is called before allocating/registering a powersupply handle. If an interrupt is fired between the call to requestirq and...

5.8AI score0.0016EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/27 3:33 p.m.16 views

EUVD-2026-32349

In the Linux kernel, the following vulnerability has been resolved: iio: sca3000: Fix a resource leak in sca3000probe spi-irq from requestthreadedirq not released when iiodeviceregister fails. Add an return value check and jump to a common error handler when iiodeviceregister fails...

5.8AI score0.00156EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/27 3:33 p.m.20 views

EUVD-2025-209972

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential NULL pointer dereference in context cleanup aiedestroycontext is invoked during error handling in aie2createcontext. However, aiedestroycontext assumes that the context's mailbox channel pointer is...

5.8AI score0.00137EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/27 2:17 p.m.21 views

CVE-2026-46044

In the Linux kernel, the following vulnerability has been resolved: ipmi:ssif: Clean up kthread on errors If an error occurs after the ssif kthread is created, but before the main IPMI code starts the ssif interface, the ssif kthread will not be stopped. So make sure the kthread is stopped on an...

5.5CVSS0.00123EPSS
SaveExploits0References6
NVD
NVD
added 2026/05/27 2:17 p.m.16 views

CVE-2026-46004

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Handle probe errors properly The probe procedure of setupcard in caiaq driver doesn't treat the error cases gracefully, e.g. the error from sndcardregister calls sndcardfree but continues. This would lead to a UAF fo...

7.8CVSS0.00129EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/27 2:17 p.m.18 views

CVE-2026-46010

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix error handling in rxgkextracttoken Fix a missing bit of error handling in rxgkextracttoken: in the event that rxgkdecryptskb returns -ENOMEM, it should just return that rather than continuing on for anything else, it...

8.1CVSS0.00403EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/27 2:17 p.m.18 views

CVE-2026-45976

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix memory leak in amdgpurasinit When amdgpunbiorasswinit fails in amdgpurasinit, the function returns directly without freeing the allocated con structure, leading to a memory leak. Fix this by jumping to the...

5.5CVSS0.00122EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/27 2:17 p.m.17 views

CVE-2026-45950

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Fix memory leak in starfiveaesaeaddoonereq The starfiveaesaeaddoonereq function allocates rctx-adata with kzalloc but fails to free it if sgcopytobuffer or starfiveaeshwinit fails, which lead to memory leaks...

5.5CVSS0.00122EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/27 2:17 p.m.20 views

CVE-2026-45921

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: Fix memory leak in mtdparsertplinksafeloaderparse The function mtdparsertplinksafeloaderparse allocates buf via mtdparsertplinksafeloaderreadtable. If the allocation for partsidx.name fails inside the loop, the code...

5.5CVSS0.00122EPSS
SaveExploits0References5
Rows per page
Query Builder