377379 matches found
PT-2026-79597
In the Linux kernel, the following vulnerability has been resolved: ima: Instantiate file truncate and path truncate hooks Instantiate the file truncate and path truncate LSM hooks to reset the action cache flags IMA DONE MASK as soon as truncation is requested, so the file, based on policy, is...
Linux Distros Unpatched Vulnerability : CVE-2026-74680
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: atm: cxacru: properly kill rcvurb on error in cxacrucm If cxacrucm encounters an error while submitting or waiting for sndurb, it aborts and returns the...
PT-2026-79703
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix BQL reset on SQ re-activation mlx5e queue start deactivates and re-activates all channels but closes only the queue being restarted. mlx5e activate txqsq then unconditionally calls netdev tx reset queue, zeroing th...
PT-2026-79736
In the Linux kernel, the following vulnerability has been resolved: sched ext: Skip sub-disable teardown for never-linked sub-schedulers A sub-scheduler enable can fail before scx link sched links the sched into the hierarchy, e.g. when the parent is already being disabled, and cleanup still runs...
Linux Distros Unpatched Vulnerability : CVE-2026-74612
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area,...
Linux Distros Unpatched Vulnerability : CVE-2026-74618
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - binfmtmisc: don't warn when the mount is completed from another user namespace fsopen records the caller's user namespace in fc-userns and hands back an ordinar...
Linux Distros Unpatched Vulnerability : CVE-2026-74663
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/sched: reject overly deep qdisc hierarchies Deep qdisc hierarchies can lead to excessive recursion in qdisc tree walkers and exhaust the kernel stack. The...
PT-2026-79651
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: take fl-lock when moving mmaps on interrupted invoke When an invoke is interrupted by a signal, wait for completion interruptible returns -ERESTARTSYS and fastrpc internal invoke moves every buffer from fl-mmaps on...
PT-2026-79718
In the Linux kernel, the following vulnerability has been resolved: vhost iotlb: bound map allocation in add range vhost iotlb add range ctx only retires an old entry when the table has a non-zero limit, has exactly reached that limit and has VHOST IOTLB FLAG RETIRE set. Non-retiring tables can...
PT-2026-79604
In the Linux kernel, the following vulnerability has been resolved: mm/ptdump: always stabilise against page table freeing using init mm Previous commits have established the invariant that kernel page table freeing is performed while an mmap read lock on init mm is held, which fixes races betwee...
PT-2026-79640
In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bit cursor bit cursor fetches the glyph under the cursor with c = scr readwvc pos; src = vc font.data + c & charmask w height; where charmask is 0x1ff when vc hi font mask is set. The...
PT-2026-79710
In the Linux kernel, the following vulnerability has been resolved: udp: fix potential use-after-free in tunnel segmentation skb udp tunnel segment gets the UDP header before ensuring the tunnel header is in the skb head. If the pull reallocates skb-head, the saved UDP header pointer is no longer...
Linux Distros Unpatched Vulnerability : CVE-2026-74636
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing: Fix race between updateeventfields and, eventdefinefields The following sequence may leads race between eventdefinefields and updateeventfields: CPU0...
PT-2026-79730
In the Linux kernel, the following vulnerability has been resolved: enic: fix tx hang reset use-after-free on device removal enic remove cancels the reset and change mtu work items but does not cancel tx hang reset. A TX timeout that fires while the device is being removed can schedule enic tx ha...
Linux Distros Unpatched Vulnerability : CVE-2026-74725
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that...
Linux Distros Unpatched Vulnerability : CVE-2026-74671
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart =...
Linux Distros Unpatched Vulnerability : CVE-2026-74685
"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hwmon: ltc4282 Clamp negative current limits When a negative value is passed to ltc4282writecurr, the signed long val is cast directly to u64:...
Linux Distros Unpatched Vulnerability : CVE-2026-74626
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. ...
PT-2026-79595
In the Linux kernel, the following vulnerability has been resolved: fsverity: Fix bpf get fsverity digest dynptr assumptions The BPF verifier and the dynptr abstraction ensure that the memory space referenced by a dynptr remains valid. They do not, however, provide any guarantee that the contents...
PT-2026-79659
In the Linux kernel, the following vulnerability has been resolved: serial: 8250 dma: Clear stale RX state on shutdown serial8250 release dma terminates RX DMA and releases the channel, but leaves rx running set. If the port is closed while an RX transfer is active, the stale state remains while...