In the Linux kernel, the following vulnerability has been resolved: s390: fix double free of GS and RI CBs on fork() failure The pointers for guarded storage and runtime instrumentation control blocks are stored in the thread_struct of the associated task. These pointers are initially copied on fork() via arch_dup_task_struct() and then cleared via copy_thread() before fork() returns. If fork() happens to fail after the initial task dup and before copy_thread(), the newly allocated task and associated thread_struct memory are freed via free_task() -> arch_release_task_struct(). This results...
In the Linux kernel, the following vulnerability has been resolved: s390: fix double free of GS and RI CBs on fork() failure The pointers for guarded storage and runtime instrumentation control blocks are stored in the thread_struct of the associated task. These pointers are initially copied on fork() via arch_dup_task_struct() and then cleared via copy_thread() before fork() returns. If fork() happens to fail after the initial task dup and before copy_thread(), the newly allocated task and associated thread_struct memory are freed via free_task() -> arch_release_task_struct(). This results...
Linux Linux, linux kernel의 현재 전체 버전이 공식 영향 범위(Linux Linux, linux kernel >= 8d9047f8b967ce6181fd824ae922978e1b055cc0 < 25a95303b9e513cd2978aacc385d06e6fec23d07, >= 8d9047f8b967ce6181fd824ae922978e1b055cc0 < cacd522e6652fbc2dc0cc6ae11c4e30782fef14b, >= 8d9047f8b967ce6181fd824ae922978e1b055cc0 < 297ae7e87a87a001dd3dfeac1cb26a42fd929708, >= 8d9047f8b967ce6181fd824ae922978e1b055cc0 < 8195e065abf3df84eb0ad2987e76a40f21d1791c, >= 8d9047f8b967ce6181fd824ae922978e1b055cc0 < fbdc482d43eda40a70de4b0155843d5472f6de62, >= 8d9047f8b967ce6181fd824ae922978e1b055cc0 < 13cccafe0edcd03bf1c841de8ab8a1c8e34f77d9, >= 9e51ee1b76efc7b5e9404010793a39fde0e03cb7, >= 232b47b3c88af1da737cd7760f247c4ed58168cf, >= b8e212c599082896a180a18a0c9bd529526590be, >= 4.4.105 < 4.5, >= 4.9.68 < 4.10, >= 4.14.5 < 4.15, >= 4.15, >= 4.14.5 < 4.19.257, >= 4.20 < 5.4.212, >= 5.5 < 5.10.140, >= 5.11 < 5.15.64, >= 5.16 < 5.19.6, 6.0)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
구조화된 수정 버전 값(4.5, 4.10, 4.19.257, 5.4.212, 5.10.140, 5.15.64, 5.19.6)은 참고용입니다. 공급사 공식 보안 권고에서 제품·에디션·설치 방식별 수정 기준을 확인한 뒤 적용합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 Linux Linux, linux kernel 4.5, 4.10, 4.19.257, 5.4.212, 5.10.140, 5.15.64, 5.19.6 기준을 충족하는지 확인합니다. 이어서 유형 미확정 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.