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.
The product dereferences a pointer that it expects to be valid but is NULL.
Link | Tags |
---|---|
https://security.netapp.com/advisory/ntap-20181107-0003/ | third party advisory |
https://bugs.php.net/bug.php?id=75535 | issue tracking patch vendor advisory exploit |
http://php.net/ChangeLog-7.php | vendor advisory |
https://access.redhat.com/errata/RHSA-2019:2519 | vendor advisory |