Displaying 12 results from an estimated 12 matches for "ngx_http_mp4_modul".
Did you mean:
  ngx_http_mp4_module
  
2024 Aug 14
0
nginx security advisory (CVE-2024-7347)
A security issue was identified in the ngx_http_mp4_module, which might allow an attacker to cause a worker process crash by using a specially crafted mp4 file (CVE-2024-7347). The issue only affects nginx if it is built with the ngx_http_mp4_module (the module is not built by default) and the “mp4” directive is used in the configuration file. Further, th...
2024 Aug 14
0
nginx security advisory (CVE-2024-7347)
В модуле ngx_http_mp4_module была обнаружена проблема, которая позволяет с помощью специально созданного mp4-файла вызвать падение рабочего процесса (CVE-2024-7347). Проблеме подвержен nginx, если он собран с модулем ngx_http_mp4_module (по умолчанию не собирается) и директива mp4 используется в конфигурационном файле. При эт...
2012 Apr 12
0
nginx-1.1.19
Changes with nginx 1.1.19                                        12 Apr 2012
    *) Security: specially crafted mp4 file might allow to overwrite memory
       locations in a worker process if the ngx_http_mp4_module was used,
       potentially resulting in arbitrary code execution (CVE-2012-2089).
       Thanks to Matthew Daley.
    *) Bugfix: nginx/Windows might be terminated abnormally.
       Thanks to Vincent Lee.
    *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
       "...
2012 Apr 12
0
nginx-1.0.15
Changes with nginx 1.0.15                                        12 Apr 2012
    *) Security: specially crafted mp4 file might allow to overwrite memory
       locations in a worker process if the ngx_http_mp4_module was used,
       potentially resulting in arbitrary code execution (CVE-2012-2089).
       Thanks to Matthew Daley.
    *) Bugfix: in the ngx_http_mp4_module.
Maxim Dounin
2012 Apr 12
0
nginx-1.0.15
éÚÍÅÎÅÎÉÑ × nginx 1.0.15                                          12.04.2012
    *) âÅÚÏÐÁÓÎÏÓÔØ: ÐÒÉ ÏÂÒÁÂÏÔËÅ ÓÐÅÃÉÁÌØÎÏ ÓÏÚÄÁÎÎÏÇÏ mp4 ÆÁÊÌÁ ÍÏÄÕÌÅÍ
       ngx_http_mp4_module ÍÏÇÌÉ ÐÅÒÅÚÁÐÉÓÙ×ÁÔØÓÑ ÏÂÌÁÓÔÉ ÐÁÍÑÔÉ ÒÁÂÏÞÅÇÏ
       ÐÒÏÃÅÓÓÁ, ÞÔÏ ÍÏÇÌÏ ÐÒÉ×ÏÄÉÔØ Ë ×ÙÐÏÌÎÅÎÉÀ ÐÒÏÉÚ×ÏÌØÎÏÇÏ ËÏÄÁ
       (CVE-2012-2089).
       óÐÁÓÉÂÏ Matthew Daley.
    *) éÓÐÒÁ×ÌÅÎÉÅ: × ÍÏÄÕÌÅ ngx_http_mp4_module.
Maxim Dounin
2024 Aug 14
0
nginx-1.27.1
Changes with nginx 1.27.1                                        14 Aug 2024
    *) Security: processing of a specially crafted mp4 file by the
       ngx_http_mp4_module might cause a worker process crash
       (CVE-2024-7347).
       Thanks to Nils Bars.
    *) Change: now the stream module handler is not mandatory.
    *) Bugfix: new HTTP/2 connections might ignore graceful shutdown of old
       worker processes.
       Thanks to Kasei Wang.
    *) Bugfixes...
2024 Aug 14
0
nginx-1.27.1
Изменения в nginx 1.27.1                                          14.08.2024
    *) Безопасность: обработка специально созданного mp4-файла модулем
       ngx_http_mp4_module могла приводить к падению рабочего процесса
       (CVE-2024-7347).
       Спасибо Nils Bars.
    *) Изменение: теперь обработчик в модуле stream не является
       обязательным.
    *) Исправление: новые HTTP/2-соединения могли игнорировать плавное
       завершение старых рабочих процессов....
2024 Aug 14
0
nginx-1.26.2
Changes with nginx 1.26.2                                        14 Aug 2024
    *) Security: processing of a specially crafted mp4 file by the
       ngx_http_mp4_module might cause a worker process crash
       (CVE-2024-7347).
       Thanks to Nils Bars.
-- 
Sergey Kandaurov
2024 Aug 14
0
nginx-1.26.2
Изменения в nginx 1.26.2                                          14.08.2024
    *) Безопасность: обработка специально созданного mp4-файла модулем
       ngx_http_mp4_module могла приводить к падению рабочего процесса
       (CVE-2024-7347).
       Спасибо Nils Bars.
-- 
Sergey Kandaurov
2025 Feb 05
0
nginx-1.26.3
...6.3                                        05 Feb 2025
    *) Security: insufficient check in virtual servers handling with TLSv1.3
       SNI allowed to reuse SSL sessions in a different virtual server, to
       bypass client SSL certificates verification (CVE-2025-23419).
    *) Bugfix: in the ngx_http_mp4_module.
       Thanks to Nils Bars.
    *) Workaround: "gzip filter failed to use preallocated memory" alerts
       appeared in logs when using zlib-ng.
    *) Bugfix: nginx could not build libatomic library using the library
       sources if the --with-libatomic=DIR option was used.
    *...
2025 Feb 05
0
nginx-1.26.3
...сность: недостаточная проверка в обработке виртуальных серверов
       при использовании SNI в TLSv1.3 позволяла повторно использовать
       SSL-сессию в контексте другого виртуального сервера, чтобы обойти
       проверку клиентских SSL-сертификатов (CVE-2025-23419).
    *) Исправление: в модуле ngx_http_mp4_module.
       Спасибо Nils Bars.
    *) Изменение: при использовании zlib-ng в логах появлялись сообщения
       "gzip filter failed to use preallocated memory".
    *) Исправление: nginx не мог собрать библиотеку libatomic из исходных
       текстов, если использовался параметр --with-libat...
2013 Apr 02
0
nginx-1.2.8
...shared" directive was used and there was no free space in shared
       memory.
       Thanks to Piotr Sikora.
    *) Bugfix: responses might hang if subrequests were used and a DNS error
       happened during subrequest processing.
       Thanks to Lanshun Zhou.
    *) Bugfix: in the ngx_http_mp4_module.
       Thanks to Gernot Vormayr.
    *) Bugfix: in backend usage accounting.
-- 
Maxim Dounin
http://nginx.org/en/donation.html