CVE-2023-53153
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:21
- Zuletzt bearbeitet 24.11.2025 21:01:22
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Fix use after free for wext Key information in wext.connect is not reset on (re)connect and can hold data from a previous connection. Reset key data to avoid that ...
CVE-2023-53151
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:03:19
- Zuletzt bearbeitet 24.11.2025 21:00:20
In the Linux kernel, the following vulnerability has been resolved: md/raid10: prevent soft lockup while flush writes Currently, there is no limit for raid1/raid10 plugged bio. While flushing writes, raid1 has cond_resched() while raid10 doesn't, a...
CVE-2023-53150
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:14
- Zuletzt bearbeitet 25.11.2025 17:03:47
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Pointer may be dereferenced Klocwork tool reported pointer 'rport' returned from call to function fc_bsg_to_rport() may be NULL and will be dereferenced. Add a fix ...
CVE-2023-53148
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:10
- Zuletzt bearbeitet 25.11.2025 17:03:32
In the Linux kernel, the following vulnerability has been resolved: igb: Fix igb_down hung on surprise removal In a setup where a Thunderbolt hub connects to Ethernet and a display through USB Type-C, users may experience a hung task timeout when t...
CVE-2023-53147
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:03:08
- Zuletzt bearbeitet 25.11.2025 17:03:26
In the Linux kernel, the following vulnerability has been resolved: xfrm: add NULL check in xfrm_update_ae_params Normally, x->replay_esn and x->preplay_esn should be allocated at xfrm_alloc_replay_state_esn(...) in xfrm_state_construct(...), hence...
CVE-2022-50261
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:03:04
- Zuletzt bearbeitet 25.11.2025 17:02:57
In the Linux kernel, the following vulnerability has been resolved: drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated again...
CVE-2022-50259
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:02:47
- Zuletzt bearbeitet 25.11.2025 17:02:21
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix race in sock_map_free() sock_map_free() calls release_sock(sk) without owning a reference on the socket. This can cause use-after-free as syzbot found [1] Jakub ...
CVE-2022-50258
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:02:43
- Zuletzt bearbeitet 25.11.2025 17:02:11
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds() This patch fixes a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-termina...
CVE-2022-50257
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:42
- Zuletzt bearbeitet 25.11.2025 17:02:00
In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: Prevent leaking grants Prior to this commit, if a grant mapping operation failed partially, some of the entries in the map_ops array would be invalid, whereas all of th...
CVE-2022-50253
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:02:34
- Zuletzt bearbeitet 26.11.2025 16:26:21
In the Linux kernel, the following vulnerability has been resolved: bpf: make sure skb->len != 0 when redirecting to a tunneling device syzkaller managed to trigger another case where skb->len == 0 when we enter __dev_queue_xmit: WARNING: CPU: 0 P...