| Title | LinuxのLinux Kernelにおける有効期限後のメモリの解放の欠如に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました。media: tegra-videoの__tegra_channel_try_format()関数に存在したメモリリークが修正されました。__v4l2_subdev_state_alloc()によって割り当てられた状態オブジェクトは、不要になったときに必ず__v4l2_subdev_state_free()で解放しなければなりません。__tegra_channel_try_format()内では、2つのエラーパスがv4l2_subdev_call()の失敗後に直接返却され、割り当てられた'sd_state'オブジェクトを解放していませんでした。これは要件違反であり、メモリリークを引き起こしていました。本修正では、クリーンアップ用ラベルを導入し、エラーパスでgoto文を使うことで、関数から返る前に必ず__v4l2_subdev_state_free()が呼ばれるようにしています。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 6, 2026, midnight |
| Registration Date | May 15, 2026, 10:59 a.m. |
| Last Update | May 15, 2026, 10:59 a.m. |
| CVSS3.0 : 警告 | |
| Score | 5.5 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 5.10 以上 6.1.167 未満 |
| Linux Kernel 6.13 以上 6.18.17 未満 |
| Linux Kernel 6.19 以上 6.19.6 未満 |
| Linux Kernel 6.2 以上 6.6.130 未満 |
| Linux Kernel 6.7 以上 6.12.77 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月15日] 掲載 |
May 15, 2026, 10:59 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: media: tegra-video: Fix memory leak in __tegra_channel_try_format() The state object allocated by __v4l2_subdev_state_alloc() must be freed In __tegra_channel_try_format(), two error paths return directly after Fix this by introducing a cleanup label and using goto statements in the |
|---|---|
| Publication Date | May 6, 2026, 9:16 p.m. |
| Registration Date | May 7, 2026, 4:08 a.m. |
| Last Update | May 6, 2026, 10:07 p.m. |