Kestrel
대시보드로 돌아가기
CVE-2025-39682CRITICAL· 9.8MITRENVD대응게시일: 2025. 09. 05.수정일: 2026. 09. 21.CNA: 416baaa9-dc9f-4396-8d5f-8c081fb06d67Analyzed

In the Linux kernel, the following vulnerability has been resolved: tls: fix handling of zero-length records on the rx_list Each recvmsg()

위협 신호 · CVSS · EPSS · KEV

즉시 패치· 실측 악용 확인 · KEV 등재
CVSS
9.8critical

이론적 심각도 점수

EPSS
1.2%상위 33.2%

30일 내 악용 확률 예측

KEV
등재됨

등재일 2026. 09. 18.

패치 기한 2026. 09. 21.

권장 대응 기한3일 이내+ 침해 포렌식CISA SSVC 기준

즉시 패치 + 침해 여부 포렌식 분석

KEV 악용자동화 가능완전 장악외부 노출· KEV 등재 · 자동화 가능 · 완전 장악 · 외부 노출

CVSS 벡터 · 메트릭

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

약점 (CWE)

상세 설명

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

tls: fix handling of zero-length records on the rx_list

Each recvmsg() call must process either

  • only contiguous DATA records (any number of them)
  • one non-DATA record

If the next record has different type than what has already been
processed we break out of the main processing loop. If the record
has already been decrypted (which may be the case for TLS 1.3 where
we don't know type until decryption) we queue the pending record
to the rx_list. Next recvmsg() will pick it up from there.

Queuing the skb to rx_list after zero-copy decrypt is not possible,
since in that case we decrypted directly to the user space buffer,
and we don't have an skb to queue (darg.skb points to the ciphertext
skb for access to metadata like length).

Only data records are allowed zero-copy, and we break the processing
loop after each non-data record. So we should never zero-copy and
then find out that the record type has changed. The corner case
we missed is when the initial record comes from rx_list, and it's
zero length.

AI 심층 분석

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

영향받는 제품·버전

  • linux linux_kernel6.0 - 6.1.149
    linux
  • linux linux_kernel6.2 - 6.6.103
    linux
  • linux linux_kernel6.7 - 6.12.44
    linux
  • linux linux_kernel6.13 - 6.16.4
    linux
  • linux linux_kernel
    linux
  • linux linux_kernel
    linux
  • debian debian_linux
    linux
  • siemens simatic_cn_4100_firmware< 5.0
    other
  • siemens simatic_cn_4100
    other

영향받는 구성 (CPE) 6

  • linux linux_kernel≥ 6.0 < 6.1.149cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • linux linux_kernel 6.17cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*
  • linux linux_kernel 6.17cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*
  • debian debian_linux 11.0cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
  • siemens simatic_cn_4100_firmware< 5.0cpe:2.3:o:siemens:simatic_cn_4100_firmware:*:*:*:*:*:*:*:*
  • siemens simatic_cn_4100cpe:2.3:h:siemens:simatic_cn_4100:-:*:*:*:*:*:*:*