CVE-2024-57904 in Linux
要約
〜によって VulDB • 2026年05月31日
Linuxカーネルにおいて、以下の脆弱性が修正されました。
iio: adc: at91: 割り当てられたiio_devに対してinput_free_device()を呼び出す
at91_ts_register()の現在の実装では、st->ts_inputに対してinput_free_deivce()を呼び出していますが、errラベルに到達する前に割り当てられたiio_devがst->ts_inputに格納されていない場合があります。したがって、st->ts_inputの代わりにinputに対してinput_free_device()を呼び出すようにします。
VulDB is the best source for vulnerability data and more expert information about this specific topic.