In the Linux kernel, the following vulnerability has been resolved: tracefs: Use generic inode RCU for synchronizing freeing With structure layout randomization enabled for 'struct inode' we need t…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: tracefs: Use generic inode RCU for synchronizing freeing With structure layout randomization enabled for 'struct inode' we need to avoid overlapping any of the RCU-used / initialized-only-once members, e.g. i_lru or i_sb_list to not corrupt related list traversals when making use of the rcu_head. For an unlucky structure layout of 'struct inode' we may end up with the following splat when running the ftrace selftests: [<...…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/061da60716ce0cde99f62f31937b81e1c03acef6 Patch
- https://git.kernel.org/stable/c/0b6743bd60a56a701070b89fb80c327a44b7b3e2 Patch
- https://git.kernel.org/stable/c/726f4c241e17be75a9cf6870d80cd7479dc89e8f Patch
Timeline
- nvd_ingest NVD