From: Gao Xiang <hsiangkao@linux.alibaba.com>
To: Sasha Levin <sashal@kernel.org>, stable@vger.kernel.org
Cc: Yuhao Jiang <danisjiang@gmail.com>,
Junrui Luo <moonafterrain@outlook.com>, Chao Yu <chao@kernel.org>
Subject: Re: [PATCH 5.15.y] erofs: fix the out-of-bounds nameoff handling for trailing dirents
Date: Mon, 4 May 2026 11:37:20 +0200 [thread overview]
Message-ID: <22a5f2d3-7c8b-466a-bdbb-8164cbd7cbe3@linux.alibaba.com> (raw)
In-Reply-To: <20260501184848.3924034-1-sashal@kernel.org>
On 2026/5/2 02:48, Sasha Levin wrote:
> From: Gao Xiang <hsiangkao@linux.alibaba.com>
>
> [ Upstream commit d18a3b5d337fa412a38e776e6b4b857a58836575 ]
>
> Currently we already have boundary-checks for nameoffs, but the trailing
> dirents are special since the namelens are calculated with strnlen()
> with unchecked nameoffs.
>
> If a crafted EROFS has a trailing dirent with nameoff >= maxsize,
> maxsize - nameoff can underflow, causing strnlen() to read past the
> directory block.
>
> nameoff0 should also be verified to be a multiple of
> `sizeof(struct erofs_dirent)` as well [1].
>
> [1] https://sashiko.dev/#/patchset/20260416063511.3173774-1-hsiangkao%40linux.alibaba.com
>
> Fixes: 3aa8ec716e52 ("staging: erofs: add directory operations")
> Fixes: 33bac912840f ("staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()")
> Reported-by: Yuhao Jiang <danisjiang@gmail.com>
> Reported-by: Junrui Luo <moonafterrain@outlook.com>
> Closes: https://lore.kernel.org/r/A0FD7E0F-7558-49B0-8BC8-EB1ECDB2479A@outlook.com
> Cc: stable@vger.kernel.org
> Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
> Reviewed-by: Chao Yu <chao@kernel.org>
> [ replaced upstream `bsz` with `PAGE_SIZE` and `sizeof(*de)` with `sizeof(struct erofs_dirent)` ]
> Signed-off-by: Sasha Levin <sashal@kernel.org>
Looks good to me.
Thanks,
Gao Xiang
prev parent reply other threads:[~2026-05-04 9:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-01 10:58 FAILED: patch "[PATCH] erofs: fix the out-of-bounds nameoff handling for trailing" failed to apply to 5.15-stable tree gregkh
2026-05-01 18:48 ` [PATCH 5.15.y] erofs: fix the out-of-bounds nameoff handling for trailing dirents Sasha Levin
2026-05-04 9:37 ` Gao Xiang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=22a5f2d3-7c8b-466a-bdbb-8164cbd7cbe3@linux.alibaba.com \
--to=hsiangkao@linux.alibaba.com \
--cc=chao@kernel.org \
--cc=danisjiang@gmail.com \
--cc=moonafterrain@outlook.com \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox