details: https://github.com/nginx/nginx/commit/1a82df8cca80458fc3da0968f64624f40cafdf37 branches: master commit: 1a82df8cca80458fc3da0968f64624f40cafdf37 user: Sergey Kandaurov <[email protected]> date: Wed, 13 Aug 2025 20:26:56 +0400 description: Added a previously missed changes entry in 1.29.1 relnotes.
--- docs/xml/nginx/changes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 132a8d835..c07de09b7 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -7,6 +7,21 @@ <changes ver="1.29.1" date="2025-08-13"> +<change type="security"> +<para lang="ru"> +обработка специально созданного логина/пароля при использовании +метода аутентификации "none" в модуле ngx_mail_smtp_module +могла приводить к отправке серверу аутентификации +части содержимого памяти рабочего процесса (CVE-2025-53859). +</para> +<para lang="en"> +processing of a specially crafted login/password when using +the "none" authentication method in the ngx_mail_smtp_module +might cause worker process memory disclosure +to the authentication server (CVE-2025-53859). +</para> +</change> + <change type="change"> <para lang="ru"> теперь сжатие сертификатов в протоколе TLSv1.3 по умолчанию запрещено. _______________________________________________ nginx-devel mailing list [email protected] https://mailman.nginx.org/mailman/listinfo/nginx-devel
