CVE-2022-50282
- EPSS 0.17%
- Veröffentlicht 15.09.2025 14:21:18
- Zuletzt bearbeitet 04.12.2025 18:56:27
In the Linux kernel, the following vulnerability has been resolved: chardev: fix error handling in cdev_device_add() While doing fault injection test, I got the following report: ------------[ cut here ]------------ kobject: '(null)' (000000003995...
CVE-2022-50280
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:21:16
- Zuletzt bearbeitet 04.12.2025 14:55:40
In the Linux kernel, the following vulnerability has been resolved: pnode: terminate at peers of source The propagate_mnt() function handles mount propagation when creating mounts and propagates the source mount tree @source_mnt to all applicable n...
CVE-2022-50278
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:21:15
- Zuletzt bearbeitet 03.12.2025 19:17:01
In the Linux kernel, the following vulnerability has been resolved: PNP: fix name memory leak in pnp_alloc_dev() After commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allocated dynamically,...
CVE-2022-50275
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:21:11
- Zuletzt bearbeitet 03.12.2025 19:16:53
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Add the missed acpi_put_table() to fix memory leak When the radeon driver reads the bios information from ACPI table in radeon_acpi_vfct_bios(), it misses to call acpi_...
CVE-2022-50274
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:21:10
- Zuletzt bearbeitet 03.12.2025 18:21:27
In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: adopts refcnt to avoid UAF dvb_unregister_device() is known that prone to use-after-free. That is, the cleanup from dvb_unregister_device() releases the dvb_device e...
CVE-2022-50273
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:21:09
- Zuletzt bearbeitet 03.12.2025 18:20:36
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on destination blkaddr during recovery As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=216456 loop5: detected capaci...
CVE-2022-50272
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:21:08
- Zuletzt bearbeitet 03.12.2025 18:19:31
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer() Wei Chen reports a kernel bug as blew: general protection fault, probably for non-canonical address KASAN: null-ptr...
CVE-2022-50267
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:21:03
- Zuletzt bearbeitet 03.12.2025 18:15:12
In the Linux kernel, the following vulnerability has been resolved: mmc: rtsx_pci: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked...
CVE-2022-50262
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:20:58
- Zuletzt bearbeitet 02.12.2025 19:20:01
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate BOOT record_size When the NTFS BOOT record_size field < 0, it represents a shift value. However, there is no sanity check on the shift result and the sbi->record...
CVE-2023-53198
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:06:47
- Zuletzt bearbeitet 02.12.2025 19:19:05
In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in raw_get_next(). Dae R. Jeong reported a NULL deref in raw_get_next() [0]. It seems that the repro was running these sequences in parallel so that one thread...