In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() A malicious HID device can trigger a slab out-of-bounds during mt_report_fixup() by passing in report descriptor smaller than 607 bytes. mt_report_fixup() attempts to patch byte offset 607 of the descriptor with 0x25 by first checking if byte offset 607 is 0x15 however it lacks bounds checks to verify if the descriptor is big enough before conducting this check. Fix this bug by ensuring the descriptor size is at least 608 bytes before accessing it. Below is...
In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() A malicious HID device can trigger a slab out-of-bounds during mt_report_fixup() by passing in report descriptor smaller than 607 bytes. mt_report_fixup() attempts to patch byte offset 607 of the descriptor with 0x25 by first checking if byte offset 607 is 0x15 however it lacks bounds checks to verify if the descriptor is big enough before conducting this check. Fix this bug by ensuring the descriptor size is at least 608 bytes before accessing it. Below is...
Linux Linux, SIMATIC CN 4100, linux kernel의 현재 전체 버전이 공식 영향 범위(Linux Linux, SIMATIC CN 4100, linux kernel >= 7d91a0b2151a9c3b61d44c85c8eba930eddd1dd0 < 4263e5851779f7d8ebfbc9cc7d2e9b0217adba8d, >= 45ec9f17ce46417fc4eccecf388c99e81fb7fcc1 < 7ab7311c43ae19c66c53ccd8c5052a9072a4e338, >= 1d5c7d0a49ec9d8786f266ac6d1d7c4960e1787b < d4e6e2680807671e1c73cd6a986b33659ce92f2b, >= c8000deb68365b461b324d68c7ea89d730f0bb85 < 3055309821dd3da92888f88bad10f0324c3c89fe, >= c8000deb68365b461b324d68c7ea89d730f0bb85 < c13e95587583d018cfbcc277df7e02d41902ac5a, >= c8000deb68365b461b324d68c7ea89d730f0bb85 < 0379eb8691b9c4477da0277ae0832036ca4410b4, >= d189e24a42b8bd0ece3d28801d751bf66dba8e92, >= 5.15.168 < 5.15.191, >= 6.1.111 < 6.1.150, >= 6.6.52 < 6.6.104, >= 6.10.11 < 6.11, >= 6.11, < V5.0, >= 6.11.1 < 6.12.45, >= 6.13 < 6.16.5, 6.11, 6.17, 11.0)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
제3자 참조와 수정 버전 값(5.15.191, 6.1.150, 6.6.104, 6.11, 6.12.45, 6.16.5)은 보조 근거로만 사용하고, 공급사 공식 보안 권고에서 조치 기준을 재확인합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 Linux Linux, SIMATIC CN 4100, linux kernel 5.15.191, 6.1.150, 6.6.104, 6.11, 6.12.45, 6.16.5 기준을 충족하는지 확인합니다. 이어서 메모리 손상 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.