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-2022-50509
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:06
- Zuletzt bearbeitet 17.03.2026 13:59:34
In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for kmalloc As the kmalloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereference, same as the ot...
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-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-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...
CVE-2023-53604
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:14
- Zuletzt bearbeitet 23.03.2026 18:25:31
In the Linux kernel, the following vulnerability has been resolved: dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path Otherwise the journal_io_cache will leak if dm_register_target() fails.