CVE-2023-53457
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:47
- Zuletzt bearbeitet 16.01.2026 20:59:21
In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Fix null-ptr-deref Read in txBegin Syzkaller reported an issue where txBegin may be called on a superblock in a read-only mounted filesystem which leads to NULL pointer...
CVE-2023-53456
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:45
- Zuletzt bearbeitet 16.01.2026 21:09:17
In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Add length check when parsing nlattrs There are three places that qla4xxx parses nlattrs: - qla4xxx_set_chap_entry() - qla4xxx_iface_set_param() - qla4xxx_sysf...
CVE-2023-53451
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:43
- Zuletzt bearbeitet 16.01.2026 21:24:42
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix potential NULL pointer dereference Klocwork tool reported 'cur_dsd' may be dereferenced. Add fix to validate pointer before dereferencing the pointer.
CVE-2023-53453
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:43
- Zuletzt bearbeitet 16.01.2026 21:22:30
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: free iio for atombios when driver shutdown Fix below kmemleak when unload radeon driver: unreferenced object 0xffff9f8608ede200 (size 512): comm "systemd-udevd", pid...
CVE-2023-53454
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:43
- Zuletzt bearbeitet 16.01.2026 21:21:16
In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput input_dev name Reference the HID device rather than the input device for the devm allocation of the input_dev name. Refe...
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-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-50462
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 16.01.2026 19:14:45
In the Linux kernel, the following vulnerability has been resolved: MIPS: vpe-mt: fix possible memory leak while module exiting Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allocate...
CVE-2022-50463
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 16.01.2026 19:14:50
In the Linux kernel, the following vulnerability has been resolved: powerpc/52xx: Fix a resource leak in an error handling path The error handling path of mpc52xx_lpbfifo_probe() has a request_irq() that is not balanced by a corresponding free_irq(...