3 matches found
ROOT-OS-UBUNTU-2204-CVE-2025-38528 CVE-2025-38528 in rootio-linux - Patched by Root
Root has patched CVE-2025-38528 in the rootio-linux package for Root:Ubuntu:22.04. Multiple fixed versions available...
SUSE CVE-2025-38528
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject %p% format string in bprintf-like helpers static const char fmt = "%p%"; bpftraceprintkfmt, sizeoffmt; The above BPF program isn't rejected and causes a kernel warning at runtime: Please remove unsupported %\x00 in...
CVE-2025-38528
CVE-2025-38528: In the Linux kernel, a BPF format-string handling flaw in bpf_bprintf_prepare could fail to reject a crafted %\x00 sequence, allowing a runtime kernel warning when a BPF program uses %p% (as shown by the example). A patch fixes this by ensuring punctuation isn’t skipped during pro...