In the Linux kernel, the following vulnerability has been resolved: xfs: fail recovery on a committed log item with no regions If the first op of a transaction is a bare transaction header (len == …
Medium CVSS 5.5
Summary
In the Linux kernel, the following vulnerability has been resolved: xfs: fail recovery on a committed log item with no regions If the first op of a transaction is a bare transaction header (len == sizeof(struct xfs_trans_header)), xlog_recover_add_to_trans() adds an item but no region, leaving it on r_itemq with ri_cnt == 0 and ri_buf == NULL. The header can be split across op records, so later ops may still add regions; the item is only invalid if the transaction commits with none. The runt…
In-depth triage
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/2094dab19d45c487285617b7b68913d0cc0c1211 Patch
- https://git.kernel.org/stable/c/226a3c8bea7163c39fe0a1c0ffc7ab7410ef3ba4 Patch
- https://git.kernel.org/stable/c/5105426424ad6981db827cc1ada835a488fab035 Patch
- https://git.kernel.org/stable/c/cccbabeb9a18fcb978d76d6047f2b59214aa7749 Patch
- https://git.kernel.org/stable/c/d0ae7ec3aa61db5140b107f0a63e017f63e56a96 Patch
- https://git.kernel.org/stable/c/d50b1fd066d66ceb548ba43e332cfe8a47e5e55a Patch
- https://git.kernel.org/stable/c/d98f22d2e11e0a36493aeb25b2933571ee90d9a4 Patch
Timeline
- nvd_ingest NVD