CVE-2026-80555는 Linux에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 8b515be512a2435bb8aedc6390cbe140167f9eb9 < 276bd7ed34d56c48c65c43c0b08f2ee77029b2fa, >= 8b515be512a2435bb8aedc6390cbe140167f9eb9 < f9bcff265556796834122f95de16d52a8375206c, >= 8b515be512a2435bb8aedc6390cbe140167f9eb9 < 17e01e342af74de12899c206dcc9ec90684703aa, >= 8b515be512a2435bb8aedc6390cbe140167f9eb9 < 152fcb74a26804b70909381c6acc90595a0ae1c1, >= 8b515be512a2435bb8aedc6390cbe140167f9eb9 < 6a917199aaf97904f5619afe3dfdacb155b03e8c, >= 8b515be512a2435bb8aedc6390cbe140167f9eb9 < 32e3d364a7b8295120d37e6a6bd433d2de26f748, >= 8b515be512a2435bb8aedc6390cbe140167f9eb9 < 4699b54fada156534cbb39834d47fc9374d7a1f5, >= 8b515be512a2435bb8aedc6390cbe140167f9eb9 < 74186c2968f8f756ac3226b545b598457c910c75, >= 5.3입니다. CVSS 기본 점수는 7.1점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: s390/vfio_ccw: Free all memory if cp_init() fails The routine cp_free() is called to unpin/free any memory once an I/O is completed successfully, or if cp_prefetch() fails. But if cp_init() fails, and cp->initialized is not enabled, the same routine cannot be used to free all the memory. An attempt to address this exists in ccwchain_handle_ccw(), where a single call to ccwchain_free() is made for the currently-processed CCW segment. But this will leak other segments (created as a result of a Transfer in Channel) that had be...