Bug 47491 - php7.0: Multiple issues (4.3)
php7.0: Multiple issues (4.3)
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: Security updates
UCS 4.3
All Linux
: P3 normal (vote)
: UCS 4.3-1-errata
Assigned To: Quality Assurance
Philipp Hahn
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-08-08 07:41 CEST by Quality Assurance
Modified: 2018-08-15 13:14 CEST (History)
0 users

See Also:
What kind of report is it?: Security Issue
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score: 7.5 (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Quality Assurance univentionstaff 2018-08-08 07:41:55 CEST
New Debian php7.0 7.0.30-0+deb9u1 fixes:
This update addresses the following issue(s):
* 
CVE_2015-9253 is open
CVE_2017-7272 is open
CVE_2017-8923 is open
CVE_2017-9118 is open
CVE_2017-9119 is open
CVE_2017-9120 is open
* In PHP through 5.6.33, 7.0.x before 7.0.28, 7.1.x through 7.1.14, and 7.2.x through 7.2.2, there is a stack-based buffer under-read while parsing an HTTP response in the php_stream_url_wrap_http_ex function in ext/standard/http_fopen_wrapper.c. This subsequently results in copying a large string. (CVE-2018-7584)
* An issue was discovered in PHP before 5.6.35, 7.0.x before 7.0.29, 7.1.x before 7.1.16, and 7.2.x before 7.2.4. Dumpable FPM child processes allow bypassing opcache access controls because fpm_unix.c makes a PR_SET_DUMPABLE prctl call, allowing one user (in a multiuser environment) to obtain sensitive information from the process memory of a second user's PHP applications by running gcore on the PID of the PHP-FPM worker process. (CVE-2018-10545)
* An issue was discovered in PHP before 5.6.36, 7.0.x before 7.0.30, 7.1.x before 7.1.17, and 7.2.x before 7.2.5. An infinite loop exists in ext/iconv/iconv.c because the iconv stream filter does not reject invalid multibyte sequences. (CVE-2018-10546)
* An issue was discovered in ext/phar/phar_object.c in PHP before 5.6.36, 7.0.x before 7.0.30, 7.1.x before 7.1.17, and 7.2.x before 7.2.5. There is Reflected XSS on the PHAR 403 and 404 error pages via request data of a request for a .phar file. NOTE: this vulnerability exists because of an incomplete fix for CVE-2018-5712. (CVE-2018-10547)
* An issue was discovered in PHP before 5.6.36, 7.0.x before 7.0.30, 7.1.x before 7.1.17, and 7.2.x before 7.2.5. ext/ldap/ldap.c allows remote LDAP servers to cause a denial of service (NULL pointer dereference and application crash) because of mishandling of the ldap_get_dn return value. (CVE-2018-10548)
* An issue was discovered in PHP before 5.6.36, 7.0.x before 7.0.30, 7.1.x before 7.1.17, and 7.2.x before 7.2.5. exif_read_data in ext/exif/exif.c has an out-of-bounds read for crafted JPEG data because exif_iif_add_value mishandles the case of a MakerNote that lacks a final '\0' character. (CVE-2018-10549)
CVE_2018-14851 is open
CVE_2018-14883 is open
* An issue was discovered in PHP 7.0.x before 7.0.27, 7.1.x before 7.1.13, and 7.2.x before 7.2.1. Inappropriately parsing an HTTP response leads to a segmentation fault because http_header_value in ext/standard/http_fopen_wrapper.c can be a NULL value that is mishandled in an atoi call. (CVE-2018-14884)

7.0.30-0+deb9u1 (Thu, 14 Jun 2018 13:50:25 +0000) * New upstream version 7.0.30 * Fixed security bugs: + [CVE-2018-10549]: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value + [CVE-2018-10546]: stream filter convert.iconv leads to infinite loop on invalid sequence + [CVE-2018-10548]: Malicious LDAP-Server Response causes Crash + [CVE-2018-10547]: fix for CVE-2018-5712 may not be complete + [CVE-2018-10545]: Dumpable FPM child processes allow bypassing opcache access controls + [CVE-2018-7584]: stack-buffer-overflow while parsing HTTP response * Regenerate patches for PHP 7.0.30
* CVE-2018-7584 php: Stack-based buffer under-read in ext/standard/http_fopen_wrapper.c:php_stream_url_wrap_http_ex function when parsing HTTP response allows denial of service (CVE-2018-7584)
* CVE-2018-10545 php: Dumpable FPM child processes allow bypassing opcache access controls (CVE-2018-10545)
* CVE-2018-10546 php: Infinite loop in ext/iconv/iconv.c when using stream filter with convert.incov on invalid sequence leads to denial-of-service (CVE-2018-10546)
* CVE-2018-10547 php: Reflected XSS vulnerability on PHAR 403 and 404 error pages (CVE-2018-10547)
* CVE-2018-10548 php: Null pointer dereference due to mishandling of ldap_get_dn return value allows denial-of-service by malicious LDAP server or man-in-the-middle attacker (CVE-2018-10548)
* CVE-2018-10549 php: Out-of-bounds read in ext/exif/exif.c:exif_read_data() when reading crafted JPEG data (CVE-2018-10549)
* CVE-2018-14884 php: mishandled http_header_value in an atoi call in ext/standard/http_fopen_wrapper.c (CVE-2018-14884)
* CVE-2018-14884 php: mishandled http_header_value in an atoi call in ext/standard/http_fopen_wrapper.c (CVE-2018-14884)
* CVE-2018-5712 php: reflected XSS in .phar 404 page (CVE-2018-5712)
* CVE-2018-14884 php: mishandled http_header_value  in an atoi call in ext/standard/http_fopen_wrapper.c (CVE-2018-14884)
Comment 1 Quality Assurance univentionstaff 2018-08-08 19:08:03 CEST
--- mirror/ftp/4.3/unmaintained/4.3-0/source/php7.0_7.0.27-0+deb9u1.dsc
+++ apt/ucs_4.3-0-errata4.3-1/source/php7.0_7.0.30-0+deb9u1.dsc
@@ -1,3 +1,15 @@
+7.0.30-0+deb9u1 [Thu, 14 Jun 2018 13:50:25 +0000] Ondřej Surý <ondrej@debian.org>:
+
+  * New upstream version 7.0.30
+  * Fixed security bugs:
+   + [CVE-2018-10549]: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value
+   + [CVE-2018-10546]: stream filter convert.iconv leads to infinite loop on invalid sequence
+   + [CVE-2018-10548]: Malicious LDAP-Server Response causes Crash
+   + [CVE-2018-10547]: fix for CVE-2018-5712 may not be complete
+   + [CVE-2018-10545]: Dumpable FPM child processes allow bypassing opcache access controls
+   + [CVE-2018-7584]: stack-buffer-overflow while parsing HTTP response
+  * Regenerate patches for PHP 7.0.30
+
 7.0.27-0+deb9u1 [Fri, 05 Jan 2018 13:51:52 +0000] Ondřej Surý <ondrej@debian.org>:
 
   * New upstream version 7.0.27

<http://10.200.17.11/4.3-1/#5518398466237308335>
Comment 2 Philipp Hahn univentionstaff 2018-08-09 09:21:58 CEST
OK: patches
OK: piuparts
OK: yaml
OK: errata-announce php7.0.yaml

[4.3-1] e3b7f5f87e Bug #47491: php7.0 7.0.30-0+deb9u1
 doc/errata/staging/php7.0.yaml | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
Comment 3 Arvid Requate univentionstaff 2018-08-15 13:14:43 CEST
<http://errata.software-univention.de/ucs/4.3/189.html>