LinuxのLinux Kernelにおける境界外読み取りに関する脆弱性
タイトル LinuxのLinux Kernelにおける境界外読み取りに関する脆弱性
概要

Linuxカーネルにおいて、以下の脆弱性が修正されました。crypto: authencesnはインスタンス作成時に短すぎるahashダイジェストを拒否します。authencesnはゼロのauthsizeまたは少なくとも4バイトのauthsizeを必要とします。なぜなら、ESNの暗号化および復号化パスは常に認証データの末尾にある高位シーケンス番号データの4バイトを移動するためです。crypto_authenc_esn_setauthsize()は既に1〜3の範囲の明示的な非ゼロのauthsizeを拒否していましたが、crypto_authenc_esn_create()はそれを検証せずにauth-digestsizeをinst-alg.maxauthsizeにコピーしていました。その結果、AEADコアはその値からtfmのデフォルトauthsizeを初期化していました。これにより、例えばcbcmac(cipher_null)のようなダイジェストサイズが1〜3のahashを選択するとsetauthsize()が同じ値を拒否しても、デフォルトauthsizeが無効なauthencesnインスタンスを露出させていました。AF_ALGは短すぎるタグでESNテール処理をトリガーし、境界外アクセスが発生する可能性がありました。無効な非ゼロ範囲1〜3のahashダイジェストサイズを持つauthencesnインスタンスを拒否し、どのtfmもサポートされていないデフォルトauthsizeを継承しないように修正しました。

想定される影響 ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 
対策

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

公表日 2026年5月27日0:00
登録日 2026年6月17日15:41
最終更新日 2026年6月17日15:41
CVSS3.0 : 重要
スコア 7.1
ベクター CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
影響を受けるシステム
Linux
Linux Kernel 4.11 以上 5.10.258 未満
Linux Kernel 5.11 以上 5.15.209 未満
Linux Kernel 5.16 以上 6.1.175 未満
Linux Kernel 6.13 以上 6.18.27 未満
Linux Kernel 6.19 以上 7.0.4 未満
Linux Kernel 6.2 以上 6.6.140 未満
Linux Kernel 6.7 以上 6.12.86 未満
Linux Kernel 7.1
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年06月17日]
  掲載
2026年6月17日15:41

NVD脆弱性情報
CVE-2026-46033
概要

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

crypto: authencesn - reject short ahash digests during instance creation

authencesn requires either a zero authsize or an authsize of at least
4 bytes because the ESN encrypt/decrypt paths always move 4 bytes of
high-order sequence number data at the end of the authenticated data.

While crypto_authenc_esn_setauthsize() already rejects explicit
non-zero authsizes in the range 1..3, crypto_authenc_esn_create()
still copied auth->digestsize into inst->alg.maxauthsize without
validating it. The AEAD core then initialized the tfm's default
authsize from that value.

As a result, selecting an ahash with digest size 1..3, such as
cbcmac(cipher_null), exposed authencesn instances whose default
authsize was invalid even though setauthsize() would have rejected the
same value. AF_ALG could then trigger the ESN tail handling with a
too-short tag and hit an out-of-bounds access.

Reject authencesn instances whose ahash digest size is in the invalid
non-zero range 1..3 so that no tfm can inherit an unsupported default
authsize.

公表日 2026年5月27日23:17
登録日 2026年5月28日4:12
最終更新日 2026年6月2日2:17
関連情報、対策とツール
共通脆弱性一覧