84245 matches found
EUVD-2026-59401
In the Linux kernel, the following vulnerability has been resolved: tcp: ipv6: clamp default adverting MSS to avoid GSOBYFRAGS 0xFFFF When MTU is large, ip6defaultadvmss can return IPV6MAXPLEN 65535. This is interpreted by TCP as mssclamp, allowing the MSS to reach 65535. However, 0xFFFF is also...
CVE-2026-72502
The CVE-2026-72502 entry corresponds to a Linux kernel IPv6 TCP MSS clamping fix. When MTU is large, ip6_default_advmss() could return IPV6_MAXPLEN (65535), which TCP could treat as MSS, enabling an MSS of 65535. Since 0xFFFF is also used as the GSO_BY_FRAGS magic value, passing a TCP packet with...
CVE-2026-72502 tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)
In the Linux kernel, the following vulnerability has been resolved: tcp: ipv6: clamp default adverting MSS to avoid GSOBYFRAGS 0xFFFF When MTU is large, ip6defaultadvmss can return IPV6MAXPLEN 65535. This is interpreted by TCP as mssclamp, allowing the MSS to reach 65535. However, 0xFFFF is also...
CVE-2026-72498
The CVE-2026-72498 entry affects the Linux kernel's RDMA driver bnxt_re. The issue concerns the dumping of MR info with the rdma tool, where the mr_hwq (a kernel pointer) was exposed to end users. The vulnerability was resolved by avoiding display of the kernel pointer when dumping MR information...
CVE-2026-72498 RDMA/bnxt_re: Avoid displaying the kernel pointer
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Avoid displaying the kernel pointer While dumping the info on MR using the rdma tool, we dump the mrhwq which is a kernel pointer. There is no need to expose this value for end user. So avoid it...
EUVD-2026-59397
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Avoid displaying the kernel pointer While dumping the info on MR using the rdma tool, we dump the mrhwq which is a kernel pointer. There is no need to expose this value for end user. So avoid it...
EUVD-2026-59389
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix stainfo check in rtwaesdecrypt The null-pointer-guard was incorrect, returning FAIL on valid pointer. Invert the guard, so it returns FAIL on invalid pointer...
CVE-2026-72490 staging: rtl8723bs: fix stainfo check in rtw_aes_decrypt
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix stainfo check in rtwaesdecrypt The null-pointer-guard was incorrect, returning FAIL on valid pointer. Invert the guard, so it returns FAIL on invalid pointer...
CVE-2026-72490
The CVE-2026-72490 entry concerns the Linux kernel (staging: rtl8723bs) with a fix to the stainfo check in rtw_aes_decrypt. The issue was an incorrect null-pointer guard that returned _FAIL on a valid pointer; the guard was inverted so that it now returns _FAIL on invalid pointers. This change re...
EUVD-2026-59384
In the Linux kernel, the following vulnerability has been resolved: coresight: platform: defer connection counter increment until alloc succeeds coresightaddoutconn increments nroutconns before calling devmkreallocarray and again before devmkmalloc. If either allocation fails, the counter is...
CVE-2026-72485 coresight: platform: defer connection counter increment until alloc succeeds
In the Linux kernel, the following vulnerability has been resolved: coresight: platform: defer connection counter increment until alloc succeeds coresightaddoutconn increments nroutconns before calling devmkreallocarray and again before devmkmalloc. If either allocation fails, the counter is...
CVE-2026-72481
In the Linux kernel, the following vulnerability has been resolved: iio: magnetometer: ak8975: fix potential kernel stack memory leak Currently in the AK8975 driver there are four instances where potential uninitialized kernel stack memory leaks can occur. If i2csmbusreadi2cblockdataoremulated...
CVE-2026-72474
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dma-axi-dmac: use DMA pool to manange DMA descriptor For architectures like Microblaze or arm64 where this IP is used, DMADIRECTREMAP is set which means that dmaalloccoherent might remap and hence vmalloc some memory...
CVE-2026-72468
Summary: CVE-2026-72468 affects the Linux kernel components xprtrdma/rpcrdma. A race between NFS/RDMA mount and RDMA device removal could trigger a NULL dereference in the kernel trace path. Affected context (from provided docs): rpcrdma_ep_create() and rpcrdma_create_id() interactions allow the ...
CVE-2026-72468 xprtrdma: Initialize re_id before removal registration
In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Initialize reid before removal registration rpcrdmacreateid registers ep-rern with the rpcrdma ibclient before returning the new rdmacmid to rpcrdmaepcreate. However rpcrdmaepcreate currently stores that pointer in...
EUVD-2026-59367
In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Initialize reid before removal registration rpcrdmacreateid registers ep-rern with the rpcrdma ibclient before returning the new rdmacmid to rpcrdmaepcreate. However rpcrdmaepcreate currently stores that pointer in...
CVE-2026-72467
CVE-2026-72467 (Linux kernel, xprtrdma) : The vulnerability arises when frwr_wp_create() fails during connect and rpcrdma_xprt_connect() ignores the error, causing xprt_rdma_connect_worker() to incorrectly report success and set XPRT_CONNECTED. A subsequent NFS/RDMA read with a non‑4‑byte‑aligned...
EUVD-2026-59366
In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Check frwrwpcreate during connect frwrwpcreate creates the singleton Memory Region used to encode padding for Write chunks whose payload length is not XDR-aligned. Its failure paths return a negative errno and leave...
CVE-2026-72467 xprtrdma: Check frwr_wp_create() during connect
In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Check frwrwpcreate during connect frwrwpcreate creates the singleton Memory Region used to encode padding for Write chunks whose payload length is not XDR-aligned. Its failure paths return a negative errno and leave...
EUVD-2026-59359
In the Linux kernel, the following vulnerability has been resolved: apparmor: check label build before nonewprivs test aachangeprofile builds a replacement label with fnlabelbuildinscope before the nonewprivs subset check. The build helper can fail and return NULL or an ERRPTR, but the result was...