5.5

CVSS3.1

CVE-2026-23164 - rocker: fix memory leak in rocker_world_port_post_fini()

In the Linux kernel, the following vulnerability has been resolved: rocker: fix memory leak in rocker_world_port_post_fini() In rocker_world_port_pre_init(), rocker_port->wpriv is allocated with kzalloc(wops->port_priv_size, GFP_KERNEL). However, in rocker_world_port_post_fini(), the memory is on…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: March 18, 2026, 3:03 p.m.

5.5

CVSS3.1

CVE-2026-23205 - smb/client: fix memory leak in smb2_open_file()

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix memory leak in smb2_open_file() Reproducer: 1. server: directories are exported read-only 2. client: mount -t cifs //${server_ip}/export /mnt 3. client: dd if=/dev/zero of=/mnt/file bs=512 count=1000 oflag=…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: March 18, 2026, 5:10 p.m.

7.8

CVSS3.1

CVE-2026-23185 - wifi: iwlwifi: mld: cancel mlo_scan_start_wk

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: cancel mlo_scan_start_wk mlo_scan_start_wk is not canceled on disconnection. In fact, it is not canceled anywhere except in the restart cleanup, where we don't really have to. This can cause an init-after-que…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 3, 2026, 1:32 p.m.

5.5

CVSS3.1

CVE-2026-23145 - ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref

In the Linux kernel, the following vulnerability has been resolved: ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref The error branch for ext4_xattr_inode_update_ref forget to release the refcount for iloc.bh. Find this when review code.

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: March 17, 2026, 9:13 p.m.

7.8

CVSS3.1

CVE-2026-23158 - gpio: virtuser: fix UAF in configfs release path

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guard(mutex) to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutex_unlock() to ope…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: March 18, 2026, 2:19 p.m.

4.7

CVSS3.1

CVE-2026-23115 - serial: Fix not set tty->port race condition

In the Linux kernel, the following vulnerability has been resolved: serial: Fix not set tty->port race condition Revert commit bfc467db60b7 ("serial: remove redundant tty_port_link_device()") because the tty_port_link_device() is not redundant: the tty->port has to be confured before we call uart…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: March 18, 2026, 1:41 p.m.

7.1

CVSS3.1

CVE-2026-23204 - net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_u32: use skb_header_pointer_careful() skb_header_pointer() does not fully validate negative @offset values. Use skb_header_pointer_careful() instead. GangMin Kim provided a report and a repro fooling u32_classify…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 3, 2026, 1:32 p.m.

7.0

CVSS3.1

CVE-2025-71221 - dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue() Add proper locking in mmp_pdma_residue() to prevent use-after-free when accessing descriptor list and descriptor contents. The race occurs when multiple threads call …

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: March 25, 2026, 10:20 a.m.

5.5

CVSS3.1

CVE-2025-71224 - wifi: mac80211: ocb: skip rx_no_sta when interface is not joined

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: ocb: skip rx_no_sta when interface is not joined ieee80211_ocb_rx_no_sta() assumes a valid channel context, which is only present after JOIN_OCB. RX may run before JOIN_OCB is executed, in which case the OCB inte…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: Feb. 18, 2026, 5:52 p.m.

4.7

CVSS3.1

CVE-2026-23207 - spi: tegra210-quad: Protect curr_xfer check in IRQ handler

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect curr_xfer check in IRQ handler Now that all other accesses to curr_xfer are done under the lock, protect the curr_xfer NULL check in tegra_qspi_isr_thread() with the spinlock. Without this protection, …

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 2, 2026, 12:16 p.m.
Total resulsts: 343921
Page 1112 of 34,393
Β« previous page Β» next page
Filters