SB2017051517 - Denial of service in PHP
Published: May 15, 2017 Updated: April 5, 2018
Security Bulletin ID
SB2017051517
Severity
Low
Patch available
YES
Number of vulnerabilities
2
Exploitation vector
Remote access
Highest impact
Denial of service
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 2 secuirty vulnerabilities.
1) Resource exhaustion (CVE-ID: CVE-2017-9119)
The vulnerability allows a remote attacker to perform denial of service (DoS) attack.The vulnerability exists due to insufficient input validation in i_zval_ptr_dtor function in Zend/zend_variables.h when processing array data structures. A remote attacker can consume all available resources on the system and trigger application crash.
2) Improper input validation (CVE-ID: CVE-2017-8923)
The vulnerability allows a remote attacker to perform denial of service (DoS) attack.The vulnerability exists due to insufficient input validation in zend_string_extend() function in Zend/zend_string.h when leveraging a script's use of ".=" with a long. The application does not prevent changes to string objects that can result in a negative length. A remote attacker can pass an overly long string to script, which uses ".=" operand on the supplied data and trigger application crash.
Remediation
Install update from vendor's website.