5.5

CVSS3.1

CVE-2026-23199 - procfs: avoid fetching build ID while holding VMA lock

In the Linux kernel, the following vulnerability has been resolved: procfs: avoid fetching build ID while holding VMA lock Fix PROCMAP_QUERY to fetch optional build ID only after dropping mmap_lock or per-VMA lock, whichever was used to lock VMA under question, to avoid deadlock reported by syzbo…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 18, 2026, 6:15 p.m.

7.8

CVSS3.1

CVE-2026-23209 - macvlan: fix error recovery in macvlan_common_newlink()

In the Linux kernel, the following vulnerability has been resolved: macvlan: fix error recovery in macvlan_common_newlink() valis provided a nice repro to crash the kernel: ip link add p1 type veth peer p2 ip link set address 00:00:00:00:00:20 dev p1 ip link set up dev p1 ip link set up dev p2 …

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 16, 2026, 12:45 a.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: April 17, 2026, 7:30 p.m.

5.5

CVSS3.1

CVE-2026-23113 - io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop

In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop Currently this is checked before running the pending work. Normally this is quite fine, as work items either end up blocking (which will create a new worker for other item…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 18, 2026, 12:30 p.m.

4.7

CVSS3.1

CVE-2026-23210 - ice: Fix PTP NULL pointer dereference during VSI rebuild

In the Linux kernel, the following vulnerability has been resolved: ice: Fix PTP NULL pointer dereference during VSI rebuild Fix race condition where PTP periodic work runs while VSI is being rebuilt, accessing NULL vsi->rx_rings. The sequence was: 1. ice_ptp_prepare_for_reset() cancels PTP work…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 16, 2026, 12:45 a.m.

5.5

CVSS3.1

CVE-2026-23124 - ipv6: annotate data-race in ndisc_router_discovery()

In the Linux kernel, the following vulnerability has been resolved: ipv6: annotate data-race in ndisc_router_discovery() syzbot found that ndisc_router_discovery() could read and write in6_dev->ra_mtu without holding a lock [1] This looks fine, IFLA_INET6_RA_MTU is best effort. Add READ_ONCE()/…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 17, 2026, 7:45 p.m.

5.5

CVSS3.1

CVE-2026-23122 - igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue

In the Linux kernel, the following vulnerability has been resolved: igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue The previous 7 KB per queue caused TX unit hangs under heavy timestamping load. Reducing to 5 KB avoids these hangs and matches the TSN recommendation in I225/I226 SW Use…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 18, 2026, 12:30 p.m.

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: April 18, 2026, 12:30 p.m.

5.5

CVSS3.1

CVE-2026-23146 - Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work hci_uart_set_proto() sets HCI_UART_PROTO_INIT before calling hci_uart_register_dev(), which calls proto->open() to initialize hu->priv. However, if a TTY write wakeup…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 17, 2026, 7:45 p.m.

4.7

CVSS3.1

CVE-2026-23167 - nfc: nci: Fix race between rfkill and nci_unregister_device().

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix race between rfkill and nci_unregister_device(). syzbot reported the splat below [0] without a repro. It indicates that struct nci_dev.cmd_wq had been destroyed before nci_close_device() was called via rfkill. nci…

πŸ“… Published: Feb. 14, 2026, midnight πŸ”„ Last Modified: April 17, 2026, 7:45 p.m.
Total resulsts: 349182
Page 1636 of 34,919
Β« previous page Β» next page
Filters