In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix oops when unload drivers paralleling When unload hclge
위협 신호 · CVSS · EPSS · KEV
이론적 심각도 점수
30일 내 악용 확률 예측
실측 악용 기록 없음
별도 긴급 패치 불필요 — 정기 시스템 업그레이드 주기에 맞춰 조치
CVSS 벡터 · 메트릭
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H상세 설명
In the Linux kernel, the following vulnerability has been resolved:
net: hns3: fix oops when unload drivers paralleling
When unload hclge driver, it tries to disable sriov first for each
ae_dev node from hnae3_ae_dev_list. If user unloads hns3 driver at
the time, because it removes all the ae_dev nodes, and it may cause
oops.
But we can't simply use hnae3_common_lock for this. Because in the
process flow of pci_disable_sriov(), it will trigger the remove flow
of VF, which will also take hnae3_common_lock.
To fixes it, introduce a new mutex to protect the unload process.
AI 심층 분석
공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.
영향받는 제품·버전
- linux linux_kernel4.19.214 - 4.20linux
- linux linux_kernel5.4.156 - 5.5linux
- linux linux_kernel5.10.76 - 5.10.235linux
- linux linux_kernel5.14.15 - 5.15linux
- linux linux_kernel5.15.1 - 5.15.179linux
- linux linux_kernel5.16 - 6.1.129linux
- linux linux_kernel6.2 - 6.6.76linux
- linux linux_kernel6.7 - 6.12.13linux
- linux linux_kernel6.13 - 6.13.2linux
- linux linux_kernellinux
- linux linux_kernellinux
영향받는 구성 (CPE) 3
- linux linux_kernel≥ 4.19.214 < 4.20cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
- linux linux_kernel 5.15cpe:2.3:o:linux:linux_kernel:5.15:-:*:*:*:*:*:*
- linux linux_kernel 5.15cpe:2.3:o:linux:linux_kernel:5.15:rc7:*:*:*:*:*:*
참고 자료 10
링크 내용 불러오는 중…