CVE-2019-11043
Public on
Last Modified:
Description
The MITRE CVE dictionary describes this issue as
Statement
This issue only affects instances running php-fpm under nginx server software as environment paths and parameters are handled by different code pieces depending on the server php-fpm is running under. The code where this issue is found is used exclusively when php-fpm detects the request came through an nginx server.
Red Hat Product Security team rated this issue as having a Critical security impact as an attacker may take advantage from the existing bug to cause Remote Code Execution on network exposed software.
Mitigation
1) Check your nginx configuration files, specially the ones related to php-fpm for presence of pattern bellow on fastcgi_split_path_info regex and PATH_INFO parameter:
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_param PATH_INFO $fastcgi_path_info;
2) If fastcgi_split_path_info regex matches with the one above, for each fastcgi_param PATH_INFO entry perform the following change:
fastcgi_param PATH_INFO $fastcgi_path_info if_not_empty;
This step will allow you to safely continue using PATH_INFO parameter while the patch is not applied.
3) Restart your nginx instance:
systemctl restart nginx
Additional Information
- This content is not included.Bugzilla 1766378: php: underflow in env_path_info in fpm_main.c
- Content from cwe.mitre.org is not included.CWE-787: Out-of-bounds Write
- FAQ: Frequently asked questions about CVE-2019-11043
- Offline Security Data data is available for integration with other systems. See Offline Security Data API to get started.
External References
Content from www.cve.org is not included.https://www.cve.org/CVERecord?id=CVE-2019-11043
Content from nvd.nist.gov is not included.https://nvd.nist.gov/vuln/detail/CVE-2019-11043
Affected Packages and Issued Red Hat Security Errata
| Products / Services | Components | State | Errata |
|---|---|---|---|
| Red Hat Enterprise Linux 5 | php | Not affected | |
| Red Hat Enterprise Linux 5 | php53 | Not affected | |
| Red Hat Enterprise Linux 6 | php | Fixed | RHSA-2019:3287 |
| Red Hat Enterprise Linux 7 | php | Fixed | RHSA-2019:3286 |
| Red Hat Enterprise Linux 7.6 Extended Update Support | php | Fixed | RHSA-2020:2835 |
| Red Hat Enterprise Linux 8 | php:7.2 | Fixed | RHSA-2019:3735 |
| Red Hat Enterprise Linux 8 | php:7.3 | Fixed | RHSA-2019:3736 |
| Red Hat Enterprise Linux 8.0 Update Services for SAP Solutions | php:7.2 | Fixed | RHSA-2020:0322 |
| Red Hat Software Collections | rh-php73-php | Not affected | |
| Red Hat Software Collections for Red Hat Enterprise Linux 6 | rh-php70-php | Fixed | RHSA-2019:3724 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7 | rh-php72-php | Fixed | RHSA-2019:3299 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7 | rh-php71-php | Fixed | RHSA-2019:3300 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7 | rh-php70-php | Fixed | RHSA-2019:3724 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7.5 EUS | rh-php72-php | Fixed | RHSA-2019:3299 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7.5 EUS | rh-php71-php | Fixed | RHSA-2019:3300 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7.5 EUS | rh-php70-php | Fixed | RHSA-2019:3724 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7.6 EUS | rh-php72-php | Fixed | RHSA-2019:3299 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7.6 EUS | rh-php71-php | Fixed | RHSA-2019:3300 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7.6 EUS | rh-php70-php | Fixed | RHSA-2019:3724 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7.7 EUS | rh-php72-php | Fixed | RHSA-2019:3299 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7.7 EUS | rh-php71-php | Fixed | RHSA-2019:3300 |
| Red Hat Software Collections for Red Hat Enterprise Linux 7.7 EUS | rh-php70-php | Fixed | RHSA-2019:3724 |
Common Vulnerability Scoring System (CVSS) Score Details
Important note
CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authorities (CNA) source for its products and services (see Red Hat classifications ).
| CVSS v3 Score Breakdown | Red Hat | NVD |
|---|---|---|
| CVSS v3 Base Score | 8.1 | 9.8 |
| Attack Vector | Network | Network |
| Attack Complexity | High | Low |
| Privileges Required | None | None |
| User Interaction | None | None |
| Scope | Unchanged | Unchanged |
| Confidentiality Impact | High | High |
| Integrity Impact | High | High |
| Availability Impact | High | High |
CVSS v3 Vector
Red Hat CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
NVD CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Frequently Asked Questions
Why is Red Hat's CVSS v3 score or Impact different from other vendors?
For more information, see https://access.redhat.com/solutions/762393.
My product is listed as "Under investigation" or "Affected", when will Red Hat release a fix for this vulnerability?
- "Under investigation" doesn't necessarily mean that the product is affected by this vulnerability. It only means that our Analysis Team is still working on determining whether the product is affected and how it is affected.
- "Affected" means that our Analysis Team has determined that this product is affected by this vulnerability and might release a fix to address this in the near future.
What can I do if my product is listed as "Will not fix"?
Available options depend mostly on the Impact of the vulnerability and the current Life Cycle phase of your product. Overall, you have the following options:
- Upgrade to a supported product version that includes a fix for this vulnerability (recommended).
- Apply a mitigation (if one exists).
- Open a This content is not included.support case to request a prioritization of releasing a fix for this vulnerability.
What can I do if my product is listed as "Fix deferred"?
Available options depend mostly on the Impact of the vulnerability and the current Life Cycle phase of your product. Overall, you have the following options:
- Apply a mitigation (if one exists).
- Open a This content is not included.support case to request a prioritization of releasing a fix for this vulnerability.
- Red Hat Engineering focuses on addressing high-priority issues based on their complexity or limited lifecycle support. Therefore, lower-priority issues will not receive immediate fixes.
What is a mitigation?
I have a Red Hat product but it is not in the above list, is it affected?
Why is my security scanner reporting my product as vulnerable to this vulnerability even though my product version is fixed or not affected?
Not sure what something means? Check out our Security Glossary.