CVE-2023-53449
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:41
- Zuletzt bearbeitet 16.01.2026 21:25:30
In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix potential memleak in dasd_eckd_init() `dasd_reserve_req` is allocated before `dasd_vol_info_req`, and it also needs to be freed before the error returns, just like t...
CVE-2023-53450
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:41
- Zuletzt bearbeitet 23.01.2026 02:08:34
In the Linux kernel, the following vulnerability has been resolved: ext4: remove a BUG_ON in ext4_mb_release_group_pa() If a malicious fuzzer overwrites the ext4 superblock while it is mounted such that the s_first_data_block is set to a very large...
CVE-2022-50465
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:40
- Zuletzt bearbeitet 16.01.2026 19:15:03
In the Linux kernel, the following vulnerability has been resolved: ext4: fix leaking uninitialized memory in fast-commit journal When space at the end of fast-commit journal blocks is unused, make sure to zero it out so that uninitialized memory i...
CVE-2022-50466
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:40
- Zuletzt bearbeitet 16.01.2026 19:15:14
In the Linux kernel, the following vulnerability has been resolved: fs/binfmt_elf: Fix memory leak in load_elf_binary() There is a memory leak reported by kmemleak: unreferenced object 0xffff88817104ef80 (size 224): comm "xfs_admin", pid 471...
CVE-2022-50468
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:40
- Zuletzt bearbeitet 16.01.2026 19:15:28
In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init() The following WARNING message was given when rmmod cros_usbpd_notify: Unexpected driver unregis...
CVE-2022-50469
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:40
- Zuletzt bearbeitet 16.01.2026 19:15:33
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw() In rtw_init_drv_sw(), there are various init functions are called to populate the padapter structure and some che...
CVE-2022-50458
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 16.01.2026 19:24:37
In the Linux kernel, the following vulnerability has been resolved: clk: tegra: Fix refcount leak in tegra210_clock_init of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymo...
CVE-2022-50459
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 16.01.2026 19:24:44
In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername() Fix a NULL pointer crash that occurs when we are freeing the socket at the same time we access it via sysfs. ...
CVE-2022-50460
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 16.01.2026 19:14:10
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifs_flock() If not flock, before return -ENOLCK, should free the xid, otherwise, the xid will be leaked.
CVE-2022-50461
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 16.01.2026 19:14:42
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix PM runtime leakage in am65_cpsw_nuss_ndo_slave_open() Ensure pm_runtime_put() is issued in error path.