CVE-2024-47745는 Linux Linux, debian linux, linux kernel에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= c8d78c1823f46519473949d33f0d1d33fe21ea16 < 0f910dbf2f2a4a7820ba4bac7b280f7108aa05b1, >= c8d78c1823f46519473949d33f0d1d33fe21ea16 < 49d3a4ad57c57227c3b0fd6cd4188b2a5ebd6178, >= c8d78c1823f46519473949d33f0d1d33fe21ea16 < 3393fddbfa947c8e1fdcc4509226905ffffd8b89, >= c8d78c1823f46519473949d33f0d1d33fe21ea16 < ce14f38d6ee9e88e37ec28427b4b93a7c33c70d3, >= c8d78c1823f46519473949d33f0d1d33fe21ea16 < ea7e2d5e49c05e5db1922387b09ca74aa40f46e2, >= 097f98edde717ce09f217d8a285fe357dcd29fd1, >= 3.16.59 < 3.17, >= 4.0, 11.0, < 6.1.120, >= 6.2 < 6.6.54, >= 6.7 < 6.10.13, >= 6.11 < 6.11.2입니다. CVSS 기본 점수는 7.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: mm: call the security_mmap_file() LSM hook in remap_file_pages() The remap_file_pages syscall handler calls do_mmap() directly, which doesn't contain the LSM security check. And if the process has called personality(READ_IMPLIES_EXEC) before and remap_file_pages() is called for RW pages, this will actually result in remapping the pages to RWX, bypassing a W^X policy enforced by SELinux. So we should check prot by security_mmap_file LSM hook in the remap_file_pages syscall handler before do_mmap() is called. Otherwise, it po...
Linux Linux, debian linux, linux kernel의 현재 전체 버전이 공식 영향 범위(Linux Linux, debian linux, linux kernel >= c8d78c1823f46519473949d33f0d1d33fe21ea16 < 0f910dbf2f2a4a7820ba4bac7b280f7108aa05b1, >= c8d78c1823f46519473949d33f0d1d33fe21ea16 < 49d3a4ad57c57227c3b0fd6cd4188b2a5ebd6178, >= c8d78c1823f46519473949d33f0d1d33fe21ea16 < 3393fddbfa947c8e1fdcc4509226905ffffd8b89, >= c8d78c1823f46519473949d33f0d1d33fe21ea16 < ce14f38d6ee9e88e37ec28427b4b93a7c33c70d3, >= c8d78c1823f46519473949d33f0d1d33fe21ea16 < ea7e2d5e49c05e5db1922387b09ca74aa40f46e2, >= 097f98edde717ce09f217d8a285fe357dcd29fd1, >= 3.16.59 < 3.17, >= 4.0, 11.0, < 6.1.120, >= 6.2 < 6.6.54, >= 6.7 < 6.10.13, >= 6.11 < 6.11.2)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
제3자 참조와 수정 버전 값(6.1.120, 6.6.54, 6.10.13, 6.11.2)은 보조 근거로만 사용하고, 공급사 공식 보안 권고에서 조치 기준을 재확인합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 Linux Linux, debian linux, linux kernel 6.1.120, 6.6.54, 6.10.13, 6.11.2 기준을 충족하는지 확인합니다. 이어서 유형 미확정 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.