CVE-2024-44932
- EPSS 0.02%
- Published 26.08.2024 11:15:05
- Last modified 27.08.2024 16:08:45
In the Linux kernel, the following vulnerability has been resolved: idpf: fix UAFs when destroying the queues The second tagged commit started sometimes (very rarely, but possible) throwing WARNs from net/core/page_pool.c:page_pool_disable_direct_r...
CVE-2024-44933
- EPSS 0.03%
- Published 26.08.2024 11:15:05
- Last modified 27.08.2024 16:08:38
In the Linux kernel, the following vulnerability has been resolved: bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl() A recent commit has modified the code in __bnxt_reserve_rings() to set the default RSS indirection table to default onl...
CVE-2024-44934
- EPSS 0.02%
- Published 26.08.2024 11:15:05
- Last modified 03.11.2025 23:15:42
In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: wait for previous gc cycles when removing port syzbot hit a use-after-free[1] which is caused because the bridge doesn't make sure that all previous garbage has...
CVE-2024-44935
- EPSS 0.03%
- Published 26.08.2024 11:15:05
- Last modified 03.11.2025 23:15:42
In the Linux kernel, the following vulnerability has been resolved: sctp: Fix null-ptr-deref in reuseport_add_sock(). syzbot reported a null-ptr-deref while accessing sk2->sk_reuseport_cb in reuseport_add_sock(). [0] The repro first creates a list...
CVE-2024-44936
- EPSS 0.03%
- Published 26.08.2024 11:15:05
- Last modified 05.09.2024 17:53:43
In the Linux kernel, the following vulnerability has been resolved: power: supply: rt5033: Bring back i2c_set_clientdata Commit 3a93da231c12 ("power: supply: rt5033: Use devm_power_supply_register() helper") reworked the driver to use devm. While a...
CVE-2024-44937
- EPSS 0.03%
- Published 26.08.2024 11:15:05
- Last modified 27.08.2024 16:10:11
In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-vbtn: Protect ACPI notify handler against recursion Since commit e2ffcda16290 ("ACPI: OSL: Allow Notify () handlers to run on all CPUs") ACPI notify handlers li...
CVE-2024-43890
- EPSS 0.01%
- Published 26.08.2024 11:15:04
- Last modified 03.11.2025 22:18:17
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix overflow in get_free_elt() "tracing_map->next_elt" in get_free_elt() is at risk of overflowing. Once it overflows, new elements can still be inserted into the tracing...
CVE-2024-43891
- EPSS 0.02%
- Published 26.08.2024 11:15:04
- Last modified 05.09.2024 18:46:18
In the Linux kernel, the following vulnerability has been resolved: tracing: Have format file honor EVENT_FILE_FL_FREED When eventfs was introduced, special care had to be done to coordinate the freeing of the file meta data with the files that are...
CVE-2024-43892
- EPSS 0.01%
- Published 26.08.2024 11:15:04
- Last modified 03.11.2025 22:18:17
In the Linux kernel, the following vulnerability has been resolved: memcg: protect concurrent access to mem_cgroup_idr Commit 73f576c04b94 ("mm: memcontrol: fix cgroup creation failure after many small jobs") decoupled the memcg IDs from the CSS ID...
CVE-2024-43893
- EPSS 0.01%
- Published 26.08.2024 11:15:04
- Last modified 03.11.2025 22:18:17
In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baud_base can result in uartclk being zero, which will result in a divide by ...