CVE-2024-53144
- EPSS 0.03%
- Published 17.12.2024 16:15:25
- Last modified 03.11.2025 23:17:23
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE This aligned BR/EDR JUST_WORKS method with LE which since 92516cd97fd4 ("Bluetooth: Always request for user confirmatio...
CVE-2024-53143
- EPSS 0.04%
- Published 07.12.2024 07:15:03
- Last modified 24.03.2025 17:27:18
In the Linux kernel, the following vulnerability has been resolved: fsnotify: Fix ordering of iput() and watched_objects decrement Ensure the superblock is kept alive until we're done with iput(). Holding a reference to an inode is not allowed unle...
CVE-2024-53141
- EPSS 0.03%
- Published 06.12.2024 10:15:06
- Last modified 03.11.2025 21:17:30
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: add missing range check in bitmap_ip_uadt When tb[IPSET_ATTR_IP_TO] is not present but tb[IPSET_ATTR_CIDR] exists, the values of ip and ip_to are slightly swapped...
CVE-2024-53142
- EPSS 0.03%
- Published 06.12.2024 10:15:06
- Last modified 03.11.2025 21:17:30
In the Linux kernel, the following vulnerability has been resolved: initramfs: avoid filename buffer overrun The initramfs filename field is defined in Documentation/driver-api/early-userspace/buffer-format.rst as: 37 cpio_file := ALGN(4) + cpio_...
CVE-2024-53140
- EPSS 0.05%
- Published 04.12.2024 15:15:16
- Last modified 03.11.2025 23:17:23
In the Linux kernel, the following vulnerability has been resolved: netlink: terminate outstanding dump on socket close Netlink supports iterative dumping of data. It provides the families the following ops: - start - (optional) kicks off the dump...
CVE-2024-53139
- EPSS 0.04%
- Published 04.12.2024 15:15:15
- Last modified 11.12.2024 16:47:34
In the Linux kernel, the following vulnerability has been resolved: sctp: fix possible UAF in sctp_v6_available() A lockdep report [1] with CONFIG_PROVE_RCU_LIST=y hints that sctp_v6_available() is calling dev_get_by_index_rcu() and ipv6_chk_addr()...
CVE-2024-53131
- EPSS 0.05%
- Published 04.12.2024 15:15:13
- Last modified 03.11.2025 23:17:22
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint Patch series "nilfs2: fix null-ptr-deref bugs on block tracepoints". This series fixes null pointer dereference bugs th...
CVE-2024-53132
- EPSS 0.04%
- Published 04.12.2024 15:15:13
- Last modified 01.10.2025 21:16:34
In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix "Missing outer runtime PM protection" warning Fix the following drm_WARN: [953.586396] xe 0000:00:02.0: [drm] Missing outer runtime PM protection ... <4> [953.58709...
CVE-2024-53133
- EPSS 0.04%
- Published 04.12.2024 15:15:13
- Last modified 01.10.2025 21:16:34
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Handle dml allocation failure to avoid crash [Why] In the case where a dml allocation fails for any reason, the current state's dml contexts would no longer be val...
CVE-2024-53134
- EPSS 0.02%
- Published 04.12.2024 15:15:13
- Last modified 01.10.2025 21:16:34
In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx93-blk-ctrl: correct remove path The check condition should be 'i < bc->onecell_data.num_domains', not 'bc->onecell_data.num_domains' which will make the look never fi...