diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 2af30d6d6..4e1cf522d 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,119 @@ + + + + +обработка специально созданного логина/пароля при использовании +метода аутентификации "none" в модуле ngx_mail_smtp_module +могла приводить к отправке серверу аутентификации +части содержимого памяти рабочего процесса (CVE-2025-53859). + + +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). + + + + + +при совместном использовании директив try_files и proxy_pass с URI +в рабочем процессе мог произойти segmentation fault. + + +a segmentation fault might occur in a worker process +if the "try_files" directive and "proxy_pass" with a URI were used. + + + + + +в обработке заголовков запроса "Host" и ":authority" +с одинаковыми значениями при использовании HTTP/2; +ошибка появилась в 1.17.9. + + +in handling "Host" and ":authority" header lines +with equal values when using HTTP/2; +the bug had appeared in 1.17.9. + + + + + +в обработке заголовка запроса "Host" с портом +при использовании HTTP/3. + + +in handling "Host" header lines with a port +when using HTTP/3. + + + + + +команда XCLIENT не использовала кодировку xtext.
+Спасибо Igor Morgenstern из Aisle Research. +
+ +an XCLIENT command didn't use the xtext encoding.
+Thanks to Igor Morgenstern of Aisle Research. +
+
+ + + +в кешировании SSL-сертификатов во время переконфигурации. + + +in SSL certificate caching during reconfiguration. + + + + + +в обработке delta-seconds +в строке "Cache-Control" в заголовке ответа бэкенда. + + +in delta-seconds processing +in the "Cache-Control" backend response header line. + + + + + +бинарная версия nginx/Windows теперь использует для сборки Windows SDK 10. + + +the native nginx/Windows binary release is now built using Windows SDK 10. + + + + + +nginx не собирался под NetBSD 10.0. + + +nginx could not be built on NetBSD 10.0. + + + + + +в HTTP/3. + + +in HTTP/3. + + + +
+ +