CVE-2022-48987
概要

In the Linux kernel, the following vulnerability has been resolved:

media: v4l2-dv-timings.c: fix too strict blanking sanity checks

Sanity checks were added to verify the v4l2_bt_timings blanking fields
in order to avoid integer overflows when userspace passes weird values.

But that assumed that userspace would correctly fill in the front porch,
backporch and sync values, but sometimes all you know is the total
blanking, which is then assigned to just one of these fields.

And that can fail with these checks.

So instead set a maximum for the total horizontal and vertical
blanking and check that each field remains below that.

That is still sufficient to avoid integer overflows, but it also
allows for more flexibility in how userspace fills in these fields.

公表日 2024年10月22日5:15
登録日 2024年10月22日12:01
最終更新日 2024年11月2日0:27
CVSS3.1 : MEDIUM
スコア 5.5
ベクター CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
攻撃元区分(AV) ローカル
攻撃条件の複雑さ(AC)
攻撃に必要な特権レベル(PR)
利用者の関与(UI) 不要
影響の想定範囲(S) 変更なし
機密性への影響(C) なし
完全性への影響(I) なし
可用性への影響(A)
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.0.7 6.0.13
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.15.77 5.15.83
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.10.153 5.10.159
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.4.226 5.4.227
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.19.264 4.19.269
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.14.298 4.14.302
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.9.332 4.9.336
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Linux の Linux Kernel における整数オーバーフローの脆弱性
タイトル Linux の Linux Kernel における整数オーバーフローの脆弱性
概要

Linux の Linux Kernel には、整数オーバーフローの脆弱性が存在します。

想定される影響 サービス運用妨害 (DoS) 状態にされる可能性があります。 
対策

ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

公表日 2022年11月23日0:00
登録日 2024年11月5日12:01
最終更新日 2024年11月5日12:01
影響を受けるシステム
Linux
Linux Kernel 4.14.298 以上 4.14.302 未満
Linux Kernel 4.19.264 以上 4.19.269 未満
Linux Kernel 4.9.332 以上 4.9.336 未満
Linux Kernel 5.10.153 以上 5.10.159 未満
Linux Kernel 5.15.77 以上 5.15.83 未満
Linux Kernel 5.4.226 以上 5.4.227 未満
Linux Kernel 6.0.7 以上 6.0.13 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
変更履歴
No 変更内容 変更日
1 [2024年11月05日]   掲載 2024年11月5日10:29