| Title | Debian等の複数ベンダの製品における解放済みメモリの使用に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、非同期暗号を使用した場合に crypt_message 関数で use-after-free が発生する問題が修正されました。暗号ハードウェアアクセラレータを使用すると、非同期処理によって暗号化要求のバッファが操作の完了前に解放される可能性があり、それがクラッシュを引き起こす場合があります。今回の修正により、暗号操作が完了するまでバッファの解放を遅延させることで、安全性が向上しました。 |
| Possible impacts | 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | July 28, 2025, midnight |
| Registration Date | Jan. 9, 2026, 4:23 p.m. |
| Last Update | Jan. 9, 2026, 4:23 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 |
| Debian |
| Debian GNU/Linux 11.0 |
| Linux |
| Linux Kernel 5.10.237 以上 5.10.241 未満 |
| Linux Kernel 5.15.181 以上 5.15.190 未満 |
| Linux Kernel 6.1.128 以上 6.1.147 未満 |
| Linux Kernel 6.11.4 以上 6.12.40 未満 |
| Linux Kernel 6.13 以上 6.15.8 未満 |
| Linux Kernel 6.16 |
| Linux Kernel 6.6.57 以上 6.6.100 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年01月09日] 掲載 |
Jan. 9, 2026, 4:23 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in crypt_message when using async crypto The CVE-2024-50047 fix removed asynchronous crypto handling from crypt_message() // Async encryption returns -EINPROGRESS immediately // Free creq while async operation is still in progress Hardware crypto modules often implement async AEAD operations for This results in a use-after-free condition when the hardware crypto The issue occurs because crypto_alloc_aead() with mask=0 doesn't Fix by restoring the async crypto handling: This ensures the request buffer isn't freed until the crypto operation |
|---|---|
| Publication Date | July 28, 2025, 9:15 p.m. |
| Registration Date | July 29, 2025, 4 a.m. |
| Last Update | July 28, 2025, 9:15 p.m. |