CVE-2026-74513는 Linux에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < c0837aeace96152d14b17fdd19d70102b6631a7d, >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < 48c073f88c93707089a4214f21cb4c3de5aea6e4, >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < a10ea943356b9d70c5616a0a06f6fa97cfdaccb1, >= 6.10입니다. CVSS 기본 점수는 7.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
CVE-2026-74513는 Linux에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < c0837aeace96152d14b17fdd19d70102b6631a7d, >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < 48c073f88c93707089a4214f21cb4c3de5aea6e4, >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < a10ea943356b9d70c5616a0a06f6fa97cfdaccb1, >= 6.10입니다. CVSS 기본 점수는 7.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: dibs: fix use-after-free of dmb_node in loopback attach/detach/unregister dibs_lo_attach_dmb(), dibs_lo_detach_dmb() and dibs_lo_unregister_dmb() look up the dmb_node under dmb_ht_lock, drop the lock and only then operate on the node's refcount. Nothing keeps the node alive across that window: __dibs_lo_unregister_dmb() removes the node from the hash table under the write lock and immediately frees it. A concurrent final put can therefore free the node between the lookup and the refcount operation: CPU0 (attach) CPU1 (owner...
영향 제품·버전
제품 Linux
영향 버전 Linux >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < c0837aeace96152d14b17fdd19d70102b6631a7d, >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < 48c073f88c93707089a4214f21cb4c3de5aea6e4, >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < a10ea943356b9d70c5616a0a06f6fa97cfdaccb1, >= 6.10
Linux의 현재 전체 버전이 공식 영향 범위(Linux >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < c0837aeace96152d14b17fdd19d70102b6631a7d, >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < 48c073f88c93707089a4214f21cb4c3de5aea6e4, >= c3a910f2380fe294d14e42af66af3d3eed8fecbf < a10ea943356b9d70c5616a0a06f6fa97cfdaccb1, >= 6.10)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
공급사 공식 보안 권고에서 영향 버전, 수정 버전, 패치 번호와 공식 완화조치를 먼저 확인해야 합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 수정 버전은 공급사 공식자료 확인 필요 기준을 충족하는지 확인합니다. 이어서 메모리 손상 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.