1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add CVE for #73331 (PHP 5.6.28, 7.0.13 and 7.1.0)

This commit is contained in:
Lior Kaplan
2016-12-13 13:59:35 +02:00
parent 890e5cdf31
commit 562af7a524
2 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
</ul></li>
<li>Wddx:
<ul>
<li><?php bugfix(73331); ?> (NULL Pointer Dereference in WDDX Packet Deserialization with PDORow).</li>
<li><?php bugfix(73331); ?> (NULL Pointer Dereference in WDDX Packet Deserialization with PDORow). (CVE-2016-9934)</li>
</ul></li>
</ul>
<!-- }}} --></section>

View File

@@ -627,7 +627,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
</ul></li>
<li>Wddx:
<ul>
<li><?php bugfix(73331); ?> (NULL Pointer Dereference in WDDX Packet Deserialization with PDORow).</li>
<li><?php bugfix(73331); ?> (NULL Pointer Dereference in WDDX Packet Deserialization with PDORow). (CVE-2016-9934)</li>
<li><?php bugfix(72142); ?> (WDDX Packet Injection Vulnerability in wddx_serialize_value()).</li>
<li><?php bugfix(72749); ?> (wddx_deserialize allows illegal memory access).</li>
<li><?php bugfix(72750); ?> (wddx_deserialize null dereference).</li>
@@ -721,7 +721,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
</ul></li>
<li>Wddx:
<ul>
<li><?php bugfix(73331); ?> (NULL Pointer Dereference in WDDX Packet Deserialization with PDORow).</li>
<li><?php bugfix(73331); ?> (NULL Pointer Dereference in WDDX Packet Deserialization with PDORow). (CVE-2016-9934)</li>
</ul></li>
</ul>
<!-- }}} --></section>