Kestrel
대시보드로 돌아가기
CVE-2026-31448CRITICAL· 9.4MITRENVD대응게시일: 2026. 04. 22.수정일: 2026. 07. 14.CNA: 416baaa9-dc9f-4396-8d5f-8c081fb06d67Modified

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid infinite loops caused by residual data On the mkdir/mknod

DoS

위협 신호 · CVSS · EPSS · KEV

시급 검토· 이론 심각도 Critical
CVSS
9.4critical

이론적 심각도 점수

EPSS
0.4%상위 63.6%

30일 내 악용 확률 예측

KEV
미등재

실측 악용 기록 없음

권장 대응 기한14일 이내CISA SSVC 기준

2주 이내 패치 — 우선 조치 대상

자동화 가능외부 노출· KEV 미등재 · 자동화 가능 · 부분 영향 · 외부 노출

CVSS 벡터 · 메트릭

악용 경로
공격 벡터네트워크
공격 복잡도낮음
필요 권한불필요
사용자 상호작용불필요
범위불변
영향
기밀성 영향낮음
무결성 영향높음
가용성 영향높음
버전별 점수
CVSS 3.19.4CRITICAL· 악용성 3.9· 영향도 5.5
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H

약점 (CWE)

상세 설명

In the Linux kernel, the following vulnerability has been resolved:

ext4: avoid infinite loops caused by residual data

On the mkdir/mknod path, when mapping logical blocks to physical blocks,
if inserting a new extent into the extent tree fails (in this example,
because the file system disabled the huge file feature when marking the
inode as dirty), ext4_ext_map_blocks() only calls ext4_free_blocks() to
reclaim the physical block without deleting the corresponding data in
the extent tree. This causes subsequent mkdir operations to reference
the previously reclaimed physical block number again, even though this
physical block is already being used by the xattr block. Therefore, a
situation arises where both the directory and xattr are using the same
buffer head block in memory simultaneously.

The above causes ext4_xattr_block_set() to enter an infinite loop about
"inserted" and cannot release the inode lock, ultimately leading to the
143s blocking problem mentioned in [1].

If the metadata is corrupted, then trying to remove some extent space
can do even more harm. Also in case EXT4_GET_BLOCKS_DELALLOC_RESERVE
was passed, remove space wrongly update quota information.
Jan Kara suggests distinguishing between two cases:

  1. The error is ENOSPC or EDQUOT - in this case the filesystem is fully
    consistent and we must maintain its consistency including all the
    accounting. However these errors can happen only early before we've
    inserted the extent into the extent tree. So current code works correctly
    for this case.

  2. Some other error - this means metadata is corrupted. We should strive to
    do as few modifications as possible to limit damage. So I'd just skip
    freeing of allocated blocks.

[1]
INFO: task syz.0.17:5995 blocked for more than 143 seconds.
Call Trace:
inode_lock_nested include/linux/fs.h:1073 [inline]
__start_dirop fs/namei.c:2923 [inline]
start_dirop fs/namei.c:2934 [inline]

AI 심층 분석

공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.

영향받는 제품·버전

  • linux linux_kernel2.6.22.1 - 6.1.168
    linux
  • linux linux_kernel6.2 - 6.6.131
    linux
  • linux linux_kernel6.7 - 6.12.80
    linux
  • linux linux_kernel6.13 - 6.18.21
    linux
  • linux linux_kernel6.19 - 6.19.11
    linux
  • linux linux_kernel
    linux
  • linux linux_kernel
    linux
  • linux linux_kernel
    linux
  • linux linux_kernel
    linux
  • linux linux_kernel
    linux
  • linux linux_kernel
    linux
  • linux linux_kernel
    linux
  • linux linux_kernel
    linux
  • linux linux_kernel
    linux
  • linux linux_kernel
    linux

영향받는 구성 (CPE) 11

  • linux linux_kernel≥ 2.6.22.1 < 6.1.168cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • linux linux_kernel 2.6.22cpe:2.3:o:linux:linux_kernel:2.6.22:-:*:*:*:*:*:*
  • linux linux_kernel 2.6.22cpe:2.3:o:linux:linux_kernel:2.6.22:rc4:*:*:*:*:*:*
  • linux linux_kernel 2.6.22cpe:2.3:o:linux:linux_kernel:2.6.22:rc5:*:*:*:*:*:*
  • linux linux_kernel 2.6.22cpe:2.3:o:linux:linux_kernel:2.6.22:rc6:*:*:*:*:*:*
  • linux linux_kernel 2.6.22cpe:2.3:o:linux:linux_kernel:2.6.22:rc7:*:*:*:*:*:*
  • linux linux_kernel 7.0cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
  • linux linux_kernel 7.0cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
  • linux linux_kernel 7.0cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
  • linux linux_kernel 7.0cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
  • linux linux_kernel 7.0cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*