474712 matches found
PT-2026-72763
In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix NULL pointer dereference in is vm area hugepages find vm area can return NULL if the given address is not a valid vmalloc area. Check the return value before dereferencing it to avoid a kernel crash...
PT-2026-72755
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock waiting for ticket during data relocation When performing data relocation on a zoned filesystem, BTRFS can deadlock in handle reserve tickets. The relocation process is waiting on a space reservation...
PT-2026-72244
In the Linux kernel, the following vulnerability has been resolved: net: ip6 vti: require CAP NET ADMIN in the device netns for changelink vti6 changelink operates on at most two netns, dev netdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other...
PT-2026-72316
In the Linux kernel, the following vulnerability has been resolved: netdev-genl: report NAPI thread PID in the caller's pid namespace netdev nl napi fill one reports the NAPI kthread PID in NETDEV A NAPI PID using task pid nr, which returns the PID in the initial pid namespace. NETDEV CMD NAPI GE...
PT-2026-72328
In the Linux kernel, the following vulnerability has been resolved: i2c: mlxbf: Fix use-after-free in mlxbf i2c init resource If devm platform get and ioremap resource returns an error, mlxbf i2c init resource frees tmp res before reading tmp res-io to get the error code. This results in a...
PT-2026-72243
In the Linux kernel, the following vulnerability has been resolved: net: ip vti: require CAP NET ADMIN in the device netns for changelink vti changelink operates on at most two netns, dev netdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other...
PT-2026-72257
In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Use u64 multiplication in update rlimit cpu update rlimit cpu converts the RLIMIT CPU value to nanoseconds with u64 nsecs = rlim new NSEC PER SEC; On 32-bit kernels both rlim new unsigned long and NSEC PER SEC...
PT-2026-72320
In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Prevent shared tags across queues on Apple A11 On Apple A11, tags of pending commands must be unique across the admin and IO queues, else the firmware crashes with "duplicate tag error for tag N", with N being the tag...
PT-2026-72329
In the Linux kernel, the following vulnerability has been resolved: i2c: imx: fix locked bus on SMBus block-read of 0 IRQ SMBus 3.1 6.5.7 allows a Block Read byte count of 0, but the interrupt-driven block-read state machine rejects it as -EPROTO. Worse, it returns without a NACK+STOP: the next...
PT-2026-72278
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Reject firmware log with size smaller than header fw log from bo validates the tracing buffer header size and that the log fits within the BO, but never checks that log-size is at least log-header size. fw log print...
PT-2026-72771
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL pointer dereference in bpf task from vpid bpf task from vpid looks up a task in the pid namespace of the current task, via find task by vpid: find task by vpidvpid find task by pid nsvpid, task active pid nscurrent...
PT-2026-72772
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bound S1G TIM PVB walk to the TIM element ieee80211 s1g check tim parses the S1G Partial Virtual Bitmap PVB of a received TIM element. The TIM is handed in as the element payload: ieee802 11 parse elems full store...
PT-2026-72729
In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: fsl audmix: Validate written enum values fsl audmix put mix clk src and fsl audmix put out src convert the user-provided enum item with snd soc enum item to val before checking whether the item is within the enum's ite...
PT-2026-72748
In the Linux kernel, the following vulnerability has been resolved: vhost/vdpa: validate virtqueue index in mmap and fault paths vhost vdpa mmap and vhost vdpa fault use vma-vm pgoff as a virtqueue index for get vq notification, but they do not validate that the index is smaller than v-nvqs. The...
PT-2026-72757
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfs run delayed refs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'locked ref' is currently NULL, by calling btrfs select ref head, which can return an...
PT-2026-72761
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: use kfree rcu for offchannel link in mt76 put vif phy link mt76 put vif phy link frees the offchannel mlink with plain kfree after rcu assign pointerNULL. However, rcu assign pointer only prevents future RCU readers...
PT-2026-72873
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix deadlock if uvc status stop is called from async ctrl.work If a UVC camera has an asynchronous control, uvc status stop may be called from async ctrl.work: uvc ctrl status event work uvc ctrl status event uvc...
PT-2026-72283
In the Linux kernel, the following vulnerability has been resolved: dma-buf: dma-fence: Fix potential NULL pointer dereference The commit mentioned in the fixes tag below introduced a mechanism through which fence producers can fully decouple from fence consumers. This, desirable, mechanism is...
PT-2026-72849
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix wrong pci get drvdata type in AER handlers rtw89 stores an ieee80211 hw pointer via pci set drvdata at probe time, but io error detected and io resume retrieve it as a net device pointer. This causes netif device...
PT-2026-72796
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps for bpf map elem iterators Exclusive maps aka excl prog hash are meant to be reachable only from the single program whose hash matches. This is enforced by check map prog compatibility when the map is...