CVE-2026-74662는 Linux에서 확인된 긴급 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 648700f76b03b7e8149d13cc2bdb3355035258a9 < f4e4dab62181b7fe7c011bed6fbef9fc3d48c769, >= 648700f76b03b7e8149d13cc2bdb3355035258a9 < 4ed0681dc2c1e0538b79d2fc56190ffcb369dacd, >= 648700f76b03b7e8149d13cc2bdb3355035258a9 < 08a04d7bfb9c103432561aff8a62b6872e694a6a, >= 648700f76b03b7e8149d13cc2bdb3355035258a9 < d3ffb89b2944672cf7bdd8e9ee577d2043b4a956, >= 648700f76b03b7e8149d13cc2bdb3355035258a9 < 39c6c4b267b65f00e0b0335a2ae00cbe9e3174f0, >= 648700f76b03b7e8149d13cc2bdb3355035258a9 < 9f904dd3e455750e5d4ec9b2f134835811b85a2f, >= 648700f76b03b7e8149d13cc2bdb3355035258a9 < 928128865e43b197e30688dc1bc991592c97edcf, >= 648700f76b03b7e8149d13cc2bdb3355035258a9 < 653d7ddf6cba867777a3d14c4f83ace008c5ad13, >= 493107105843f299662b3b664a83804645564f12, >= 4.4.174 < 4.5, >= 4.17입니다. CVSS 기본 점수는 9.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: inet: frags: publish queues before arming timer inet_frag_create() arms the fragment queue timer before inserting the queue into the fqdir rhashtable. If the namespace fragment timeout is zero or negative, the timer can run before the queue is published. The timer callback then marks the queue complete, tries to remove a node that is not in the hash table yet, and drops the anticipated hash reference. Creation can subsequently publish the completed queue without restoring that reference, leaving a stale hash node after the...