In the Linux kernel, the following vulnerability has been resolved:
ocfs2: fix buffer head management in ocfs2readblocks()
In ocfs2readblocks(), caller should't assume that buffer head returned by 'sbgetblk()' is exclusively owned and so 'putbh()' always drops bcount from 1 to 0. If it is not so, buffer head remains on hold and likely to be returned by the next call to 'sbgetblk()' unchanged - that is, with BHUptodate bit set even if it has failed validation previously, thus allowing to insert that buffer head into OCFS2 metadata cache and submit it to upper layers. To avoid such a scenario, BHUptodate should be cleared immediately after 'validate()' callback has detected some data inconsistency.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80881.json"
}