Linux の Linux Kernel 等複数ベンダの製品における脆弱性
タイトル Linux の Linux Kernel 等複数ベンダの製品における脆弱性
概要

Linux の Linux Kernel 等複数ベンダの製品には、不特定の脆弱性が存在します。

想定される影響 情報を取得される、情報を改ざんされる、およびサービス運用妨害 (DoS) 状態にされる可能性があります。 
対策

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

公表日 2024年2月28日0:00
登録日 2025年12月25日17:20
最終更新日 2025年12月25日17:20
CVSS3.0 : 重要
スコア 7.8
ベクター CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
影響を受けるシステム
Debian
Debian GNU/Linux 10.0
Linux
Linux Kernel 4.14.20 以上 4.15 未満
Linux Kernel 4.15.4 以上 4.19.311 未満
Linux Kernel 4.20 以上 5.4.273 未満
Linux Kernel 4.4.168 以上 4.5 未満
Linux Kernel 4.9.82 以上 4.10 未満
Linux Kernel 5.11 以上 5.15.153 未満
Linux Kernel 5.16 以上 6.1.83 未満
Linux Kernel 5.5 以上 5.10.214 未満
Linux Kernel 6.2 以上 6.6.23 未満
Linux Kernel 6.7 以上 6.7.11 未満
Linux Kernel 6.8 以上 6.8.2 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
変更履歴
No 変更内容 変更日
1 [2025年12月25日]
  掲載
2025年12月25日17:20

NVD脆弱性情報
CVE-2024-27075
概要

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

media: dvb-frontends: avoid stack overflow warnings with clang

A previous patch worked around a KASAN issue in stv0367, now a similar
problem showed up with clang:

drivers/media/dvb-frontends/stv0367.c:1222:12: error: stack frame size (3624) exceeds limit (2048) in 'stv0367ter_set_frontend' [-Werror,-Wframe-larger-than]
1214 | static int stv0367ter_set_frontend(struct dvb_frontend *fe)

Rework the stv0367_writereg() function to be simpler and mark both
register access functions as noinline_for_stack so the temporary
i2c_msg structures do not get duplicated on the stack when KASAN_STACK
is enabled.

公表日 2024年5月1日22:15
登録日 2024年5月2日10:00
最終更新日 2024年11月21日18:03
関連情報、対策とツール
共通脆弱性一覧