In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput input_dev name Reference the HID device rather than the input device for the devm allocation of the input_dev name. Referencing the input_dev would lead to a use-after-free when the input_dev was unregistered and subsequently fires a uevent that depends on the name. At the point of firing the uevent, the name would be freed by devres management. Use devm_kasprintf to simplify the logic for allocating memory and formatting the input_dev name string.
In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput input_dev name Reference the HID device rather than the input device for the devm allocation of the input_dev name. Referencing the input_dev would lead to a use-after-free when the input_dev was unregistered and subsequently fires a uevent that depends on the name. At the point of firing the uevent, the name would be freed by devres management. Use devm_kasprintf to simplify the logic for allocating memory and formatting the input_dev name string.
Linux Linux, linux kernel의 현재 전체 버전이 공식 영향 범위(Linux Linux, linux kernel >= c08d46aa805ba46d501f610c2448d07bea979780 < ac0d389402a6ff9ad92cea02c2d8c711483b91ab, >= c08d46aa805ba46d501f610c2448d07bea979780 < 39c70c19456e50dcb3abfe53539220dff0490f1d, >= c08d46aa805ba46d501f610c2448d07bea979780 < df7ca43fe090e1a56c216c8ebc106ef5fd49afc6, >= c08d46aa805ba46d501f610c2448d07bea979780 < 15ec7cb55e7d88755aa01d44a7a1015a42bfce86, >= c08d46aa805ba46d501f610c2448d07bea979780 < dde88ab4e45beb60b217026207aa9c14c88d71ab, >= c08d46aa805ba46d501f610c2448d07bea979780 < 2763732ec1e68910719c75b6b896e11b6d3d622b, >= c08d46aa805ba46d501f610c2448d07bea979780 < 1d7833db9fd118415dace2ca157bfa603dec9c8c, >= c08d46aa805ba46d501f610c2448d07bea979780 < b70ac7849248ec8128fa12f86e3655ba38838f29, >= c08d46aa805ba46d501f610c2448d07bea979780 < 4794394635293a3e74591351fff469cea7ad15a2, >= 3.12, >= 3.12 < 4.14.326, >= 4.15 < 4.19.295, >= 4.20 < 5.4.257, >= 5.5 < 5.10.195, >= 5.11 < 5.15.132, >= 5.16 < 6.1.53, >= 6.2 < 6.4.16, >= 6.5 < 6.5.3)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
구조화된 수정 버전 값(4.14.326, 4.19.295, 5.4.257, 5.10.195, 5.15.132, 6.1.53, 6.4.16, 6.5.3)은 참고용입니다. 공급사 공식 보안 권고에서 제품·에디션·설치 방식별 수정 기준을 확인한 뒤 적용합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 Linux Linux, linux kernel 4.14.326, 4.19.295, 5.4.257, 5.10.195, 5.15.132, 6.1.53, 6.4.16, 6.5.3 기준을 충족하는지 확인합니다. 이어서 메모리 손상 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.