CVE-2023-53331
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:12:06
- Zuletzt bearbeitet 14.01.2026 19:16:27
In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Check start of empty przs during init After commit 30696378f68a ("pstore/ram: Do not treat empty buffers as valid"), initialization would assume a prz was valid after s...
CVE-2023-53328
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:12:04
- Zuletzt bearbeitet 14.01.2026 19:16:27
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Enhance sanity check while generating attr_list ni_create_attr_list uses WARN_ON to catch error cases while generating attribute list, which only prints out stack trace a...
CVE-2023-53325
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:12:00
- Zuletzt bearbeitet 14.01.2026 19:16:26
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer() Change logging from drm_{err,info}() to dev_{err,info}() in functions mtk_dp_aux_transfer() and mtk_dp_aux_do_tran...
CVE-2023-53322
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:58
- Zuletzt bearbeitet 14.01.2026 19:16:26
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Wait for io return on terminate rport System crash due to use after free. Current code allows terminate_rport_io to exit before making sure all IOs has returned. For...
CVE-2023-53321
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:57
- Zuletzt bearbeitet 14.01.2026 19:16:25
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211_hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded through wmediumd or s...
CVE-2023-53318
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:54
- Zuletzt bearbeitet 14.01.2026 19:16:25
In the Linux kernel, the following vulnerability has been resolved: recordmcount: Fix memory leaks in the uwrite function Common realloc mistake: 'file_append' nulled but not freed upon failure
CVE-2023-53317
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:53
- Zuletzt bearbeitet 14.01.2026 19:16:25
In the Linux kernel, the following vulnerability has been resolved: ext4: fix WARNING in mb_find_extent Syzbot found the following issue: EXT4-fs: Warning: mounting with data=journal disables delayed allocation, dioread_nolock, O_DIRECT and fast_c...
CVE-2023-53315
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:52
- Zuletzt bearbeitet 14.01.2026 19:16:24
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Fix SKB corruption in REO destination ring While running traffics for a long time, randomly an RX descriptor filled with value "0" from REO destination ring is receiv...
CVE-2023-53314
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:51
- Zuletzt bearbeitet 14.01.2026 19:16:24
In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fb_info.dev Do not assing the Linux device to struct fb_info.dev. The call to register_framebuffer() initializes the field to the fbdev dev...
CVE-2023-53313
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:50
- Zuletzt bearbeitet 14.01.2026 19:16:24
In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix wrong setting of max_corr_read_errors There is no input check when echo md/max_read_errors and overflow might occur. Add check of input number.