GioMac

php 5.4 bugfixes to date for RHEL

Jul 22nd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. * Mon Apr 04 2016 Remi Collet <[email protected]> - 5.4.16-36.1
  2. - session: fix segfault in session with rfc1867 #1323643
  3.  
  4. * Wed Jun 10 2015 Remi Collet <[email protected]> - 5.4.16-36
  5. - fix more functions accept paths with NUL character #1213407
  6.  
  7. * Fri Jun 05 2015 Remi Collet <[email protected]> - 5.4.16-35
  8. - core: fix multipart/form-data request can use excessive
  9. amount of CPU usage CVE-2015-4024
  10. - fix various functions accept paths with NUL character
  11. CVE-2015-4025, CVE-2015-4026, #1213407
  12. - fileinfo: fix denial of service when processing a crafted
  13. file #1213442
  14. - ftp: fix integer overflow leading to heap overflow when
  15. reading FTP file listing CVE-2015-4022
  16. - phar: fix buffer over-read in metadata parsing CVE-2015-2783
  17. - phar: invalid pointer free() in phar_tar_process_metadata()
  18. CVE-2015-3307
  19. - phar: fix buffer overflow in phar_set_inode() CVE-2015-3329
  20. - phar: fix memory corruption in phar_parse_tarfile caused by
  21. empty entry file name CVE-2015-4021
  22. - soap: fix type confusion through unserialize #1222538
  23. - apache2handler: fix pipelined request executed in deinitialized
  24. interpreter under httpd 2.4 CVE-2015-3330
  25.  
  26. * Thu Apr 16 2015 Remi Collet <[email protected]> - 5.4.16-34
  27. - fix memory corruption in fileinfo module on big endian
  28. machines #1082624
  29. - fix segfault in pdo_odbc on x86_64 #1159892
  30. - fix segfault in gmp allocator #1154760
  31.  
  32. * Fri Apr 10 2015 Remi Collet <[email protected]> - 5.4.16-33
  33. - core: use after free vulnerability in unserialize()
  34. CVE-2014-8142 and CVE-2015-0231
  35. - core: fix use-after-free in unserialize CVE-2015-2787
  36. - core: fix NUL byte injection in file name argument of
  37. move_uploaded_file() CVE-2015-2348
  38. - date: use after free vulnerability in unserialize CVE-2015-0273
  39. - enchant: fix heap buffer overflow in enchant_broker_request_dict
  40. CVE-2014-9705
  41. - exif: free called on unitialized pointer CVE-2015-0232
  42. - fileinfo: fix out of bounds read in mconvert CVE-2014-9652
  43. - gd: fix buffer read overflow in gd_gif_in.c CVE-2014-9709
  44. - phar: use after free in phar_object.c CVE-2015-2301
  45. - soap: fix type confusion through unserialize
  46.  
  47. * Thu Oct 23 2014 Jan Kaluza <[email protected]> - 5.4.16-31
  48. - fileinfo: fix out-of-bounds read in elf note headers. CVE-2014-3710
  49.  
  50. * Tue Oct 21 2014 Remi Collet <[email protected]> - 5.4.16-29
  51. - xmlrpc: fix out-of-bounds read flaw in mkgmtime() CVE-2014-3668
  52. - core: fix integer overflow in unserialize() CVE-2014-3669
  53. - exif: fix heap corruption issue in exif_thumbnail() CVE-2014-3670
  54.  
  55. * Fri Sep 12 2014 Remi Collet <[email protected]> - 5.4.16-27
  56. - gd: fix NULL pointer dereference in gdImageCreateFromXpm().
  57. CVE-2014-2497
  58. - gd: fix NUL byte injection in file names. CVE-2014-5120
  59. - fileinfo: fix extensive backtracking in regular expression
  60. (incomplete fix for CVE-2013-7345). CVE-2014-3538
  61. - fileinfo: fix mconvert incorrect handling of truncated
  62. pascal string size. CVE-2014-3478
  63. - fileinfo: fix cdf_read_property_info
  64. (incomplete fix for CVE-2012-1571). CVE-2014-3587
  65. - spl: fix use-after-free in ArrayIterator due to object
  66. change during sorting. CVE-2014-4698
  67. - spl: fix use-after-free in SPL Iterators. CVE-2014-4670
  68. - network: fix segfault in dns_get_record
  69. (incomplete fix for CVE-2014-4049). CVE-2014-3597
  70.  
  71. * Thu Aug 21 2014 Jan Kaluza <[email protected]> - 5.4.16-25
  72. - fix segfault after startup on aarch64 (#1107567)
  73. - compile php with -O3 on ppc64le (#1123499)
Advertisement
Add Comment
Please, Sign In to add comment