5 matches found
CVE-2023-53752
CVE-2023-53752 is a Linux kernel issue in the kmalloc_reserve path of net/core/skbuff.c. The patch fixes an overflow/size-truncation bug: kmalloc_size_roundup(size) may produce 2^32 for inputs > 0x80000001, which gets truncated to 0 when stored in a 32-bit obj_size, causing kmalloc(0) and ZERO...
EUVD-2024-53132
Malicious code in bioql PyPI...
Linux Distros Unpatched Vulnerability : CVE-2025-38115
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netsched: schsfq: fix a potential crash on gsoskb handling SFQ has an assumption of always being able to queue at least one packet. However, after the blamed...
AZL-54841 CVE-2024-56659 affecting package kernel for versions less than 6.6.76.1-1
In the Linux kernel, the following vulnerability has been resolved: net: lapb: increase LAPBHEADERLEN It is unclear if net/lapb code is supposed to be ready for 8021q. We can at least avoid crashes like the following : skbuff: skbunderpanic: text:ffffffff8aabe1f6 len:24 put:20 head:ffff88802824a4...
AZL-48489 CVE-2024-43817 affecting package kernel for versions less than 5.15.167.1-1
In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtionethdrtoskb allowed syzbot to crash kernels again 1. After the skbsegment function the buffer may become non-linear nrfrags != 0, but since the SKBTXSHAREDFRAG flag is not set...