6 matches found
ROOT-OS-UBUNTU-2404-CVE-2026-31525 CVE-2026-31525 in linux - Patched by Root
Root has patched CVE-2026-31525 in the linux package for Root:Ubuntu:24.04. Multiple fixed versions available...
CVE-2026-31525
creationtimestamp| type| source ---|---|--- 2026-05-31 15:22:30+00:00| seen| https://bsky.app/profile/infosecbot.bsky.social/post/3mn5umqjwmq25 2026-05-31 20:00:00+00:00| seen| https://www.hkcert.org/security-bulletin/suse-linux-kernel-multiple-vulnerabilities20260601 2026-06-02 09:00:04+00:00|...
CVE-2026-31525 affecting package kernel for versions less than 6.6.134.1-2
CVE-2026-31525 affecting package kernel for versions less than 6.6.134.1-2. An upgraded version of the package is available that resolves this issue...
CVE-2026-31525
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix undefined behavior in interpreter sdiv/smod for INTMIN The BPF interpreter's signed 32-bit division and modulo handlers use the kernel abs macro on s32 operands. The abs macro documentation include/linux/math.h explicitl...
UBUNTU-CVE-2026-31525
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix undefined behavior in interpreter sdiv/smod for INTMIN The BPF interpreter's signed 32-bit division and modulo handlers use the kernel abs macro on s32 operands. The abs macro documentation include/linux/math.h explicitl...
CVE-2026-31525
CVE-2026-31525 concerns the Linux kernel BPF interpreter’s signed 32-bit division/modulo (sdiv32/smod32). The issue arises from using abs() on s32 operands, which is undefined for S32_MIN, causing incorrect results that can mismatch verifier behavior and enable out-of-bounds map access. A fix int...