23675 matches found
CVE-2026-74719
CVE-2026-74719 is a memory leak in the Linux kernel's SMC (Shared Memory Communications) module, specifically in smc_llc_event_handler(). The SMC_LLC_CONFIRM_LINK / SMC_LLC_ADD_LINK_CONT branch stores an incoming qentry into the local LLC flow without first checking whether a qentry is already pe...
CVE-2026-74690
CVE-2026-74690 is a Use-After-Free vulnerability in the Linux kernel 's s390/ism (Interrupt Sharing Module) subsystem. An ISM interrupt handler can remain active in parallel with ism_dev_exit(), accessing already-freed sba and ieq data structures. The fix ensures that after unregister_ieq() no ne...
CVE-2026-74690 s390/ism: Fix UAF of sba and ieq during ism_dev_exit()
In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ismdevexit A ism interrupt handler can be active in parallel with ismdevexit, accessing freed data structures. No new interrupts will be generated after unregisterieq. Drain ongoing interru...
EUVD-2026-64377
In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ismdevexit A ism interrupt handler can be active in parallel with ismdevexit, accessing freed data structures. No new interrupts will be generated after unregisterieq. Drain ongoing interru...
EUVD-2026-64589
In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ The RS485 trigger hrtimers are embedded in the devm-managed port and can fire after it is freed. The IRQ handler can arm a timer, so free the IRQ first and then cancel...
CVE-2026-74652
This vulnerability affects the Linux kernel amba-pl011 serial driver. The RS485 trigger hrtimers are embedded in the devm-managed port and can fire after the port is freed, because the IRQ handler can arm a timer. The fix ensures the IRQ is freed before cancelling both timers, completes the RS485...
EUVD-2026-64578
In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: bound the hwdep mmap fault offset sndus428ctlsvmfault turns the faulting page offset into a kernel address with no bound of any kind: offset = vmf-pgoff us428ctlssharedmem + offset; page = virttopagevaddr; getpagepag...
EUVD-2026-64566
In the Linux kernel, the following vulnerability has been resolved: net/dibs: Correct freeing of dmbclientidarr A dibs device interrupt handler can be active after dibsdevdel and may still access dmbclientidarr. UAF In case of a failure in dibsdevadd being called by dibslodevprobe dmbclientidarr ...
CVE-2026-74629
CVE-2026-74629 affects the Linux kernel in the net/dibs subsystem. Two memory management flaws exist: a use-after-free occurs because a dibs device interrupt handler can remain active after dibs_dev_del() and still access dmb_clientid_arr, and a double free occurs when dibs_dev_add() fails during...
CVE-2026-74617
CVE-2026-74617 is a Linux kernel vulnerability in the DIBS (Distributed Interface Bus System) driver. The root cause is that dibs->lock was initialized in dibs_dev_add(), but the interrupt handler ism_handle_irq() could fire earlier—after request_irq() in ism_dev_init()—and unconditionally acq...
EUVD-2026-64554
In the Linux kernel, the following vulnerability has been resolved: dibs: initialise dibs-lock in dibsdevalloc dibs-lock is initialised by dibsdevadd, but a dibs device can already take interrupts before that call: ismprobe runs ismdevinit, and hence requestirq, before it calls dibsdevadd. No...
CVE-2026-74617 dibs: initialise dibs->lock in dibs_dev_alloc()
In the Linux kernel, the following vulnerability has been resolved: dibs: initialise dibs-lock in dibsdevalloc dibs-lock is initialised by dibsdevadd, but a dibs device can already take interrupts before that call: ismprobe runs ismdevinit, and hence requestirq, before it calls dibsdevadd. No...
EUVD-2026-64271
Netty io.netty:netty-handler versions from 4.2.0.Final through 4.2.16.Final and versions through 4.1.136.Final disable TLS hostname verification on the SslProvider.OPENSSL client path when a plain non-extended X509TrustManager is used and Unsafe-based trust-manager wrapping is unavailable Java 25...
CVE-2026-62243
Netty io.netty:netty-handler versions from 4.2.0.Final through 4.2.16.Final and versions through 4.1.136.Final disable TLS hostname verification on the SslProvider.OPENSSL client path when a plain non-extended X509TrustManager is used and Unsafe-based trust-manager wrapping is unavailable Java 25...
EUVD-2026-64247
A vulnerability was determined in TRENDnet TEW-821DAP 2.2.01b05. Affected by this vulnerability is the function ucisafeget of the file /cgi-bin/applytime.cgi of the component NTP Timezone Configuration Handler. Executing a manipulation of the argument...
PT-2026-79657
In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ The RS485 trigger hrtimers are embedded in the devm-managed port and can fire after it is freed. The IRQ handler can arm a timer, so free the IRQ first and then cancel...
PT-2026-79622
In the Linux kernel, the following vulnerability has been resolved: dibs: initialise dibs-lock in dibs dev alloc dibs-lock is initialised by dibs dev add, but a dibs device can already take interrupts before that call: ism probe runs ism dev init, and hence request irq, before it calls dibs dev...
PT-2026-79724
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix qentry overwrite for CONFIRM LINK and ADD LINK CONT in smc llc event handler The SMC LLC CONFIRM LINK / SMC LLC ADD LINK CONT branch in smc llc event handler stores an incoming qentry into the local LLC flow without...
PT-2026-79655
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in WMM param handler WMM param handler copies a fixed-size WMM parameter element out of a received information element without checking that the element is long enough, causing an out-of-bounds re...
PT-2026-79646
In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: bound the hwdep mmap fault offset snd us428ctls vm fault turns the faulting page offset into a kernel address with no bound of any kind: offset = vmf-pgoff us428ctls sharedmem + offset; page = virt to pagevaddr; get...