CVE-2024-49881
- EPSS 0.05%
- Published 21.10.2024 18:15:10
- Last modified 03.11.2025 23:16:28
In the Linux kernel, the following vulnerability has been resolved: ext4: update orig_path in ext4_find_extent() In ext4_find_extent(), if the path is not big enough, we free it and set *orig_path to NULL. But after reallocating and successfully in...
CVE-2024-49882
- EPSS 0.04%
- Published 21.10.2024 18:15:10
- Last modified 03.11.2025 23:16:28
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.01%
- Published 21.10.2024 18:15:09
- Last modified 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.03%
- Published 21.10.2024 18:15:09
- Last modified 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.04%
- Published 21.10.2024 18:15:09
- Last modified 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.06%
- Published 21.10.2024 18:15:09
- Last modified 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-49869
- EPSS 0.04%
- Published 21.10.2024 18:15:08
- Last modified 24.10.2024 20:28:21
In the Linux kernel, the following vulnerability has been resolved: btrfs: send: fix buffer overflow detection when copying path to cache entry Starting with commit c0247d289e73 ("btrfs: send: annotate struct name_cache_entry with __counted_by()") ...
CVE-2024-49870
- EPSS 0.05%
- Published 21.10.2024 18:15:08
- Last modified 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.05%
- Published 21.10.2024 18:15:08
- Last modified 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...
CVE-2024-49872
- EPSS 0.02%
- Published 21.10.2024 18:15:08
- Last modified 13.11.2024 14:26:11
In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix memfd_pin_folios alloc race panic If memfd_pin_folios tries to create a hugetlb page, but someone else already did, then folio gets the value -EEXIST here: fol...