CVE-2026-80527는 Linux에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 0a454bdd501ad1aa30bb72e9581efa338ad6ce5c < b5661524c5a45085a866864ca9b8ae2513dfd67a, >= 0a454bdd501ad1aa30bb72e9581efa338ad6ce5c < 5e84bc6f67e19fdd192d8b215de728acbfc12572, >= 0a454bdd501ad1aa30bb72e9581efa338ad6ce5c < 5fedf279a1ea369d39c8b06dd4547cdc576065d0, >= 0a454bdd501ad1aa30bb72e9581efa338ad6ce5c < e05c315b4da0c16ea800ee4b2cb6c617f586d1b5, >= 0a454bdd501ad1aa30bb72e9581efa338ad6ce5c < fcce1b3be6d286aa80831e730289f4c062053ae6, >= 0a454bdd501ad1aa30bb72e9581efa338ad6ce5c < a3bc6b3e9ef3f5f5cb85a902a30a090c7931127c, >= 0a454bdd501ad1aa30bb72e9581efa338ad6ce5c < 9e55fe24c548ad3163903eb58bb002d28d32a630, >= 0a454bdd501ad1aa30bb72e9581efa338ad6ce5c < 50958bb928bad3bdba9e5d1b7ff4bbadcf6951e6, >= 5.8입니다. CVSS 기본 점수는 7.5점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: ceph: fix hanging __ceph_get_caps() with stale mds_wanted A reader can hang forever in __ceph_get_caps() when the client no longer holds `FILE_RD`, but local cap state still says that the capability is already wanted (via `mds_wanted`). One way to trigger this is through MDS cap revocation. If another client performs a conflicting operation, the MDS can revoke `FILE_RD` from the reader; the next read then has to reacquire `FILE_RD`. If the cap update that should request `FILE_RD` never reaches the MDS after `cap->mds_wanted...