<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rpms/php/php54.git, branch master</title>
<subtitle>The master git repository for php54 RPM</subtitle>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/'/>
<entry>
<title>myqlnd: fix #81719: mysqlnd/pdo password buffer overflow. CVE-2022-31626</title>
<updated>2022-06-23T06:28:53+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2022-06-23T06:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/commit/?id=d0d97e334e041b6d44de8bb9f7f8e15a205241ef'/>
<id>d0d97e334e041b6d44de8bb9f7f8e15a205241ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CVE-2019-11043 env_path_info underflow in fpm_main.c</title>
<updated>2019-10-22T12:06:48+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2019-10-22T12:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/commit/?id=a50888886df92c5c7fed5cc7a74bd65911cd322b'/>
<id>a50888886df92c5c7fed5cc7a74bd65911cd322b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport xmlrpc security fix from 5.6.40</title>
<updated>2019-01-11T13:14:31+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2019-01-11T13:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/commit/?id=3ba80f05620ff05dc3835de45f7d22eba11cca67'/>
<id>3ba80f05620ff05dc3835de45f7d22eba11cca67</id>
<content type='text'>
- Fix #77242 heap out of bounds read in xmlrpc_decode
- Fix #77380 Global out of bounds read in xmlrpc base64 code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix #77242 heap out of bounds read in xmlrpc_decode
- Fix #77380 Global out of bounds read in xmlrpc base64 code
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #77231 Segfault when using convert.quoted-printable-encode filter</title>
<updated>2018-12-10T16:11:36+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2018-12-10T16:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/commit/?id=14af75a3038eff8af244db294486a1561729233c'/>
<id>14af75a3038eff8af244db294486a1561729233c</id>
<content type='text'>
Fix #77020 null pointer dereference in imap_mail CVE-2018-19935
Fix #77153 imap_open allows to run arbitrary shell commands via mailbox parameter CVE-2018-19158
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #77020 null pointer dereference in imap_mail CVE-2018-19935
Fix #77153 imap_open allows to run arbitrary shell commands via mailbox parameter CVE-2018-19158
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #76582: XSS due to the header Transfer-Encoding: chunked</title>
<updated>2018-09-14T12:41:14+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2018-09-14T12:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/commit/?id=421f2276eeeac617c7a5720d7f8de39a1403edb5'/>
<id>421f2276eeeac617c7a5720d7f8de39a1403edb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #73549: Use after free when stream is passed to imagepng</title>
<updated>2018-03-01T09:08:47+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2018-03-01T09:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/commit/?id=6a75ec7b86fc3f19b758a0e6525e9df7eb87a9f9'/>
<id>6a75ec7b86fc3f19b758a0e6525e9df7eb87a9f9</id>
<content type='text'>
fix #73868: Fix DOS vulnerability in gdImageCreateFromGd2Ctx() CVE-2016-10167
fix #73869: Signed Integer Overflow gd_io.c CVE-2016-10168
fix #74435: Buffer over-read into uninitialized memory CVE-2017-7890
fix #75571: Potential infinite loop in gdImageCreateFromGifCtx CVE-2018-5711
fix #75981: stack-buffer-overflow while parsing HTTP response
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix #73868: Fix DOS vulnerability in gdImageCreateFromGd2Ctx() CVE-2016-10167
fix #73869: Signed Integer Overflow gd_io.c CVE-2016-10168
fix #74435: Buffer over-read into uninitialized memory CVE-2017-7890
fix #75571: Potential infinite loop in gdImageCreateFromGifCtx CVE-2018-5711
fix #75981: stack-buffer-overflow while parsing HTTP response
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup</title>
<updated>2017-02-18T15:15:34+00:00</updated>
<author>
<name>Remi Collet</name>
<email>fedora@famillecollet.com</email>
</author>
<published>2017-02-18T15:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/commit/?id=f6bab89b5b2345cac08d761e2fd93f7d18da8aea'/>
<id>f6bab89b5b2345cac08d761e2fd93f7d18da8aea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PHP 5.4.45-13 (security fix from 5.6.30)</title>
<updated>2017-02-18T15:14:07+00:00</updated>
<author>
<name>Remi Collet</name>
<email>fedora@famillecollet.com</email>
</author>
<published>2017-02-18T15:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/commit/?id=9836adc4329f2fa71a7e9cfddae5e9a21553732b'/>
<id>9836adc4329f2fa71a7e9cfddae5e9a21553732b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>php: missing ones</title>
<updated>2017-01-22T08:40:24+00:00</updated>
<author>
<name>Remi Collet</name>
<email>fedora@famillecollet.com</email>
</author>
<published>2017-01-22T08:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/commit/?id=01fb0f9169c299356f917ef33b1f1d008abdfc47'/>
<id>01fb0f9169c299356f917ef33b1f1d008abdfc47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comment about PHP session data directory ownership</title>
<updated>2017-01-22T08:36:44+00:00</updated>
<author>
<name>Gawain Lynch</name>
<email>gawain.lynch@gmail.com</email>
</author>
<published>2017-01-22T08:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://rpms.remirepo.net/cgit/rpms/php/php54.git/commit/?id=4810f610eb9b2dd0f0b9cfbb19275bf31cfe5ddd'/>
<id>4810f610eb9b2dd0f0b9cfbb19275bf31cfe5ddd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
