CVE-2023-52602
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:10
- Zuletzt bearbeitet 14.03.2025 18:49:22
In the Linux kernel, the following vulnerability has been resolved: jfs: fix slab-out-of-bounds Read in dtSearch Currently while searching for current page in the sorted entry table of the page there is a out of bound access. Added a bound check to...
CVE-2023-52594
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:09
- Zuletzt bearbeitet 12.12.2024 15:10:16
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstatus() Fix an array-index-out-of-bounds read in ath9k_htc_txstatus(). The bug occurs when txs->cnt, data ...
CVE-2023-52595
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:09
- Zuletzt bearbeitet 12.12.2024 15:10:00
In the Linux kernel, the following vulnerability has been resolved: wifi: rt2x00: restart beacon queue when hardware reset When a hardware reset is triggered, all registers are reset, so all queues are forced to stop in hardware interface. However,...
CVE-2023-52596
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:09
- Zuletzt bearbeitet 14.02.2025 16:40:33
In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix out of bounds access for empty sysctl registers When registering tables to the sysctl subsystem there is a check to see if header is a permanently empty directory (used...
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:09
- Zuletzt bearbeitet 14.03.2025 18:51:36
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: fix setting of fpc register kvm_arch_vcpu_ioctl_set_fpu() allows to set the floating point control (fpc) register of a guest cpu. The new value is tested for validity by...
CVE-2023-52598
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:09
- Zuletzt bearbeitet 14.02.2025 16:40:38
In the Linux kernel, the following vulnerability has been resolved: s390/ptrace: handle setting of fpc register correctly If the content of the floating point control (fpc) register of a traced process is modified with the ptrace interface the new ...
CVE-2023-52589
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:08
- Zuletzt bearbeitet 14.02.2025 16:40:27
In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ disable race issue In rkisp1_isp_stop() and rkisp1_csi_disable() the driver masks the interrupts and then apparently assumes that the interrupt handler won't...
CVE-2023-52590
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:08
- Zuletzt bearbeitet 14.02.2025 16:40:22
In the Linux kernel, the following vulnerability has been resolved: ocfs2: Avoid touching renamed directory if parent does not change The VFS will not be locking moved directory if its parent does not change. Change ocfs2 rename code to avoid touch...
CVE-2023-52591
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:08
- Zuletzt bearbeitet 14.03.2025 18:52:21
In the Linux kernel, the following vulnerability has been resolved: reiserfs: Avoid touching renamed directory if parent does not change The VFS will not be locking moved directory if its parent does not change. Change reiserfs rename code to avoid...
CVE-2023-52593
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:08
- Zuletzt bearbeitet 12.12.2024 15:10:28
In the Linux kernel, the following vulnerability has been resolved: wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap() Since 'ieee80211_beacon_get()' can return NULL, 'wfx_set_mfp_ap()' should check the return value before examini...