CVE-2023-52975
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:15
- Zuletzt bearbeitet 01.04.2026 18:09:42
In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress Bug report and analysis from Ding Hui. During iSCSI session logout, if another task accesses the shost ip...
CVE-2022-49761
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:07
- Zuletzt bearbeitet 01.04.2025 15:40:43
In the Linux kernel, the following vulnerability has been resolved: btrfs: always report error in run_one_delayed_ref() Currently we have a btrfs_debug() for run_one_delayed_ref() failure, but if end users hit such problem, there will be no chance ...
CVE-2022-49758
- EPSS 0.04%
- Veröffentlicht 27.03.2025 16:43:05
- Zuletzt bearbeitet 01.10.2025 18:15:33
In the Linux kernel, the following vulnerability has been resolved: reset: uniphier-glue: Fix possible null-ptr-deref It will cause null-ptr-deref when resource_size(res) invoked, if platform_get_resource() returns NULL.
CVE-2022-49750
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:42:59
- Zuletzt bearbeitet 01.10.2025 18:15:32
In the Linux kernel, the following vulnerability has been resolved: cpufreq: CPPC: Add u64 casts to avoid overflowing The fields of the _CPC object are unsigned 32-bits values. To avoid overflows while using _CPC's values, add 'u64' casts.
CVE-2022-49749
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:42:58
- Zuletzt bearbeitet 01.10.2025 18:15:32
In the Linux kernel, the following vulnerability has been resolved: i2c: designware: use casting of u64 in clock multiplication to avoid overflow In functions i2c_dw_scl_lcnt() and i2c_dw_scl_hcnt() may have overflow by depending on the values of t...
CVE-2022-49747
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:42:57
- Zuletzt bearbeitet 29.10.2025 17:18:00
In the Linux kernel, the following vulnerability has been resolved: erofs/zmap.c: Fix incorrect offset calculation Effective offset to add to length was being incorrectly calculated, which resulted in iomap->length being set to 0, triggering a WARN...
CVE-2022-49743
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:42:54
- Zuletzt bearbeitet 19.01.2026 13:16:06
In the Linux kernel, the following vulnerability has been resolved: ovl: Use "buf" flexible array for memcpy() destination The "buf" flexible array needs to be the memcpy() destination to avoid false positive run-time warning from the recent FORTIF...
CVE-2022-49742
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:42:53
- Zuletzt bearbeitet 01.10.2025 18:15:31
In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fs_fill_super() syzbot is reporting lockdep warning at f2fs_handle_error() [1], for spin_lock(&sbi->error_lock) is called before spin_lock_init(...
CVE-2023-52939
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:37:18
- Zuletzt bearbeitet 01.10.2025 18:15:33
In the Linux kernel, the following vulnerability has been resolved: mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath() As commit 18365225f044 ("hwpoison, memcg: forcibly uncharge LRU pages"), hwpoison will forcibly uncharg a L...
CVE-2023-52936
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:37:16
- Zuletzt bearbeitet 01.10.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time...