VYPR

rpm package

opensuse/bpftool&distro=openSUSE Leap 15.6

pkg:rpm/opensuse/bpftool&distro=openSUSE%20Leap%2015.6

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