CVE-2019-11043
28.10.2019, 15:15
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it is possible to cause FPM module to write past allocated buffers into the space reserved for FCGI protocol data, thus opening the possibility of remote code execution.
Vendor | Product | Version |
---|---|---|
php | php | 7.1.0 ≤ 𝑥 < 7.1.33 |
php | php | 7.2.0 ≤ 𝑥 < 7.2.24 |
php | php | 7.3.0 ≤ 𝑥 < 7.3.11 |
canonical | ubuntu_linux | 12.04 |
canonical | ubuntu_linux | 14.04 |
canonical | ubuntu_linux | 16.04 |
canonical | ubuntu_linux | 18.04 |
canonical | ubuntu_linux | 19.04 |
canonical | ubuntu_linux | 19.10 |
debian | debian_linux | 9.0 |
debian | debian_linux | 10.0 |
tenable | tenable.sc | 𝑥 < 5.19.0 |
redhat | software_collections | 1.0 |
redhat | enterprise_linux | 8.0 |
redhat | enterprise_linux_desktop | 6.0 |
redhat | enterprise_linux_desktop | 7.0 |
redhat | enterprise_linux_eus | 7.7 |
redhat | enterprise_linux_eus | 8.1 |
redhat | enterprise_linux_eus | 8.2 |
redhat | enterprise_linux_eus | 8.4 |
redhat | enterprise_linux_eus | 8.6 |
redhat | enterprise_linux_eus | 8.8 |
redhat | enterprise_linux_eus_compute_node | 7.7 |
redhat | enterprise_linux_for_arm_64 | 8.0_aarch64:_aarch64 |
redhat | enterprise_linux_for_arm_64_eus | 8.1_aarch64:_aarch64 |
redhat | enterprise_linux_for_arm_64_eus | 8.2_aarch64:_aarch64 |
redhat | enterprise_linux_for_arm_64_eus | 8.4_aarch64:_aarch64 |
redhat | enterprise_linux_for_arm_64_eus | 8.6_aarch64:_aarch64 |
redhat | enterprise_linux_for_arm_64_eus | 8.8_aarch64:_aarch64 |
redhat | enterprise_linux_for_ibm_z_systems | 6.0_s390x:_s390x |
redhat | enterprise_linux_for_ibm_z_systems | 7.0_s390x:_s390x |
redhat | enterprise_linux_for_ibm_z_systems | 8.0_s390x:_s390x |
redhat | enterprise_linux_for_ibm_z_systems_eus | 7.7_s390x:_s390x |
redhat | enterprise_linux_for_ibm_z_systems_eus | 8.1_s390x:_s390x |
redhat | enterprise_linux_for_ibm_z_systems_eus | 8.2_s390x:_s390x |
redhat | enterprise_linux_for_ibm_z_systems_eus | 8.4_s390x:_s390x |
redhat | enterprise_linux_for_ibm_z_systems_eus | 8.6_s390x:_s390x |
redhat | enterprise_linux_for_ibm_z_systems_eus | 8.8_s390x:_s390x |
redhat | enterprise_linux_for_power_big_endian | 6.0_ppc64:_ppc64 |
redhat | enterprise_linux_for_power_big_endian | 7.0_ppc64:_ppc64 |
redhat | enterprise_linux_for_power_big_endian_eus | 7.7_ppc64:_ppc64 |
redhat | enterprise_linux_for_power_little_endian | 7.0_ppc64le:_ppc64le |
redhat | enterprise_linux_for_power_little_endian | 8.0_ppc64le:_ppc64le |
redhat | enterprise_linux_for_power_little_endian_eus | 7.7_ppc64le:_ppc64le |
redhat | enterprise_linux_for_power_little_endian_eus | 8.1_ppc64le:_ppc64le |
redhat | enterprise_linux_for_power_little_endian_eus | 8.2_ppc64le:_ppc64le |
redhat | enterprise_linux_for_power_little_endian_eus | 8.4_ppc64le:_ppc64le |
redhat | enterprise_linux_for_power_little_endian_eus | 8.6_ppc64le:_ppc64le |
redhat | enterprise_linux_for_power_little_endian_eus | 8.8_ppc64le:_ppc64le |
redhat | enterprise_linux_for_scientific_computing | 7.0 |
redhat | enterprise_linux_server | 6.0 |
redhat | enterprise_linux_server | 7.0 |
redhat | enterprise_linux_server_aus | 7.7 |
redhat | enterprise_linux_server_aus | 8.2 |
redhat | enterprise_linux_server_aus | 8.4 |
redhat | enterprise_linux_server_aus | 8.6 |
redhat | enterprise_linux_server_tus | 7.7 |
redhat | enterprise_linux_server_tus | 8.2 |
redhat | enterprise_linux_server_tus | 8.4 |
redhat | enterprise_linux_server_tus | 8.6 |
redhat | enterprise_linux_server_tus | 8.8 |
redhat | enterprise_linux_workstation | 6.0 |
redhat | enterprise_linux_workstation | 7.0 |
𝑥
= Vulnerable software versions

Ubuntu Releases
Ubuntu Product | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
php5 |
| ||||||||||
php7.0 |
| ||||||||||
php7.2 |
| ||||||||||
php7.3 |
|
Common Weakness Enumeration
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
References