diff --git a/doc/html/en/Release Notes.html b/doc/html/en/Release Notes.html
index b72b6f8c..0ab517bf 100644
--- a/doc/html/en/Release Notes.html
+++ b/doc/html/en/Release Notes.html
@@ -50,6 +50,7 @@
Security: Fix GHSA-94c6-mgmv-mqc5: non-default WOLFCRYPT=1 builds now use wolfCrypt PBKDF2 instead of HKDF and honor VeraCrypt's PBKDF2 iteration count.
- Reported by https://github.com/vastblast
+ - CVE-2026-53762
Fix CPU feature detection and crypto implementation edge cases, including AVX2/leaf 7 detection, BLAKE2s/Argon2 no-SSE2 x86 fallback paths, Camellia SSSE3 dispatch, Twofish x64 multiblock tail handling and Whirlpool alignment.
@@ -65,6 +66,7 @@
- Reported by https://github.com/vastblast
- Regression introduced in 1.26.6
+ - CVE-2026-54073
Harden Windows driver input validation and crash dump filter handling (GH PR #1590).
diff --git a/doc/html/ru/Release Notes.html b/doc/html/ru/Release Notes.html
index d77ec7c7..5b242ec7 100644
--- a/doc/html/ru/Release Notes.html
+++ b/doc/html/ru/Release Notes.html
@@ -53,6 +53,7 @@ VeraCrypt старее, чем 1.18a.
Безопасность: исправлена GHSA-94c6-mgmv-mqc5: сборки с неиспользуемым по умолчанию параметром WOLFCRYPT=1 теперь используют PBKDF2 из wolfCrypt вместо HKDF и учитывают заданное в VeraCrypt число итераций PBKDF2.
- Сообщил https://github.com/vastblast
+ - CVE-2026-53762
Исправлены определение возможностей процессора и граничные случаи криптографических реализаций, включая определение AVX2/leaf 7, резервные пути BLAKE2s/Argon2 для x86 без SSE2, диспетчеризацию Camellia SSSE3, обработку хвоста многоблочных операций Twofish x64 и выравнивание Whirlpool.
@@ -68,6 +69,7 @@ VeraCrypt старее, чем 1.18a.
- Сообщил https://github.com/vastblast
- Регрессия появилась в версии 1.26.6
+ - CVE-2026-54073
Усилены проверка входных данных драйвера Windows и обработка фильтра аварийных дампов (GH PR #1590).
diff --git a/doc/html/zh-cn/Release Notes.html b/doc/html/zh-cn/Release Notes.html
index 62e0f195..82bc0561 100644
--- a/doc/html/zh-cn/Release Notes.html
+++ b/doc/html/zh-cn/Release Notes.html
@@ -50,6 +50,7 @@
安全:修复 GHSA-94c6-mgmv-mqc5:非默认启用的 WOLFCRYPT=1 构建现在使用 wolfCrypt PBKDF2 而非 HKDF,并使用 VeraCrypt 的 PBKDF2 迭代次数。
- 由 https://github.com/vastblast 报告
+ - CVE-2026-53762
修复 CPU 特性检测和加密实现中的边界情况,包括 AVX2/leaf 7 检测、x86 无 SSE2 构建中的 BLAKE2s/Argon2 后备路径、Camellia SSSE3 调度、Twofish x64 多块尾部处理以及 Whirlpool 对齐。
@@ -64,7 +65,8 @@
安全:修复 GHSA-jjcr-75w7-58jp:隐藏卷快速格式化不再使用文件容器快速分配方法;该方法曾每隔 128 MiB 写入明文零扇区。此修复保持似是而非的否认性。
- 由 https://github.com/vastblast 报告
- - 此回归问题引入于 1.26.6
+ - 此回归问题引入于 1.26.6
.
+ - CVE-2026-54073
增强 Windows 驱动程序输入验证和崩溃转储过滤处理(GH PR #1590)。