| 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. |
| CVSS3.0 : 重要 | |
| Score | 7.1 |
|---|---|
| Vector | 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 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
June 17, 2026, 3:41 p.m. |
| 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 While crypto_authenc_esn_setauthsize() already rejects explicit As a result, selecting an ahash with digest size 1..3, such as Reject authencesn instances whose ahash digest size is in the invalid |
|---|---|
| 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. |