In the Linux kernel, the following vulnerability has been resolved: af_unix: Set gc_in_progress to true in unix_gc(). Igor Ushakov reporte
위협 신호 · CVSS · EPSS · KEV
이론적 심각도 점수
30일 내 악용 확률 예측
실측 악용 기록 없음
별도 긴급 패치 불필요 — 정기 시스템 업그레이드 주기에 맞춰 조치
CVSS 벡터 · 메트릭
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H상세 설명
In the Linux kernel, the following vulnerability has been resolved:
af_unix: Set gc_in_progress to true in unix_gc().
Igor Ushakov reported that unix_gc() could run with gc_in_progress
being false if the work is scheduled while running:
Thread 1 Thread 2 Thread 3
1 unix_schedule_gc() unix_schedule_gc() 2 `- if (!gc_in_progress) `- if (!gc_in_progress) 3 |- gc_in_progress = true | 4 `- queue_work() |unix_gc() <----------------/ |
| |- gc_in_progress = true
... - queue_work() | | - gc_in_progress = false |
|
unix_gc() <---------------------------------------------'
|
... /* gc_in_progress == false */
|
`- gc_in_progress = false
unix_peek_fpl() relies on gc_in_progress not to confuse GC
by MSG_PEEK.
Let's set gc_in_progress to true in unix_gc().
AI 심층 분석
공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.
영향받는 제품·버전
- linux linux_kernel6.1.141 - 6.2linux
- linux linux_kernel6.6.93 - 6.6.144linux
- linux linux_kernel6.9 - 6.12.95linux
- linux linux_kernel6.13 - 6.18.38linux
- linux linux_kernel6.19 - 7.1linux
- linux linux_kernellinux
- linux linux_kernellinux
영향받는 구성 (CPE) 3
- linux linux_kernel≥ 6.1.141 < 6.2cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
- linux linux_kernel 7.1cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
- linux linux_kernel 7.1cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
참고 자료 4
링크 내용 불러오는 중…