CVE-2023-52941
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:19
- Zuletzt bearbeitet 28.10.2025 18:24:54
In the Linux kernel, the following vulnerability has been resolved: can: isotp: split tx timer into transmission and timeout The timer for the transmission of isotp PDUs formerly had two functions: 1. send two consecutive frames with a given time g...
CVE-2023-52939
- EPSS 0.03%
- 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-52940
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:18
- Zuletzt bearbeitet 28.10.2025 18:25:41
In the Linux kernel, the following vulnerability has been resolved: mm: multi-gen LRU: fix crash during cgroup migration lru_gen_migrate_mm() assumes lru_gen_add_mm() runs prior to itself. This isn't true for the following scenario: CPU 1 ...
CVE-2023-52938
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:17
- Zuletzt bearbeitet 01.10.2025 20:17:12
In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Don't attempt to resume the ports before they exist This will fix null pointer dereference that was caused by the driver attempting to resume ports that were not ...
CVE-2023-52936
- EPSS 0.02%
- 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...
CVE-2023-52937
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:37:16
- Zuletzt bearbeitet 01.10.2025 20:17:12
In the Linux kernel, the following vulnerability has been resolved: HV: hv_balloon: 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. To ma...
CVE-2023-52935
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:15
- Zuletzt bearbeitet 25.11.2025 17:28:44
In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: fix ->anon_vma race If an ->anon_vma is attached to the VMA, collapse_and_free_pmd() requires it to be locked. Page table traversal is allowed under any one of the ...
CVE-2023-52933
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:37:14
- Zuletzt bearbeitet 28.10.2025 18:29:22
In the Linux kernel, the following vulnerability has been resolved: Squashfs: fix handling and sanity checking of xattr_ids count A Sysbot [1] corrupted filesystem exposes two flaws in the handling and sanity checking of the xattr_ids count in the ...
CVE-2023-52934
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:14
- Zuletzt bearbeitet 28.10.2025 18:27:03
In the Linux kernel, the following vulnerability has been resolved: mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups In commit 34488399fa08 ("mm/madvise: add file and shmem support to MADV_COLLAPSE") we make the following change to find_pmd_or_...
CVE-2023-52932
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:13
- Zuletzt bearbeitet 01.10.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: add cond_resched() in get_swap_pages() The softlockup still occurs in get_swap_pages() under memory pressure. 64 CPU cores, 64GB memory, and 28 zram devices, the disk...