Lucene search
+L

2260 matches found

Cvelist
Cvelist
added 2026/05/27 12:56 p.m.47 views

CVE-2026-46005 xfs: fix a resource leak in xfs_alloc_buftarg()

In the Linux kernel, the following vulnerability has been resolved: xfs: fix a resource leak in xfsallocbuftarg In the error path, call fsputdax to drop the DAX device reference...

0.00128EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:56 p.m.7 views

CVE-2026-46005

In the Linux kernel, the following vulnerability has been resolved: xfs: fix a resource leak in xfsallocbuftarg In the error path, call fsputdax to drop the DAX device reference...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/05/27 12:56 p.m.6 views

CVE-2026-46005 xfs: fix a resource leak in xfs_alloc_buftarg()

In the Linux kernel, the following vulnerability has been resolved: xfs: fix a resource leak in xfsallocbuftarg In the error path, call fsputdax to drop the DAX device reference...

5.8AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/05/27 12:55 p.m.22 views

CVE-2026-45992

Removed by vendor...

5.2AI score0.00032EPSS
SaveExploits0
OSV
OSV
added 2026/05/27 12:55 p.m.6 views

CVE-2026-45992 ALSA: caiaq: Fix potentially leftover ep1_in_urb at error path

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Fix potentially leftover ep1inurb at error path The previous fix for handling the error from setupcard missed that an internal URB cdev-ep1inurb might have been already submitted beforehand. In the normal case, this...

5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/05/27 12:55 p.m.46 views

CVE-2026-45992

...

0.00032EPSS
SaveExploits0
CVE
CVE
added 2026/05/27 12:55 p.m.26 views

CVE-2026-45992

Affected software: Linux kernel ALSA caiaq. Issue: potential leak of internal URB ep1_in_urb in error path of setup_card() after an earlier fix, since ep1_in_urb could have been submitted before error handling. What’s fixed: ensure ep1_in_urb is properly handled/cleaned up in the error path as we...

5.8AI score0.00032EPSS
SaveExploits0
CVE
CVE
added 2026/05/27 12:18 p.m.34 views

CVE-2026-45981

CVE-2026-45981 (Linux kernel, s390/cio): The vulnerability stems from device lifecycle mismanagement in css_alloc_subchannel() where, if dma_set_coherent_mask() or dma_set_mask() fails, the error path frees the subchannel without proper device model reference counting. After device_initialize() i...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/05/27 12:18 p.m.10 views

CVE-2026-45964

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssauth kref leak in gssallocmsg error path Commit 5940d1cf9f42 "SUNRPC: Rebalance a kref in authgss.c" added a krefget&gssauth-kref call to balance the gssputauth done in gssreleasemsg, but forgot to add a...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0
OSV
OSV
added 2026/05/27 12:18 p.m.5 views

CVE-2026-45964 SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssauth kref leak in gssallocmsg error path Commit 5940d1cf9f42 "SUNRPC: Rebalance a kref in authgss.c" added a krefget&gssauth-kref call to balance the gssputauth done in gssreleasemsg, but forgot to add a...

5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/05/27 12:18 p.m.48 views

CVE-2026-45964 SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssauth kref leak in gssallocmsg error path Commit 5940d1cf9f42 "SUNRPC: Rebalance a kref in authgss.c" added a krefget&gssauth-kref call to balance the gssputauth done in gssreleasemsg, but forgot to add a...

0.0016EPSS
SaveExploits0References8
CVE
CVE
added 2026/05/27 12:18 p.m.33 views

CVE-2026-45961

CVE-2026-45961 in the Linux kernel’s GFS2 filesystem is fixed: memory leaks occur on gfs2_fill_super() error paths when transitioning to read-write mode. Two leaks are addressed: (1) kernel thread objects (logd, quotad) not destroyed after init_threads() if failure occurs; (2) a quota bitmap buff...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:18 p.m.59 views

CVE-2026-45961 gfs2: fix memory leaks in gfs2_fill_super error path

In the Linux kernel, the following vulnerability has been resolved: gfs2: fix memory leaks in gfs2fillsuper error path Fix two memory leaks in the gfs2fillsuper error handling path when transitioning a filesystem to read-write mode fails. First leak: kthread objects threadstruct, taskstruct, etc...

0.00143EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/27 12:18 p.m.29 views

CVE-2026-45947

CVE-2026-45947 concerns a memory leak in the Linux kernel DRM/AMD GPU code: amdgpu_acpi_enumerate_xcc() may return -ENOMEM from amdgpu_acpi_dev_init() without freeing the allocated xcc_info, causing a leak. The linked fixes in the Ubuntu/RootOS/NVD/SUSE entries indicate a patch to ensure xcc_info...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/05/27 12:17 p.m.30 views

CVE-2026-45922

In CVE-2026-45922, the Linux kernel RDMA/mlx5 GET_DATA_DIRECT_SYSFS_PATH handler leaks memory: it allocates device-path memory with kobject_get_path() and, if the path length exceeds the output buffer, returns -ENOSPC without freeing, causing a memory leak. The fix adds a kfree() in the error pat...

5.5CVSS6AI score0.00159EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/05/27 12:17 p.m.5 views

CVE-2026-45922 RDMA/mlx5: Fix memory leak in GET_DATA_DIRECT_SYSFS_PATH handler

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix memory leak in GETDATADIRECTSYSFSPATH handler The UVERBSHANDLERMLX5IBMETHODGETDATADIRECTSYSFSPATH function allocates memory for the device path using kobjectgetpath. If the length of the device path exceeds the...

6.1AI score
SaveExploits0References7
CVE
CVE
added 2026/05/27 12:17 p.m.41 views

CVE-2026-45899

CVE-2026-45899 is a Linux kernel/ext4 issue where, if a split extent operation fails, stale extent entries may remain in the extent status tree. The fix requires dropping all of the potentially stale extents when the split fails to prevent inconsistent metadata. Exploitation details are not provi...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2026/05/27 12:16 p.m.33 views

CVE-2026-45883

CVE-2026-45883: Linux kernel iio:sca3000 resource leak bug fixed. Root cause: spi->irq not released if iio_device_register() fails; patch adds a return value check and a common error-handler jump. Fixes appear in rootio-linux (Root:Ubuntu 22.04/24.04), Debian 11, and related OSV notices (e.g.,...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:15 p.m.56 views

CVE-2026-45875 mfd: arizona: Fix regulator resource leak on wm5102_clear_write_sequencer() failure

In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Fix regulator resource leak on wm5102clearwritesequencer failure The wm5102clearwritesequencer helper may return an error and just return, bypassing the cleanup sequence and causing regulators to remain enabled,...

0.00166EPSS
SaveExploits0References8
CVE
CVE
added 2026/05/27 12:15 p.m.30 views

CVE-2026-45857

The CVE-2026-45857 issue affects the Linux kernel, specifically the SCSI subsystem in the csiostor path. The root cause is a NULL pointer dereference of rn in the error exit path, caused by the use of CSIO_INC_STATS after rn may be NULL. A fix was introduced that adds a dedicated error-return pat...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder