CVE-2022-50521
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:15
- Zuletzt bearbeitet 17.03.2026 14:17:13
In the Linux kernel, the following vulnerability has been resolved: platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]() The ACPI buffer memory (out.pointer) returned by wmi_evaluate_method() is not freed after the call, so it leads to me...
CVE-2022-50520
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:14
- Zuletzt bearbeitet 17.03.2026 14:13:15
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios() As comment of pci_get_class() says, it returns a pci_device with its refcount increased and decreased the refcoun...
CVE-2022-50518
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:19:13
- Zuletzt bearbeitet 17.03.2026 14:15:19
In the Linux kernel, the following vulnerability has been resolved: parisc: Fix locking in pdc_iodc_print() firmware call Utilize pdc_lock spinlock to protect parallel modifications of the iodc_dbuf[] buffer, check length to prevent buffer overflow...
CVE-2022-50519
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:13
- Zuletzt bearbeitet 17.03.2026 14:13:35
In the Linux kernel, the following vulnerability has been resolved: nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure If creation or finalization of a checkpoint fails due to anomalies in the checkpoint metadata on disk, a ...
CVE-2022-50516
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:11
- Zuletzt bearbeitet 17.03.2026 14:12:32
In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix invalid derefence of sb_lvbptr I experience issues when putting a lkbsb on the stack and have sb_lvbptr field to a dangled pointer while not using DLM_LKF_VALBLK. It w...
CVE-2022-50513
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:09
- Zuletzt bearbeitet 17.03.2026 14:07:23
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv() In rtw_init_cmd_priv(), if `pcmdpriv->rsp_allocated_buf` is allocated in failure, then `pcmdpriv->cmd_allocat...
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-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...