245040 matches found
CVE-2026-74397
CVE-2026-74397 describes a Linux kernel issue in the mlx5/IB stack: mlx5_ib_alloc_transport_domain() allocates a transport domain that can leak if mlx5_ib_enable_lb() fails. The mitigation enforces deallocation of the TD on error, returns 0 in the no-loopback success path, and relocates dev->l...
CVE-2026-74397
In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier mlx5iballoctransportdomain allocates a transport domain and then may fail in mlx5ibenablelb. In that case, the allocated TD is leaked. Fix this by deallocatin...
EUVD-2026-59544
In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier mlx5iballoctransportdomain allocates a transport domain and then may fail in mlx5ibenablelb. In that case, the allocated TD is leaked. Fix this by deallocatin...
CVE-2026-74396
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix UMR XLT cleanup on ODP populate failure mlx5rumrupdatexlt allocates and DMA maps an XLT buffer with mlx5rumrcreatexlt. The buffer is released by the common cleanup path through mlx5rumrunmapfreexlt. After...
CVE-2026-74394
In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: fix integer overflow in immediate data length check immbuf-len is a user-controlled uint32t received from the network. Adding it to immdataoffset without overflow checking allows a malicious initiator to send...
CVE-2026-74394 RDMA/srpt: fix integer overflow in immediate data length check
In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: fix integer overflow in immediate data length check immbuf-len is a user-controlled uint32t received from the network. Adding it to immdataoffset without overflow checking allows a malicious initiator to send...
EUVD-2026-59541
In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: fix integer overflow in immediate data length check immbuf-len is a user-controlled uint32t received from the network. Adding it to immdataoffset without overflow checking allows a malicious initiator to send...
EUVD-2026-59542
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix devx subscribe-event unwind NULL dereference MLX5IBMETHODDEVXSUBSCRIBEEVENT links eventsub into sublist before initializing the fields used by the shared error path. If eventfdctxfdget then fails, the unwind path...
CVE-2026-74395
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix devx subscribe-event unwind NULL dereference MLX5IBMETHODDEVXSUBSCRIBEEVENT links eventsub into sublist before initializing the fields used by the shared error path. If eventfdctxfdget then fails, the unwind path...
CVE-2026-74395
CVE-2026-74395 relates to the Linux kernel MLX5 RDMA driver. The vulnerability is a NULL dereference in the devx subscribe-event unwind path within MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT, triggered when eventfd_ctx_fdget() fails and the unwind code dereferences event_sub->ev_file before its field...
CVE-2026-74394
The CVE-2026-74394 entry documents a Linux kernel issue in RDMA/srpt where an overflow occurs in the immediate data length check. Specifically, imm_buf->len is a user-controlled uint32_t received over the network; adding it to imm_data_offset without overflow checking lets a malicious initiato...
EUVD-2026-59540
In the Linux kernel, the following vulnerability has been resolved: drm/syncobj: Fix memory leak in drmsyncobjfindfence Commit 18226ba52159 "drm/syncobj: reject invalid flags in drmsyncobjfindfence" forgot to take into account the fact that drmsyncobjfind takes a reference to syncobj and returns...
CVE-2026-74393
In the Linux kernel DRM subsystem, a memory leak was fixed in drm_syncobj_find_fence(). The root cause was that drm_syncobj_find() takes a reference to a syncobj and the function could return early without dropping that reference, leaking memory. The fix (commit 18226ba52159) also changes handlin...
CVE-2026-74393 drm/syncobj: Fix memory leak in drm_syncobj_find_fence()
In the Linux kernel, the following vulnerability has been resolved: drm/syncobj: Fix memory leak in drmsyncobjfindfence Commit 18226ba52159 "drm/syncobj: reject invalid flags in drmsyncobjfindfence" forgot to take into account the fact that drmsyncobjfind takes a reference to syncobj and returns...
CVE-2026-74392
Summary of CVE-2026-74392 (Linux kernel, device-mapper): The issue involves the dm_poll_bio() callback used by stacked dm devices. The caller only knows about the dm queue and could initiate spinning polls, passing flags unchanged to the mapped clone, which may cause blk_mq_poll() to spin on a ta...
EUVD-2026-59539
In the Linux kernel, the following vulnerability has been resolved: dm: limit target bio polling to one shot dmpollbio is the -pollbio callback for a stacked dm device. The caller only knows about the dm queue, so it may decide to do a spinning poll if it thinks a single queue is being polled...
CVE-2026-74391
In the Linux kernel, the following vulnerability has been resolved: tracing: Bound synthetic-field strings with seqbuf The synthetic field helpers build a prefixed synthetic variable name and a generated hist command in fixed MAXFILTERSTRVAL buffers. The current code appends those strings with ra...
CVE-2026-74392
In the Linux kernel, the following vulnerability has been resolved: dm: limit target bio polling to one shot dmpollbio is the -pollbio callback for a stacked dm device. The caller only knows about the dm queue, so it may decide to do a spinning poll if it thinks a single queue is being polled...
CVE-2026-74391
In CVE-2026-74391, the Linux kernel tracing subsystem is affected by a buffer-overflow risk in synthetic-field string construction. The vulnerability arises because synthetic field helpers append strings with strcat() to fixed MAX_FILTER_STR_VAL buffers, allowing long key lists, field names, or s...
CVE-2026-74392 dm: limit target bio polling to one shot
In the Linux kernel, the following vulnerability has been resolved: dm: limit target bio polling to one shot dmpollbio is the -pollbio callback for a stacked dm device. The caller only knows about the dm queue, so it may decide to do a spinning poll if it thinks a single queue is being polled...