43974 matches found
CVE-2026-89539
Linux kernel SUNRPC subsystem: gssx_dec_option_array() processes wire-supplied GSS option entries and calls gssx_dec_linux_creds() for each CREDS_VALUE match. Because that helper unconditionally overwrites creds->cr_group_info without releasing the previous pointer, a reply containing two CRED...
CVE-2026-89524
This vulnerability affects the ath6kl WiFi driver in the Linux kernel . In ath6kl_cfg80211_connect_event(), fixed IE offsets (4 bytes for the association request, 6 bytes for the response) are subtracted from unsigned 8-bit length fields with no lower bound. When a malicious or malformed associat...
EUVD-2026-76406
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Make cpubuffer::freepage a bufferdatareadpage Discarding a cached reader page after a concurrent ring buffer resize uses the new global subbuforder for the freepages call. This mismatched order may crashes the kernel...
CVE-2026-89500
CVE-2026-89500 affects the Linux kernel ring-buffer subsystem. The flaw resides in cpu_buffer::free_page: when a cached reader page is discarded after a concurrent ring buffer resize , the free_pages() call uses the new global subbuf_order rather than the order under which the page was originally...
CVE-2026-89500 ring-buffer: Make cpu_buffer::free_page a buffer_data_read_page
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Make cpubuffer::freepage a bufferdatareadpage Discarding a cached reader page after a concurrent ring buffer resize uses the new global subbuforder for the freepages call. This mismatched order may crashes the kernel...
EUVD-2026-76402
In the Linux kernel, the following vulnerability has been resolved: ocfs2: always run deallocs on copy-on-write completion Local fuzzing of 6.12.94 has found the following memory leak caused by doing 'copyfilerange' within the same filesystem: unreferenced object 0xffff88812192c980 size 32: comm...
CVE-2026-89496 ocfs2: always run deallocs on copy-on-write completion
In the Linux kernel, the following vulnerability has been resolved: ocfs2: always run deallocs on copy-on-write completion Local fuzzing of 6.12.94 has found the following memory leak caused by doing 'copyfilerange' within the same filesystem: unreferenced object 0xffff88812192c980 size 32: comm...
CVE-2026-89496
CVE-2026-89496 is a memory leak in the Linux kernel OCFS2 filesystem, discovered via local fuzzing of version 6.12.94 . The leak occurs when copy_file_range() is called within the same OCFS2 filesystem, triggering a copy-on-write path that fails to release deallocation caches (ocfs2_cache_block_d...
CVE-2026-89449 iommu: Fix dev_iommu memory leak when device_add fails in iommu_mock_device_add
In the Linux kernel, the following vulnerability has been resolved: iommu: Fix deviommu memory leak when deviceadd fails in iommumockdeviceadd iommumockdeviceadd first calls iommufwspecinit, which on success allocates both dev-iommu via deviommuget and dev-iommu-fwspec. If the subsequent...
EUVD-2026-76355
In the Linux kernel, the following vulnerability has been resolved: iommu: Fix deviommu memory leak when deviceadd fails in iommumockdeviceadd iommumockdeviceadd first calls iommufwspecinit, which on success allocates both dev-iommu via deviommuget and dev-iommu-fwspec. If the subsequent...
CVE-2026-89449
CVE-2026-89449 is a memory leak in the Linux kernel IOMMU subsystem, specifically in iommu_mock_device_add() (drivers/iommu/iommu.c). When iommu_fwspec_init() successfully allocates both dev->iommu and dev->iommu->fwspec, but the subsequent device_add() call fails, the error path only ca...
CVE-2026-89449 iommu: Fix dev_iommu memory leak when device_add fails in iommu_mock_device_add
In the Linux kernel, the following vulnerability has been resolved: iommu: Fix deviommu memory leak when deviceadd fails in iommumockdeviceadd iommumockdeviceadd first calls iommufwspecinit, which on success allocates both dev-iommu via deviommuget and dev-iommu-fwspec. If the subsequent...
EUVD-2026-76343
In the Linux kernel, the following vulnerability has been resolved: platform/x86: int1092: Fix potential memory leak in sarprobe The memory allocated for devicemodeinfo in parsepackage called by sargetdata is not freed in some of the error paths in sarprobe. Fix that by converting to use device...
CVE-2026-89437 platform/x86: int1092: Fix potential memory leak in sar_probe()
In the Linux kernel, the following vulnerability has been resolved: platform/x86: int1092: Fix potential memory leak in sarprobe The memory allocated for devicemodeinfo in parsepackage called by sargetdata is not freed in some of the error paths in sarprobe. Fix that by converting to use device...
CVE-2026-89437
CVE-2026-89437 affects the Linux kernel 's platform/x86 int1092 driver. The root cause is a memory leak in sar_probe() : memory allocated for device_mode_info by parse_package() (called via sar_get_data() ) is not freed along certain error paths. The fix converts these allocations to device-manag...
CVE-2026-81018
CVE-2026-81018 is a memory leak in the Linux kernel 's platform/x86: think-lmi driver. When multi-certificate support is active, the system authentication object stores ->signature and ->save_signature, which are not freed when the driver is removed. The fix frees these signatures on driver...
CVE-2026-81018 platform/x86: think-lmi: Free system certificate signatures
In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Free system certificate signatures Multi-certificate support also allows the system authentication object to store -signature and -savesignature, which leak when the driver is removed. Free the signatures...
EUVD-2026-76341
In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Free system certificate signatures Multi-certificate support also allows the system authentication object to store -signature and -savesignature, which leak when the driver is removed. Free the signatures...
CVE-2026-80988 NTB: ntb_transport: Fail TX enqueue when the QP link is down
In the Linux kernel, the following vulnerability has been resolved: NTB: ntbtransport: Fail TX enqueue when the QP link is down Commit f195a1a6fe41 "ntb: Drop packets when qp link is down" meant to make ntbtransporttxenqueue drop packets submitted while the QP link is down, but it only returns 0...
CVE-2026-80988
This vulnerability affects the Linux kernel NTB (Non-Transparent Bridge) transport layer. The root cause is in ntb_transport_tx_enqueue(): when the QP link is down, the function returned 0 (indicating success) without consuming the submitted packet. Because the caller (ntb_netdev) treats a zero r...