VYPR

rpm package

suse/bpftool&distro=SUSE Linux Enterprise Module for Basesystem 15 SP6

pkg:rpm/suse/bpftool&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP6

Vulnerabilities (1)

  • CVE-2024-49987Oct 21, 2024
    affected < 6.4.0-150600.19.6.1fixed 6.4.0-150600.19.6.1

    In the Linux kernel, the following vulnerability has been resolved: bpftool: Fix undefined behavior in qsort(NULL, 0, ...) When netfilter has no entry to display, qsort is called with qsort(NULL, 0, ...). This results in undefined behavior, as UBSan reports: net.c:827:2: runti