CVE-2024-26677
- EPSS 0.02%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 17.03.2025 15:42:33
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix delayed ACKs to not set the reference serial number Fix the construction of delayed ACKs to not set the reference serial number as they can't be used as an RTT reference...
CVE-2024-26678
- EPSS 0.02%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 17.03.2025 15:42:26
In the Linux kernel, the following vulnerability has been resolved: x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat section The .compat section is a dummy PE section that contains the address of the 32-bit entrypoint of the 64-bit kern...
CVE-2024-26679
- EPSS 0.02%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 17.03.2025 15:42:17
In the Linux kernel, the following vulnerability has been resolved: inet: read sk->sk_family once in inet_recv_error() inet_recv_error() is called without holding the socket lock. IPv6 socket could mutate to IPv4 with IPV6_ADDRFORM socket option a...
CVE-2024-26680
- EPSS 0.02%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 17.03.2025 15:42:06
In the Linux kernel, the following vulnerability has been resolved: net: atlantic: Fix DMA mapping for PTP hwts ring Function aq_ring_hwts_rx_alloc() maps extra AQ_CFG_RXDS_DEF bytes for PTP HWTS ring but then generic aq_ring_free() does not take t...
CVE-2024-26681
- EPSS 0.02%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 17.03.2025 15:41:54
In the Linux kernel, the following vulnerability has been resolved: netdevsim: avoid potential loop in nsim_dev_trap_report_work() Many syzbot reports include the following trace [1] If nsim_dev_trap_report_work() can not grab the mutex, it should...
CVE-2024-26682
- EPSS 0.03%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 17.03.2025 15:41:17
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: improve CSA/ECSA connection refusal As mentioned in the previous commit, we pretty quickly found that some APs have ECSA elements stuck in their probe response, so ...
CVE-2024-26683
- EPSS 0.03%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 17.03.2025 15:41:11
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: detect stuck ECSA element in probe resp We recently added some validation that we don't try to connect to an AP that is currently in a channel switch process, since...
CVE-2024-26684
- EPSS 0.02%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 17.03.2025 15:41:04
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: xgmac: fix handling of DPP safety error for DMA channels Commit 56e58d6c8a56 ("net: stmmac: Implement Safety Features in XGMAC core") checks and reports safety errors,...
CVE-2024-26660
- EPSS 0.02%
- Veröffentlicht 02.04.2024 07:15:43
- Zuletzt bearbeitet 03.03.2025 17:33:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Implement bounds check for stream encoder creation in DCN301 'stream_enc_regs' array is an array of dcn10_stream_enc_registers structures. The array is initialized...
CVE-2024-26661
- EPSS 0.01%
- Veröffentlicht 02.04.2024 07:15:43
- Zuletzt bearbeitet 08.04.2025 19:25:13
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()' In "u32 otg_inst = pipe_ctx->stream_res.tg->inst;" pipe_ctx->stream_res.tg could be NULL, it is relying ...