CVE-2024-43853
- EPSS 0.02%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 03.11.2025 22:18:11
In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proc_cpuset_show() An UAF can happen when /proc/cpuset is read as reported in [1]. This can be reproduced by the following methods: 1.add an mdelay(1...
CVE-2024-43854
- EPSS 0.02%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 03.11.2025 22:18:11
In the Linux kernel, the following vulnerability has been resolved: block: initialize integrity buffer to zero before writing it to media Metadata added by bio_integrity_prep is using plain kmalloc, which leads to random kernel memory being written...
CVE-2024-43856
- EPSS 0.03%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 12.05.2026 12:17:07
In the Linux kernel, the following vulnerability has been resolved: dma: fix call order in dmam_free_coherent dmam_free_coherent() frees a DMA allocation, which makes the freed vaddr available for reuse, then calls devres_destroy() to remove and fr...
CVE-2024-43858
- EPSS 0.02%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 12.05.2026 12:17:07
In the Linux kernel, the following vulnerability has been resolved: jfs: Fix array-index-out-of-bounds in diFree
CVE-2024-43860
- EPSS 0.03%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 03.11.2025 22:18:13
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Skip over memory region when node value is NULL In imx_rproc_addr_init() "nph = of_count_phandle_with_args()" just counts number of phandles. But phandles ma...
CVE-2024-43835
- EPSS 0.01%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 03.11.2025 22:18:09
In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix napi_skb_cache_put warning After the commit bdacf3e34945 ("net: Use nested-BH locking for napi_alloc_cache.") was merged, the following warning began to appear: ...
CVE-2024-43839
- EPSS 0.02%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 27.03.2026 20:56:13
In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bna_tcb and bna_ccb structures To have enough space to write all possible sprintf() args. Currently 'name' size is 16, but the first '%s' specifier m...
CVE-2024-43841
- EPSS 0.04%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 03.11.2025 22:18:10
In the Linux kernel, the following vulnerability has been resolved: wifi: virt_wifi: avoid reporting connection success with wrong SSID When user issues a connection with a different SSID than the one virt_wifi has advertised, the __cfg80211_connec...
CVE-2024-43846
- EPSS 0.03%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 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-43829
- EPSS 0.01%
- Veröffentlicht 17.08.2024 10:15:08
- Zuletzt bearbeitet 03.11.2025 22:18:08
In the Linux kernel, the following vulnerability has been resolved: drm/qxl: Add check for drm_cvt_mode Add check for the return value of drm_cvt_mode() and return the error if it fails in order to avoid NULL pointer dereference.