In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbFindLeaf Currently while searching for dmtree_t for sufficient free blocks there is an array out of bounds while getting element in tp->dm_stree. To add the required check for out of bound we first need to determine the type of dmtree. Thus added an extra parameter to dbFindLeaf so that the type of tree can be determined and the required check can be applied.
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbFindLeaf Currently while searching for dmtree_t for sufficient free blocks there is an array out of bounds while getting element in tp->dm_stree. To add the required check for out of bound we first need to determine the type of dmtree. Thus added an extra parameter to dbFindLeaf so that the type of tree can be determined and the required check can be applied.
Linux Linux, linux kernel의 현재 전체 버전이 공식 영향 범위(Linux Linux, linux kernel >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 20f9310a18e3e99fc031e036fcbed67105ae1859, >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 86df90f3fea7c5591f05c8a0010871d435e83046, >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < ecfb47f13b08b02cf28b7b50d4941eefa21954d2, >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 81aa58cd8495b8c3b527f58ccbe19478d8087f61, >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < da3da5e1e6f71c21d8e6149d7076d936ef5d4cb9, >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < a50b796d36719757526ee094c703378895ab5e67, >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 88b7894a8f8705bf4e7ea90b10229376abf14514, >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 87c681ab49e99039ff2dd3e71852417381b13878, >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 22cad8bc1d36547cdae0eef316c47d917ce3147c, >= 2.6.12, < 4.14.331, >= 4.15 < 4.19.300, >= 4.20 < 5.4.262, >= 5.5 < 5.10.202, >= 5.11 < 5.15.140, >= 5.16 < 6.1.64, >= 6.2 < 6.5.13, >= 6.6 < 6.6.3)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
구조화된 수정 버전 값(4.14.331, 4.19.300, 5.4.262, 5.10.202, 5.15.140, 6.1.64, 6.5.13, 6.6.3)은 참고용입니다. 공급사 공식 보안 권고에서 제품·에디션·설치 방식별 수정 기준을 확인한 뒤 적용합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 Linux Linux, linux kernel 4.14.331, 4.19.300, 5.4.262, 5.10.202, 5.15.140, 6.1.64, 6.5.13, 6.6.3 기준을 충족하는지 확인합니다. 이어서 메모리 손상 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.