CVE-2024-26823
- EPSS 0.02%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 27.03.2025 20:53:54
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Restore quirk probing for ACPI-based systems While refactoring the way the ITSs are probed, the handling of quirks applicable to ACPI-based platforms was lost. ...
CVE-2024-26824
- EPSS 0.02%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 27.03.2025 20:56:14
In the Linux kernel, the following vulnerability has been resolved: crypto: algif_hash - Remove bogus SGL free on zero-length error path When a zero-length message is hashed by algif_hash, and an error is triggered, it tries to free an SG list that...
CVE-2024-26825
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 27.03.2025 20:56:39
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: free rx_data_reassembly skb on NCI device cleanup rx_data_reassembly skb is stored during NCI data exchange for processing fragmented packets. It is dropped only when the...
CVE-2024-26826
- EPSS 0.07%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 27.03.2025 20:57:04
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data re-injection from stale subflow When the MPTCP PM detects that a subflow is stale, all the packet scheduler must re-inject all the mptcp-level unacked data. To avoi...
CVE-2024-26828
- EPSS 0.02%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 08.04.2025 19:16:26
In the Linux kernel, the following vulnerability has been resolved: cifs: fix underflow in parse_server_interfaces() In this loop, we step through the buffer and after each item we check if the size_left is greater than the minimum size we need. H...
CVE-2024-26829
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 19.06.2025 13:15:35
In the Linux kernel, the following vulnerability has been resolved: media: ir_toy: fix a memleak in irtoy_tx When irtoy_command fails, buf should be freed since it is allocated by irtoy_tx, or there is a memleak.
CVE-2024-26830
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 02.04.2025 13:19:07
In the Linux kernel, the following vulnerability has been resolved: i40e: Do not allow untrusted VF to remove administratively set MAC Currently when PF administratively sets VF's MAC address and the VF is put down (VF tries to delete all MACs) the...
CVE-2024-26831
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 02.04.2025 13:19:02
In the Linux kernel, the following vulnerability has been resolved: net/handshake: Fix handshake_req_destroy_test1 Recently, handshake_req_destroy_test1 started failing: Expected handshake_req_destroy_test == req, but handshake_req_destroy_tes...
CVE-2024-26832
- EPSS 0.02%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 02.04.2025 13:18:56
In the Linux kernel, the following vulnerability has been resolved: mm: zswap: fix missing folio cleanup in writeback race path In zswap_writeback_entry(), after we get a folio from __read_swap_cache_async(), we grab the tree lock again to check th...
CVE-2024-26833
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 07.01.2025 17:12:57
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak in dm_sw_fini() After destroying dmub_srv, the memory associated with it is not freed, causing a memory leak: unreferenced object 0xffff896302b458...