Skip to content

Commit 352a7d2

Browse files
committed
nginx-1.22.1-RELEASE
1 parent 6b022a5 commit 352a7d2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/xml/nginx/changes.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
<change_log title="nginx">
66

77

8+
<changes ver="1.22.1" date="2022-10-19">
9+
10+
<change type="security">
11+
<para lang="ru">
12+
обработка специально созданного mp4-файла модулем ngx_http_mp4_module
13+
могла приводить к падению рабочего процесса,
14+
отправке клиенту части содержимого памяти рабочего процесса,
15+
а также потенциально могла иметь другие последствия
16+
(CVE-2022-41741, CVE-2022-41742).
17+
</para>
18+
<para lang="en">
19+
processing of a specially crafted mp4 file by the ngx_http_mp4_module
20+
might cause a worker process crash,
21+
worker process memory disclosure,
22+
or might have potential other impact
23+
(CVE-2022-41741, CVE-2022-41742).
24+
</para>
25+
</change>
26+
27+
</changes>
28+
29+
830
<changes ver="1.22.0" date="2022-05-24">
931

1032
<change>

0 commit comments

Comments
 (0)