18 matches found
CVE-2024-45018 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-45018 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-45030 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-45030 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-45025 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-45025 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-44998 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-44998 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-46687 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-46687 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-46672 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-46672 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-45028 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-45028 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-44989 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-44989 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-43891 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-43891 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-44974 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-44974 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-45021 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-45021 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
CVE-2024-44946 affecting package kernel for versions less than 6.6.51.1-1
CVE-2024-44946 affecting package kernel for versions less than 6.6.51.1-1. An upgraded version of the package is available that resolves this issue...
AZL-49227 CVE-2024-46677 affecting package kernel for versions less than 6.6.51.1-1
In the Linux kernel, the following vulnerability has been resolved: gtp: fix a potential NULL pointer dereference When sockfdlookup fails, gtpencapenablesocket returns a NULL pointer, but its callers only check for error pointers thus miss the NULL pointer case. Fix it by returning an error point...
AZL-49212 CVE-2024-45029 affecting package kernel for versions less than 6.6.51.1-1
In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: Do not mark ACPI devices as irq safe On ACPI machines, the tegra i2c module encounters an issue due to a mutex being called inside a spinlock. This leads to the following bug: BUG: sleeping function called from invali...
AZL-49242 CVE-2024-45021 affecting package kernel for versions less than 6.6.51.1-1
In the Linux kernel, the following vulnerability has been resolved: memcgwriteeventcontrol: fix a user-triggerable oops we are not guaranteed that anything past the terminating NUL is mapped let alone initialized with anything sane...
AZL-48731 CVE-2024-44998 affecting package kernel for versions less than 6.6.51.1-1
In the Linux kernel, the following vulnerability has been resolved: atm: idt77252: prevent use after free in dequeuerx We can't dereference "skb" after calling vcc-push because the skb is released...
AZL-49300 CVE-2024-44996 affecting package kernel for versions less than 6.6.51.1-1
In the Linux kernel, the following vulnerability has been resolved: vsock: fix recursive -recvmsg calls After a vsock socket has been added to a BPF sockmap, its prot-recvmsg has been replaced with vsockbpfrecvmsg. Thus the following recursiion could happen: vsockbpfrecvmsg - vsockrecvmsg -...
AZL-48683 CVE-2024-44987 affecting package kernel for versions less than 6.6.51.1-1
In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...