CVE-2007-4757
published 2007-09-08CVE-2007-4757: PHP remote file inclusion vulnerability in menu.php in phpMytourney allows remote attackers to execute arbitrary PHP code via a URL in the functions_file…
PriorityP358high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
64.69%
99.1th percentile
PHP remote file inclusion vulnerability in menu.php in phpMytourney allows remote attackers to execute arbitrary PHP code via a URL in the functions_file parameter.
Detection & IOCsextracted from sources · hover to see the quote
- →Monitor HTTP requests to menu.php containing a URL (http:// or https://) in the 'functions_file' GET parameter, which indicates an RFI attempt. ↗
- →The vulnerable code path is a bare include() of the user-supplied parameter: include($functions_file); — any external URL passed here will result in remote code execution. ↗
- ·Exploitation requires PHP's allow_url_include (and allow_url_fopen) to be enabled on the target server, as the vulnerability relies on PHP including a remote URL. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
No writeups or analysis indexed.
http://osvdb.org/38331http://www.securityfocus.com/bid/25579http://www.vupen.com/english/advisories/2007/3112https://exchange.xforce.ibmcloud.com/vulnerabilities/36495https://www.exploit-db.com/exploits/4368http://osvdb.org/38331http://www.securityfocus.com/bid/25579http://www.vupen.com/english/advisories/2007/3112https://exchange.xforce.ibmcloud.com/vulnerabilities/36495https://www.exploit-db.com/exploits/4368
2007-09-08
Published