1557 matches found
EUVD-2026-64376
In the Linux kernel, the following vulnerability has been resolved: net/atm: fix slab-out-of-bounds read in vccsetsockopt vccsetsockopt contained an ineffective optlen check: if SOLEVELMATCHoptname, level && optlen != SOSIZEoptname return -EINVAL; If SOLEVELMATCHoptname, level evaluated to false...
CVE-2026-74689
CVE-2026-74689 is a slab-out-of-bounds read in the Linux kernel's net/atm subsystem, specifically in vcc_setsockopt(). The root cause is an ineffective optlen validation: when __SO_LEVEL_MATCH(optname, level) evaluates to false, the length check is short-circuited and bypassed, allowing copy_from...
CVE-2026-74594 sched/psi: Shut down rtpoll_timer in psi_cgroup_free()
In the Linux kernel, the following vulnerability has been resolved: sched/psi: Shut down rtpolltimer in psicgroupfree psischedulertpollwork is called locklessly from the scheduler hotpath and can race psitriggerdestroy taking down the last rtpoll trigger under rtpolltriggerlock:...
EUVD-2026-64531
In the Linux kernel, the following vulnerability has been resolved: sched/psi: Shut down rtpolltimer in psicgroupfree psischedulertpollwork is called locklessly from the scheduler hotpath and can race psitriggerdestroy taking down the last rtpoll trigger under rtpolltriggerlock:...
CVE-2026-74594
This Linux kernel vulnerability is a use-after-free in the Pressure Stall Information (PSI) subsystem. A race between psi_schedule_rtpoll_work() (called locklessly from the scheduler hotpath) and psi_trigger_destroy() allows the rtpoll_timer to be re-armed after the cgroup is freed, causing poll_...
PT-2026-79599
In the Linux kernel, the following vulnerability has been resolved: sched/psi: Shut down rtpoll timer in psi cgroup free psi schedule rtpoll work is called locklessly from the scheduler hotpath and can race psi trigger destroy taking down the last rtpoll trigger under rtpoll trigger lock: psi...
PT-2026-79694
In the Linux kernel, the following vulnerability has been resolved: net/atm: fix slab-out-of-bounds read in vcc setsockopt vcc setsockopt contained an ineffective optlen check: if SO LEVEL MATCHoptname, level && optlen != SO SIZEoptname return -EINVAL; If SO LEVEL MATCHoptname, level evaluated to...
PT-2026-79598
In the Linux kernel, the following vulnerability has been resolved: sched ext: Take cgroup lock first in scx cgroup lock scx cgroup lock write-locks scx cgroup ops rwsem and then takes cgroup lock, which can deadlock through kernfs: scx enable/disable cgroup rmdir cpu.weight write...
CVE-2026-74483
A flaw was found in the binfmtmisc component of the Linux kernel. An unprivileged local attacker, operating under specific memory constraints a tight memory cgroup, could repeatedly trigger a failure in the bmfillsuper function during a mount operation. This failure prevents the proper release of...
kernel: sched/psi: fix race between file release and pressure write
A flaw was found in the Linux kernel's Pressure Stall Information PSI subsystem. A race condition exists between the file release and pressure write operations, specifically concerning the priv member of struct kernfsopenfile. This can lead to a use-after-free vulnerability or a NULL dereference,...
kernel: sched/psi: fix race between file release and pressure write
A flaw was found in the Linux kernel's Pressure Stall Information PSI subsystem. A race condition exists between the file release and pressure write operations, specifically concerning the priv member of struct kernfsopenfile. This can lead to a use-after-free vulnerability or a NULL dereference,...
CVE-2026-74305
A flaw was found in the Linux kernel's Berkeley Packet Filter BPF subsystem. This vulnerability allows a program without cgroup storage to bypass compatibility checks when bridging tail call chains. This could enable unintended interactions between programs with and without cgroup storage,...
CVE-2026-72010
A flaw was found in the Linux kernel's cgroup/cpuset component. A local user can exploit this by configuring a child cpuset without explicitly setting its memory nodes. When a CPU hotplug event occurs, a division-by-zero error is triggered during memory policy rebind, leading to a system crash...
CVE-2026-72213
A flaw was found in the Linux kernel's huge page memory management hugetlb. A mismatch in how reserved and non-reserved huge page control group cgroup charges are handled during memory allocation and deallocation can lead to an incorrect cgroup being uncharged. This issue results in a page counte...
CVE-2026-72427
A flaw was found in the Linux kernel's BPF Berkeley Packet Filter cgroup program handling. Incorrect indexing in the replaceeffectiveprog and purgeeffectiveprogs functions, particularly when BPFFPREORDER programs are active, can lead to memory corruption. This issue can result in overwriting...
Linux Distros Unpatched Vulnerability : CVE-2026-72427
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Fix effective prog array index with BPFFPREORDER replaceeffectiveprog and purgeeffectiveprogs located the slot in the effective array by walking the progra...
Linux Distros Unpatched Vulnerability : CVE-2026-72010
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cgroup/cpuset: rebind mm mempolicy to effectivemems, not memsallowed Creating a child cpuset where cpuset.mems is never set leads to a div/0 when a VMA mempolic...
Linux Distros Unpatched Vulnerability : CVE-2026-74371
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: fix BPFPROGQUERY OOB write and cgroup backward compat BPFPROGQUERY writes back the 'query.revision' field unconditionally to userspace. If userspace passes...
Linux Distros Unpatched Vulnerability : CVE-2026-74305
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 bpf: Fix oob access in cgroup local storage is still incomplete. The...
UBUNTU-CVE-2026-74483
In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't leak the user namespace when the mount fails bmgettree takes a reference to the user namespace and hands it to gettreekeyed as the sget key. sgetfc moves that reference into sb-sfsinfo and clears fc-sfsinfo, so...