In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpeg_dec_device_run In mtk_jpeg_probe, &jpeg->job_timeout_work is bound with mtk_jpeg_job_timeout_work. In mtk_jpeg_dec_device_run, if error happens in mtk_jpeg_set_dec_dst, it will finally start the worker while mark the job as finished by invoking v4l2_m2m_job_finish. There are two methods to trigger the bug. If we remove the module, it which will call mtk_jpeg_remove to make cleanup. The possible sequence is as follows, which will cause a use-after...
In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpeg_dec_device_run In mtk_jpeg_probe, &jpeg->job_timeout_work is bound with mtk_jpeg_job_timeout_work. In mtk_jpeg_dec_device_run, if error happens in mtk_jpeg_set_dec_dst, it will finally start the worker while mark the job as finished by invoking v4l2_m2m_job_finish. There are two methods to trigger the bug. If we remove the module, it which will call mtk_jpeg_remove to make cleanup. The possible sequence is as follows, which will cause a use-after...
Linux Linux, linux kernel의 현재 전체 버전이 공식 영향 범위(Linux Linux, linux kernel >= b2f0d2724ba477d326e9d654d4db1c93e98f8b93 < 43872f44eee6c6781fea1348b38885d8e78face9, >= b2f0d2724ba477d326e9d654d4db1c93e98f8b93 < 1b1036c60a37a30caf6759a90fe5ecd06ec35590, >= b2f0d2724ba477d326e9d654d4db1c93e98f8b93 < 9fec4db7fff54d9b0306a332bab31eac47eeb5f6, >= b2f0d2724ba477d326e9d654d4db1c93e98f8b93 < 8254d54d00eb6cdb8367399c7f912eb8d354ecd7, >= b2f0d2724ba477d326e9d654d4db1c93e98f8b93 < 6e2f37022f0fc0893da4d85a0500c9d547fffd4c, >= b2f0d2724ba477d326e9d654d4db1c93e98f8b93 < 206c857dd17d4d026de85866f1b5f0969f2a109e, >= 4.12, >= 4.12 < 5.10.210, >= 5.11 < 5.15.149, >= 5.16 < 6.1.76, >= 6.2 < 6.6.15, >= 6.7 < 6.7.3)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
구조화된 수정 버전 값(5.10.210, 5.15.149, 6.1.76, 6.6.15, 6.7.3)은 참고용입니다. 공급사 공식 보안 권고에서 제품·에디션·설치 방식별 수정 기준을 확인한 뒤 적용합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 Linux Linux, linux kernel 5.10.210, 5.15.149, 6.1.76, 6.6.15, 6.7.3 기준을 충족하는지 확인합니다. 이어서 메모리 손상 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.