製品・ソフトウェアに関する情報
Debian等の複数ベンダの製品における境界外書き込みに関する脆弱性
Title Debian等の複数ベンダの製品における境界外書き込みに関する脆弱性
Summary

Linuxカーネルにおいて、以下の脆弱性が修正されました:bnaにおいて、コピーされたバッファがNUL終端されていることが保証されています。現在、nbytesサイズのカーネルバッファを割り当て、ユーザースペースからそのバッファにnbytesをコピーしています。その後、このバッファに対してsscanfを使用していますが、文字列がバッファ内で終端されていることが保証されていないため、sscanf使用時にバッファ越え読み取り(OOB)が発生する可能性があります。この問題はmemdup_userの代わりにmemdup_user_nulを使用することで修正されました。

Possible impacts 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

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

Publication Date May 30, 2024, midnight
Registration Date Jan. 27, 2026, 5:37 p.m.
Last Update Jan. 27, 2026, 5:37 p.m.
CVSS3.0 : 重要
Score 7.8
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected System
Debian
Debian GNU/Linux 10.0
Linux
Linux Kernel 3.3 以上 4.19.314 未満
Linux Kernel 4.20 以上 5.4.276 未満
Linux Kernel 5.11 以上 5.15.159 未満
Linux Kernel 5.16 以上 6.1.91 未満
Linux Kernel 5.5 以上 5.10.217 未満
Linux Kernel 6.2 以上 6.6.31 未満
Linux Kernel 6.7 以上 6.8.10 未満
Linux Kernel 6.9
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年01月27日]
  掲載
Jan. 27, 2026, 5:37 p.m.

NVD Vulnerability Information
CVE-2024-36934
Summary

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

bna: ensure the copied buf is NUL terminated

Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from
userspace to that buffer. Later, we use sscanf on this buffer but we don't
ensure that the string is terminated inside the buffer, this can lead to
OOB read when using sscanf. Fix this issue by using memdup_user_nul
instead of memdup_user.

Publication Date May 31, 2024, 1:15 a.m.
Registration Date May 31, 2024, 10 a.m.
Last Update Nov. 21, 2024, 6:22 p.m.
Related information, measures and tools
Common Vulnerabilities List