#VU21220 Race condition in PHP - CVE-2019-9637

 

#VU21220 Race condition in PHP - CVE-2019-9637

Published: September 20, 2019


Vulnerability identifier: #VU21220
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2019-9637
CWE-ID: CWE-362
Exploitation vector: Local access
Exploit availability: No public exploit available
Vulnerable software:
PHP
Software vendor:
PHP Group

Description

The vulnerability allows a local user to escalate privileges on the system.

The vulnerability exists due to a race condition when renaming files on the system, as the rename() PHP function temporary creates files with weak privileges. A local user can exploit this behavior to gain access to sensitive information.


Remediation

Install updates from vendor's website.

External links