CVE-2026-80528는 Linux에서 확인된 긴급 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 315f24088048a51eed341c53be66ea477a3c7d16 < ca5fa2380dd90a0adb01580fa6225025351a90f6, >= 315f24088048a51eed341c53be66ea477a3c7d16 < 00c12f57a87f537fa8779258fb3a03003a99963e, >= 315f24088048a51eed341c53be66ea477a3c7d16 < 4dbb2c02558e71f93510a6461d7e798b67426b49, >= 315f24088048a51eed341c53be66ea477a3c7d16 < c8a21660c3b90864c391164eea5622e7b5b2897c, >= 315f24088048a51eed341c53be66ea477a3c7d16 < 47b745747b3aa39064724a642884f9df924ddf20, >= 315f24088048a51eed341c53be66ea477a3c7d16 < 79d95b43ca090426399651ed580dd9bf2db36ab8, >= 315f24088048a51eed341c53be66ea477a3c7d16 < b6a0989613072499633e761a1536428a466de7d3, >= 315f24088048a51eed341c53be66ea477a3c7d16 < 5b602344a49e039e792ce5a8923bcc61412ee134, >= 4.6입니다. CVSS 기본 점수는 9.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: ceph: avoid fs reclaim while using current->journal_info handle_reply() stores a `ceph_mds_request` pointer in `current->journal_info` while filling the inode and dentry cache from an MDS reply. An allocation in this section can enter direct reclaim and prune dentries from another filesystem. If this dirties an ext4 inode, ext4 starts a JBD2 transaction. JBD2 interprets the Ceph request in `current->journal_info` as a journal handle and dereferences the request's `r_tid` as `h_transaction`, causing a kernel crash, e.g.: Una...