In the Linux kernel, the following vulnerability has been resolved: MIPS: Work around LLVM bug when gp is used as global register variable On MIPS, __current_thread_info is defined as global register variable locating in $gp, and is simply assigned with new address during kernel relocation. This however is broken with LLVM, which always restores $gp if it finds $gp is clobbered in any form, including when intentionally through a global register variable. This is against GCC's documentation[1], which requires a callee-saved register used as global register variable not to be restored if it's...
In the Linux kernel, the following vulnerability has been resolved: MIPS: Work around LLVM bug when gp is used as global register variable On MIPS, __current_thread_info is defined as global register variable locating in $gp, and is simply assigned with new address during kernel relocation. This however is broken with LLVM, which always restores $gp if it finds $gp is clobbered in any form, including when intentionally through a global register variable. This is against GCC's documentation[1], which requires a callee-saved register used as global register variable not to be restored if it's...
Linux Linux, linux kernel의 현재 전체 버전이 공식 영향 범위(Linux Linux, linux kernel >= 279b991b24d2439fbe9d2f093988b9c8aed2603d < 05bff9b0ae095b2420cfebb4a96759a09334bec6, >= 279b991b24d2439fbe9d2f093988b9c8aed2603d < 1fe3b402b1e97a1718df3be0a1d3eee20133e735, >= 279b991b24d2439fbe9d2f093988b9c8aed2603d < 4dc65b40fb80c2020efbf139b9a38d30f9a37b92, >= 279b991b24d2439fbe9d2f093988b9c8aed2603d < c0155dee51b9f5f48aaf5c71cae005eb0e36521f, >= 279b991b24d2439fbe9d2f093988b9c8aed2603d < e3a6498a63394218561065a9a7a597a204f52f6a, >= 279b991b24d2439fbe9d2f093988b9c8aed2603d < 561834f6d6f52b8a1791331e94b2aac753491d2a, >= 279b991b24d2439fbe9d2f093988b9c8aed2603d < 9bc3b0ae5203aba650297fdf3e1e774125e423f2, >= 279b991b24d2439fbe9d2f093988b9c8aed2603d < 30bfc2d6a1132a89a5f1c3b96c59cf3e4d076ea3, >= 4.7, >= 4.7 < 5.10.252, >= 5.11 < 5.15.202, >= 5.16 < 6.1.165, >= 6.2 < 6.6.128, >= 6.7 < 6.12.75, >= 6.13 < 6.18.14, >= 6.19 < 6.19.4)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
제3자 참조와 수정 버전 값(5.10.252, 5.15.202, 6.1.165, 6.6.128, 6.12.75, 6.18.14, 6.19.4)은 보조 근거로만 사용하고, 공급사 공식 보안 권고에서 조치 기준을 재확인합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 Linux Linux, linux kernel 5.10.252, 5.15.202, 6.1.165, 6.6.128, 6.12.75, 6.18.14, 6.19.4 기준을 충족하는지 확인합니다. 이어서 유형 미확정 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.