CVE-2023-53860는 Linux에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < d7b2abd87d1fcdb47811f90090a363e7ca15cb14, >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < 699775e9338adcd4eaedea000d32c60250c3114d, >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < a9ce385344f916cd1c36a33905e564f5581beae9, >= 5.19입니다. CVSS 기본 점수는 7.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
CVE-2023-53860는 Linux에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < d7b2abd87d1fcdb47811f90090a363e7ca15cb14, >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < 699775e9338adcd4eaedea000d32c60250c3114d, >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < a9ce385344f916cd1c36a33905e564f5581beae9, >= 5.19입니다. CVSS 기본 점수는 7.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: dm: don't attempt to queue IO under RCU protection dm looks up the table for IO based on the request type, with an assumption that if the request is marked REQ_NOWAIT, it's fine to attempt to submit that IO while under RCU read lock protection. This is not OK, as REQ_NOWAIT just means that we should not be sleeping waiting on other IO, it does not mean that we can't potentially schedule. A simple test case demonstrates this quite nicely: int main(int argc, char *argv[]) { struct iovec iov; int fd; fd = open("/dev/dm-0", O_R...
영향 제품·버전
제품 Linux
영향 버전 Linux >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < d7b2abd87d1fcdb47811f90090a363e7ca15cb14, >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < 699775e9338adcd4eaedea000d32c60250c3114d, >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < a9ce385344f916cd1c36a33905e564f5581beae9, >= 5.19
Linux의 현재 전체 버전이 공식 영향 범위(Linux >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < d7b2abd87d1fcdb47811f90090a363e7ca15cb14, >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < 699775e9338adcd4eaedea000d32c60250c3114d, >= 563a225c9fd207326c2a2af9d59b4097cb31ce70 < a9ce385344f916cd1c36a33905e564f5581beae9, >= 5.19)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
공급사 공식 보안 권고에서 영향 버전, 수정 버전, 패치 번호와 공식 완화조치를 먼저 확인해야 합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 Linux · 수정 버전은 공급사 공식자료 확인 필요 기준을 충족하는지 확인합니다. 이어서 유형 미확정 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.