CVE-2026-23262
NONEВ ядре Linux устранена следующая уязвимость: gve: Fix stats report corruption on queue count change The driver and the NIC share a region in memory for stats reporting. The NIC …
Полная база данных уязвимостей CVE. Отслеживайте критические угрозы безопасности, эксплойты и патчи. Обновляется ежедневно.
В ядре Linux устранена следующая уязвимость: gve: Fix stats report corruption on queue count change The driver and the NIC share a region in memory for stats reporting. The NIC …
В ядре Linux устранена следующая уязвимость: nvme-fc: освободить набор тегов администратора, если инициализация не удалась nvme_fabrics creates an NVMe/FC controller in following path: nvmf_dev_write() -> nvmf_create_ctrl() -> nvme_fc_create_ctrl() -> nvme_fc_init_ctrl() …
В ядре Linux устранена следующая уязвимость: regmap: maple: free entry on mas_store_gfp() failure regcache_maple_write() allocates a new block ('entry') to merge adjacent ranges and then stores it with mas_store_gfp(). When …
В ядре Linux устранена следующая уязвимость: io_uring/rw: free potentially allocated iovec on cache put failure If a read/write request goes through io_req_rw_cleanup() and has an allocated iovec attached and fails …
В ядре Linux устранена следующая уязвимость: net: liquidio: Initialize netdev pointer before queue setup In setup_nic_devices(), the netdev is allocated using alloc_etherdev_mq(). However, the pointer to this structure is stored …
В ядре Linux устранена следующая уязвимость: net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanup In setup_nic_devices(), the initialization loop jumps to the label setup_nic_dev_free в случае сбоя. Текущий цикл …
В ядре Linux устранена следующая уязвимость: net: liquidio: Fix off-by-one error in VF setup_nic_devices() cleanup In setup_nic_devices(), the initialization loop jumps to the label setup_nic_dev_free в случае сбоя. Текущий цикл …
В ядре Linux устранена следующая уязвимость: net: add proper RCU protection to /proc/net/ptype Yin Fengwei reported an RCU stall in ptype_seq_show() and provided патч. Real issue is that ptype_seq_next() and …
В ядре Linux устранена следующая уязвимость: net: gro: исправить смещение внешней сети The udp GRO complete stage assumes that all the packets inserted the RX обнулить флаг инкапсуляции. Такое предположение …
В ядре Linux устранена следующая уязвимость: media: dvb-core: fix wrong reinitialization of ringbuffer on reopen dvb_dvr_open() calls dvb_ringbuffer_init() when a new reader opens the Устройство видеорегистратора. dvb_ringbuffer_init() calls init_waitqueue_head(), which …