S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
critical·Product Based Web Vulnerabilities·Updated Aug 30, 2026

CVE-2019-11043 Scanner

CVE-2019-11043 Scanner - Remote Code Execution vulnerability in PHP-FPM

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
3
Times Used
continuous scan runs
4.4k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
🔴
CISA Known Exploited Vulnerability
This CVE is actively exploited in the wild. CISA mandates federal agencies to patch immediately.
CVECVE-2019-11043
9.8
CVSShigh
Exploitable remotely over the internet · no authentication required.

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.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
PHPby PHP
AFFECTED< 7.1.33SAFE ✓≥ 7.1.33
Updated Aug 25, 2026View on NVD →
Detail

PHP-FPM is a popular server-side scripting language used primarily for web development. It's embedded in web servers and widely deployed across various platforms due to its compatibility and rich feature set. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with added features useful for heavily loaded sites. It manages the server's request handling, improving PHP performance and resource utilization. Organizations prefer PHP-FPM due to its advanced process management and the ability to handle high loads efficiently. It's particularly popular among web hosting services for its speed and flexibility.

The Remote Code Execution vulnerability in PHP-FPM occurs due to improper handling of the PATH_INFO directive in certain Nginx configurations. This vulnerability, tracked as CVE-2019-11043, allows a remote attacker to execute arbitrary code on the server. The issue arises when a crafted request with an empty PATH_INFO leads to a buffer underflow, enabling code injection. Exploiting this flaw can give attackers significant control over the server environment, allowing unauthorized actions. PHP-FPM versions before 7.1.33, 7.2.x before 7.2.24, and 7.3.x before 7.3.11 are primarily affected.

The vulnerability is triggered when PHP-FPM is used with an Nginx configuration involving the fastcgi_split_path_info directive. An attacker can exploit this by sending a specially crafted request which manipulates PATH_INFO, causing a buffer underflow. The misconfigured server might then execute code contained within the request. Key elements involved include the directive handling logic and the input validation processes. The crafted requests exploit known endpoints typically leveraging scripts like index.php, combined with malicious headers.

Exploitation of this vulnerability could potentially lead to a complete server compromise. Malicious actors could execute arbitrary commands on the server, escalate privileges, exfiltrate sensitive data, or disrupt services. The impact of successful exploitation extends to service downtime, data breaches, and loss of confidentiality, integrity, and availability. It poses significant security risks, particularly to sites or services dependent on PHP and Nginx with incorrect configurations.

REFERENCES

Solution Advice
  • Upgrade PHP to versions 7.1.33, 7.2.24, 7.3.11 or later.
  • Remove the fastcgi_split_path_info directive from Nginx configurations.
  • Ensure proper validation of PATH_INFO in server configurations.
  • Regularly update and patch software components to mitigate known vulnerabilities.
  • Conduct security assessments and incorporate configuration checks.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2019-11043 Scanner - Remote Code Execution vulnerability in PHP-FPM | S4E