Security Advisory

CVE-2026-43166

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-06 11:27:43
Last updated 2026-05-11 22:19:02
Assigner Linux
CVSS score 7.1
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: erofs: fix interlaced plain identification for encoded extents Only plain data whose start position and on-disk physical length are both aligned to the block size should be classified as interlaced plain extents. Otherwise, it must be treated as shifted plain extents. This issue was found by syzbot using a crafted compressed image containing plain extents with unaligned physical lengths, which can cause OOB read in z_erofs_transform_plain().