CVE-2024-49882
- EPSS 0.32%
- Veröffentlicht 21.10.2024 18:15:10
- Zuletzt bearbeitet 12.05.2026 19:08:45
In the Linux kernel, the following vulnerability has been resolved: ext4: fix double brelse() the buffer of the extents path In ext4_ext_try_to_merge_up(), set path[1].p_bh to NULL after it has been released, otherwise it may be released twice. An ...
CVE-2024-49875
- EPSS 0.22%
- Veröffentlicht 21.10.2024 18:15:09
- Zuletzt bearbeitet 03.11.2025 23:16:27
In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserr_io to avoid warning Ext4 will throw -EBADMSG through ext4_readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mappi...
CVE-2024-49876
- EPSS 0.25%
- Veröffentlicht 21.10.2024 18:15:09
- Zuletzt bearbeitet 24.10.2024 19:57:06
In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix UAF around queue destruction We currently do stuff like queuing the final destruction step on a random system wq, which will outlive the driver instance. With bad timin...
CVE-2024-49877
- EPSS 0.25%
- Veröffentlicht 21.10.2024 18:15:09
- Zuletzt bearbeitet 03.11.2025 23:16:27
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate When doing cleanup, if flags without OCFS2_BH_READAHEAD, it may trigger NULL pointer dereference in the following oc...
CVE-2024-49878
- EPSS 0.3%
- Veröffentlicht 21.10.2024 18:15:09
- Zuletzt bearbeitet 03.11.2025 23:16:27
In the Linux kernel, the following vulnerability has been resolved: resource: fix region_intersects() vs add_memory_driver_managed() On a system with CXL memory, the resource tree (/proc/iomem) related to CXL memory may look like something as follo...
CVE-2024-49870
- EPSS 0.23%
- Veröffentlicht 21.10.2024 18:15:08
- Zuletzt bearbeitet 03.11.2025 23:16:27
In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix dentry leak in cachefiles_open_file() A dentry leak may be caused when a lookup cookie and a cull are concurrent: P1 | P2 -----...
CVE-2024-49871
- EPSS 0.24%
- Veröffentlicht 21.10.2024 18:15:08
- Zuletzt bearbeitet 03.11.2025 23:16:27
In the Linux kernel, the following vulnerability has been resolved: Input: adp5589-keys - fix NULL pointer dereference We register a devm action to call adp5589_clear_config() and then pass the i2c client as argument so that we can call i2c_get_cli...
- EPSS 0.23%
- Veröffentlicht 21.10.2024 18:15:08
- Zuletzt bearbeitet 14.12.2024 21:15:26
In the Linux kernel, the following vulnerability has been resolved: i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition In the svc_i3c_master_probe function, &master->hj_work is bound with svc_i3c_maste...
CVE-2024-49863
- EPSS 0.29%
- Veröffentlicht 21.10.2024 18:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:26
In the Linux kernel, the following vulnerability has been resolved: vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() Since commit 3f8ca2e115e5 ("vhost/scsi: Extract common handling code from control queue handler") a null pointer dereferenc...
CVE-2024-49864
- EPSS 0.17%
- Veröffentlicht 21.10.2024 18:15:06
- Zuletzt bearbeitet 13.11.2024 14:23:48
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpc_open_socket(), it sets up the socket and then sets up the I/O thread that will handle it. This is a proble...