Skip to content

Commit c4c05bd

Browse files
committed
Add CVE for #72094 (PHP 5.5.35, 5.6.21 and 7.0.6)
1 parent 73f7ffd commit c4c05bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-5.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ul></li>
3030
<li>EXIF:
3131
<ul>
32-
<li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header processing).</li>
32+
<li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header processing). (CVE-2016-4542, CVE-2016-4543, CVE-2016-4544)</li>
3333
</ul></li>
3434
<li>GD:
3535
<ul>
@@ -86,7 +86,7 @@
8686
</ul></li>
8787
<li>Exif:
8888
<ul>
89-
<li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header processing).</li>
89+
<li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header processing). (CVE-2016-4542, CVE-2016-4543, CVE-2016-4544)</li>
9090
</ul></li>
9191
<li>GD:
9292
<ul>

ChangeLog-7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</ul></li>
4444
<li>EXIF:
4545
<ul>
46-
<li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header processing).</li>
46+
<li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header processing). (CVE-2016-4542, CVE-2016-4543, CVE-2016-4544)</li>
4747
</ul></li>
4848
<li>GD:
4949
<ul>

0 commit comments

Comments
 (0)