xref: /web-php/releases/4_4_5.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/4_4_5.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 4.4.5 Release Announcement");
5?>
6
7<h1>PHP 4.4.5 Release Announcement</h1>
8<p>
9The PHP development team would like to announce the immediate availability of
10PHP 4.4.5.  This release is a stability and security enhancement of the 4.4.X
11branch, and all users are strongly encouraged to upgrade to it as soon as
12possible.
13</p>
14
15<p>
16<b>Security Enhancements and Fixes in PHP 4.4.5:</b>
17</p>
18<ul>
19<li>Fixed possible safe_mode &amp; open_basedir bypasses inside the session extension.</li>
20<li>Fixed unserialize() abuse on 64 bit systems with certain input strings.</li>
21<li>Fixed possible overflows and stack corruptions in the session extension.</li>
22<li>Fixed an underflow inside the internal sapi_header_op() function.</li>
23<li>Fixed possible overflows inside zip &amp; imap extensions.</li>
24<li>Fixed non-validated resource destruction inside the shmop extension.</li>
25<li>Fixed a possible overflow in the str_replace() function.</li>
26<li>Fixed possible clobbering of super-globals in several code paths.</li>
27<li>Fixed a possible information disclosure inside the wddx extension.</li>
28<li>Fixed a possible string format vulnerability in *print() functions on 64 bit systems.</li>
29<li>Fixed a possible buffer overflow inside ibase_{delete,add,modify}_user() function.</li>
30<li>Fixed a string format vulnerability inside the odbc_result_all() function.</li>
31<li>Fixed a possible buffer overflow inside mail() function on Windows.</li>
32</ul>
33
34<p>
35The majority of the security vulnerabilities discovered and resolved can in
36most cases be only abused by local users and cannot be triggered remotely.
37However, some of the above issues can be triggered remotely in certain
38situations, or exploited by malicious local users on shared hosting setups
39utilizing PHP as an Apache module. Therefore, we strongly advise all users of
40PHP, regardless of the version to upgrade to 4.4.5 release as soon as possible.
41PHP 5.2.1 with equivalent security corrections is <a
42href='5_2_1.php'>available</a> as well.
43</p>
44
45<p>
46In addition to the security fixes, this release includes a number of
47non-security related bug fixes.
48</p>
49
50<p>
51 For a full list of changes in PHP 4.4.5, see the
52 <a href="/ChangeLog-4.php#4.4.5">ChangeLog</a>.
53</p>
54
55<?php site_footer(); ?>
56