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-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.
CVE-2023-52527
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 13.01.2025 20:39:56
In the Linux kernel, the following vulnerability has been resolved: ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data() Including the transhdrlen in length is a problem when the packet is partially filled (e.g. something like send(MSG...
CVE-2023-52528
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 11.12.2024 16:27:49
In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg syzbot reported the following uninit-value access issue: ===================================================== B...
CVE-2023-52530
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 03.11.2025 21:16:03
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix potential key use-after-free When ieee80211_key_link() is called by ieee80211_gtk_rekey_add() but returns 0 due to KRACK protection (identical key reinstall), i...
CVE-2023-52531
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 11.12.2024 15:28:47
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: Fix a memory corruption issue A few lines above, space is kzalloc()'ed for: sizeof(struct iwl_nvm_data) + sizeof(struct ieee80211_channel) + sizeof(struct ie...
CVE-2023-52561
- EPSS 0.02%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 08.04.2025 15:09:34
In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved Adding a reserved memory region for the framebuffer memory (the splash memory region set up by the bootl...
CVE-2022-48628
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:47
- Zuletzt bearbeitet 13.01.2025 18:26:13
In the Linux kernel, the following vulnerability has been resolved: ceph: drop messages from MDS when unmounting When unmounting all the dirty buffers will be flushed and after the last osd request is finished the last reference of the i_count will...
CVE-2023-52500
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:47
- Zuletzt bearbeitet 13.01.2025 18:43:18
In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command Tags allocated for OPC_INB_SET_CONTROLLER_CONFIG command need to be freed when we receive the...
CVE-2023-52502
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:47
- Zuletzt bearbeitet 19.03.2025 16:11:28
In the Linux kernel, the following vulnerability has been resolved: net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() Sili Luo reported a race in nfc_llcp_sock_get(), leading to UAF. Getting a reference on the socket found in a...