CVE-2023-52577
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 16:21:49
In the Linux kernel, the following vulnerability has been resolved: dccp: fix dccp_v4_err()/dccp_v6_err() again dh->dccph_x is the 9th byte (offset 8) in "struct dccp_hdr", not in the "byte 7" as Jann claimed. We need to make sure the ICMP message...
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 17:44:23
In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEV_STATS_INC() syzbot/KCSAN reported data-races in br_handle_frame_finish() [1] This function can run from multiple cpus without mutual exclusion. Adopt SMP safe...
CVE-2023-52580
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 16.01.2025 17:43:05
In the Linux kernel, the following vulnerability has been resolved: net/core: Fix ETH_P_1588 flow dissector When a PTP ethernet raw frame with a size of more than 256 bytes followed by a 0xff pattern is sent to __skb_flow_dissect, nhoff value calcu...
CVE-2023-52581
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 04.04.2025 14:46:52
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memleak when more than 255 elements expired When more than 255 elements expired we're supposed to switch to a new gc container structure. This never happ...
CVE-2023-52582
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 16.01.2025 17:33:18
In the Linux kernel, the following vulnerability has been resolved: netfs: Only call folio_start_fscache() one time for each folio If a network filesystem using netfs implements a clamp_length() function, it can set subrequest lengths smaller than ...
CVE-2023-52519
- EPSS 0.02%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 13.01.2025 18:57:26
In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit The EHL (Elkhart Lake) based platforms provide a OOB (Out of band) service, which allows to wakup device when the system ...
CVE-2023-52520
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 11.12.2024 15:16:55
In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix reference leak If a duplicate attribute is found using kset_find_obj(), a reference to that attribute is returned which needs to be disposed accordingl...
CVE-2023-52522
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 16.09.2025 16:25:47
In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neigh_periodic_work() While looking at a related syzbot report involving neigh_periodic_work(), I found that I forgot to add an annotation when d...
CVE-2023-52523
- EPSS 0.02%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 13.01.2025 19:57:06
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets With a SOCKMAP/SOCKHASH map and an sk_msg program user can steer messages sent from one TCP socket (s1) to actually ...
CVE-2023-52524
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 13.01.2025 20:00:51
In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered.