CVE-2024-43844
- EPSS 0.03%
- Published 17.08.2024 10:15:09
- Last modified 25.10.2024 19:49:05
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: wow: fix GTK offload H2C skbuff issue We mistakenly put skb too large and that may exceed skb->end. Therefore, we fix it. skbuff: skb_over_panic: text:ffffffffc09e9a9...
CVE-2024-43845
- EPSS 0.02%
- Published 17.08.2024 10:15:09
- Last modified 19.06.2025 13:15:41
In the Linux kernel, the following vulnerability has been resolved: udf: Fix bogus checksum computation in udf_rename() Syzbot reports uninitialized memory access in udf_rename() when updating checksum of '..' directory entry of a moved directory. ...
CVE-2024-43846
- EPSS 0.03%
- Published 17.08.2024 10:15:09
- Last modified 03.11.2025 22:18:10
In the Linux kernel, the following vulnerability has been resolved: lib: objagg: Fix general protection fault The library supports aggregation of objects into other objects only if the parent object does not have a parent itself. That is, nesting i...
CVE-2024-43847
- EPSS 0.09%
- Published 17.08.2024 10:15:09
- Last modified 25.10.2024 19:55:53
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix invalid memory access while processing fragmented packets The monitor ring and the reo reinject ring share the same ring mask index. When the driver receives an i...
CVE-2024-43817
- EPSS 0.01%
- Published 17.08.2024 10:15:08
- Last modified 03.11.2025 22:18:07
In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtio_net_hdr_to_skb() allowed syzbot to crash kernels again 1. After the skb_segment function the buffer may become non-linear (nr...
CVE-2024-43818
- EPSS 0.01%
- Published 17.08.2024 10:15:08
- Last modified 03.11.2025 22:18:07
In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: Adjust error handling in case of absent codec device acpi_get_first_physical_node() can return NULL in several cases (no such device, ACPI table error, reference count d...
CVE-2024-43819
- EPSS 0.01%
- Published 17.08.2024 10:15:08
- Last modified 03.09.2024 17:47:10
In the Linux kernel, the following vulnerability has been resolved: kvm: s390: Reject memory region operations for ucontrol VMs This change rejects the KVM_SET_USER_MEMORY_REGION and KVM_SET_USER_MEMORY_REGION2 ioctls when called on a ucontrol VM. ...
CVE-2024-43820
- EPSS 0.01%
- Published 17.08.2024 10:15:08
- Last modified 29.09.2025 15:26:03
In the Linux kernel, the following vulnerability has been resolved: dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume rm-raid devices will occasionally trigger the following warning when being resumed after a table load because DM_RECO...
CVE-2024-43821
- EPSS 0.01%
- Published 17.08.2024 10:15:08
- Last modified 03.09.2024 17:49:54
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix a possible null pointer dereference In function lpfc_xcvr_data_show, the memory allocation with kmalloc might fail, thereby making rdp_context a null pointer. In th...
CVE-2024-43822
- EPSS 0.04%
- Published 17.08.2024 10:15:08
- Last modified 03.09.2024 17:49:33
In the Linux kernel, the following vulnerability has been resolved: ASoc: PCM6240: Return directly after a failed devm_kzalloc() in pcmdevice_i2c_probe() The value “-ENOMEM” was assigned to the local variable “ret” in one if branch after a devm_kza...