NVD Vulnerability Detail
Search Exploit, PoC
CVE-2026-46033
Summary

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.

Publication Date May 27, 2026, 11:17 p.m.
Registration Date May 28, 2026, 4:12 a.m.
Last Update June 2, 2026, 2:17 a.m.
Related information, measures and tools
Common Vulnerabilities List

JVN Vulnerability Information
LinuxのLinux Kernelにおける境界外読み取りに関する脆弱性
Title LinuxのLinux Kernelにおける境界外読み取りに関する脆弱性
Summary

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を継承しないように修正しました。

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

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

Publication Date May 27, 2026, midnight
Registration Date June 17, 2026, 3:41 p.m.
Last Update June 17, 2026, 3:41 p.m.
Affected System
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 (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年06月17日]
  掲載
June 17, 2026, 3:41 p.m.