CVE-2022-50511
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:19:08
- Zuletzt bearbeitet 17.03.2026 14:06:31
In the Linux kernel, the following vulnerability has been resolved: lib/fonts: fix undefined behavior in bit shift for get_default_font Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warnin...
CVE-2022-50512
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:08
- Zuletzt bearbeitet 17.03.2026 14:08:18
In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential memory leak in ext4_fc_record_regions() As krealloc may return NULL, in this case 'state->fc_regions' may not be freed by krealloc, but 'state->fc_regions' alre...
CVE-2023-53616
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:44:23
- Zuletzt bearbeitet 17.03.2026 13:54:04
In the Linux kernel, the following vulnerability has been resolved: jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount syzbot found an invalid-free in diUnmount: BUG: KASAN: double-free in slab_free mm/slub.c:3661 [inline] BUG: KASAN: do...
CVE-2023-53615
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:44:22
- Zuletzt bearbeitet 17.03.2026 13:51:11
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix deletion race condition System crash when using debug kernel due to link list corruption. The cause of the link list corruption is due to session deletion was al...
CVE-2023-53612
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:20
- Zuletzt bearbeitet 17.03.2026 16:44:38
In the Linux kernel, the following vulnerability has been resolved: hwmon: (coretemp) Simplify platform device handling Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotplug notifiers, whil...
CVE-2023-53609
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:18
- Zuletzt bearbeitet 17.03.2026 16:44:23
In the Linux kernel, the following vulnerability has been resolved: scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failed" The "atomic_inc(&cmd->device->iorequest_cnt)" in scsi_queue_rq() would cause kernel panic ...
CVE-2023-53608
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:17
- Zuletzt bearbeitet 23.03.2026 18:28:35
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread() The finalization of nilfs_segctor_thread() can race with nilfs_segctor_kill_thread() which terminates th...
CVE-2023-53607
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:16
- Zuletzt bearbeitet 23.03.2026 18:26:46
In the Linux kernel, the following vulnerability has been resolved: ALSA: ymfpci: Fix BUG_ON in probe function The snd_dma_buffer.bytes field now contains the aligned size, which this snd_BUG_ON() did not account for, resulting in the following: [...
CVE-2023-53605
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:15
- Zuletzt bearbeitet 23.03.2026 18:26:30
In the Linux kernel, the following vulnerability has been resolved: drm: amd: display: Fix memory leakage This commit fixes memory leakage in dc_construct_ctx() function.
CVE-2023-53606
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:15
- Zuletzt bearbeitet 23.03.2026 18:28:20
In the Linux kernel, the following vulnerability has been resolved: nfsd: clean up potential nfsd_file refcount leaks in COPY codepath There are two different flavors of the nfsd4_copy struct. One is embedded in the compound and is used directly in...