In the Linux kernel, the following vulnerability has been resolved: fs: relax assertions on failure to encode file handles Encoding file h
위협 신호 · CVSS · EPSS · KEV
이론적 심각도 점수
30일 내 악용 확률 예측
실측 악용 기록 없음
별도 긴급 패치 불필요 — 정기 시스템 업그레이드 주기에 맞춰 조치
CVSS 벡터 · 메트릭
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H약점 (CWE)
- CWE-617
도달 가능한 Assertion — 외부 입력으로 assert 가 발동해 충돌(DoS).
상세 설명
In the Linux kernel, the following vulnerability has been resolved:
fs: relax assertions on failure to encode file handles
Encoding file handles is usually performed by a filesystem >encode_fh()
method that may fail for various reasons.
The legacy users of exportfs_encode_fh(), namely, nfsd and
name_to_handle_at(2) syscall are ready to cope with the possibility
of failure to encode a file handle.
There are a few other users of exportfs_encode_{fh,fid}() that
currently have a WARN_ON() assertion when ->encode_fh() fails.
Relax those assertions because they are wrong.
The second linked bug report states commit 16aac5ad1fa9 ("ovl: support
encoding non-decodable file handles") in v6.6 as the regressing commit,
but this is not accurate.
The aforementioned commit only increases the chances of the assertion
and allows triggering the assertion with the reproducer using overlayfs,
inotify and drop_caches.
Triggering this assertion was always possible with other filesystems and
other reasons of ->encode_fh() failures and more particularly, it was
also possible with the exact same reproducer using overlayfs that is
mounted with options index=on,nfs_export=on also on kernels < v6.6.
Therefore, I am not listing the aforementioned commit as a Fixes commit.
Backport hint: this patch will have a trivial conflict applying to
v6.6.y, and other trivial conflicts applying to stable kernels < v6.6.
AI 심층 분석
공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.
영향받는 제품·버전
- linux linux_kernel< 6.1.151linux
- linux linux_kernel6.2 - 6.6.74linux
- linux linux_kernel6.7 - 6.12.10linux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
영향받는 구성 (CPE) 7
- linux linux_kernel< 6.1.151cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
- linux linux_kernel 6.13cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:*
- linux linux_kernel 6.13cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:*
- linux linux_kernel 6.13cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:*
- linux linux_kernel 6.13cpe:2.3:o:linux:linux_kernel:6.13:rc4:*:*:*:*:*:*
- linux linux_kernel 6.13cpe:2.3:o:linux:linux_kernel:6.13:rc5:*:*:*:*:*:*
- linux linux_kernel 6.13cpe:2.3:o:linux:linux_kernel:6.13:rc6:*:*:*:*:*:*
참고 자료 8
링크 내용 불러오는 중…