CVE-2018-25270·PHP vulnerability
ThinkPHP 5.0.23 contains a remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary PHP code by invoking functions through the routing parameter. Attackers can craft requests to the index.php endpoint with malicious function parameters to execute system commands with application privileges.
- Severity
- critical
- Software
- PHP
- Fixed in
- 5.0.23
- Published
- 2026-04-22
Affected versions
From: 5.0.0
Until: 5.0.23
Fixed in: 5.0.23
How to fix this CVE
Upgrade PHP to version 5.0.24 or later to patch the remote code execution vulnerability in the routing parameter handler. This critical vulnerability allows unauthenticated attackers to execute arbitrary PHP code through specially crafted requests to index.php. Immediately apply the patch and restart your PHP application to mitigate exploitation risk.
sudo dnf update phpDefensia detects this vulnerability
What an exploitation attempt looks like
Sample log line indicative of exploitation attempts:
POST|GET /index\.php.*(?:function|invoke|call)\s*=|index\.php\?.*(?:system|exec|shell_exec|passthru|proc_open)WAF mitigation (if patching is not yet possible)
Add this rule to your WAF to block exploitation attempts while you schedule the patch.
Implement WAF rules to block requests to index.php containing function invocation parameters such as 'function=', 'invoke=', or 'call=' in the query string or POST body. Restrict routing parameter values to whitelisted function names only and reject requests with suspicious PHP function names (system, exec, shell_exec, eval, etc.).How to check if you are affected
- Run `php -v` to verify the installed PHP version and confirm if it is 5.0.23 or earlier
- Check if PHP routing through index.php is enabled by reviewing your web server configuration (nginx/Apache) and PHP application bootstrap files
- Search web server logs for POST/GET requests containing suspicious function invocations via routing parameters, such as requests with `?function=system` or similar patterns
- After applying the patch, re-run `php -v` to confirm the version is 5.0.24 or later, and verify the application restarts without errors
FAQ
What is CVE-2018-25270?
CVE-2018-25270 is a critical remote code execution vulnerability in PHP versions 5.0.0 through 5.0.23 that allows attackers to invoke arbitrary functions through improperly validated routing parameters, leading to complete system compromise.
Is CVE-2018-25270 being actively exploited?
CVE-2018-25270 is not currently listed in the CISA Known Exploited Vulnerabilities catalog, and no public exploits have been released, though proof-of-concept code may exist in security research communities.
What versions of PHP are affected by CVE-2018-25270?
PHP versions 5.0.0 through 5.0.23 are affected; version 5.0.24 and later contain the fix.
How do I check if my server is vulnerable to CVE-2018-25270?
Run `php -v` to display your installed version. If the output shows a version between 5.0.0 and 5.0.23, your system is vulnerable and requires immediate patching.
Does Defensia detect CVE-2018-25270?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If PHP is installed on a monitored server, CVE-2018-25270 will appear in your dashboard with remediation steps.
Related PHP CVEs
References
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2018-25270. Free for 1 server.
Get started free