CVE-2007-3431
published 2007-06-27CVE-2007-3431: PHP remote file inclusion vulnerability in cal.func.php in Valerio Capello Dagger - The Cutting Edge r23jan2007 allows remote attackers to execute arbitrary…
PriorityP355medium6.8CVSS 2.0
AVNACMAuNCPIPAP
EXPLOIT
EPSS
70.72%
99.3th percentile
PHP remote file inclusion vulnerability in cal.func.php in Valerio Capello Dagger - The Cutting Edge r23jan2007 allows remote attackers to execute arbitrary PHP code via a URL in the dir_edge_lang parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| valerio_capello | dagger_the_cutting_edge | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Monitor HTTP requests targeting cal.func.php with a URL-like value in the dir_edge_lang query parameter, which is the RFI injection point. ↗
- →The vulnerable code path is the include() call in cal.func.php that directly concatenates the unsanitised dir_edge_lang parameter: include($dir_edge_lang.'cal_lang.inc.php'); — any external URL supplied here will be fetched and executed. ↗
- ·Exploitation requires allow_url_include (and allow_url_fopen) to be enabled in the PHP configuration; without it the remote file inclusion cannot fetch an external shell. ↗
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/36302http://secunia.com/advisories/25790http://www.attrition.org/pipermail/vim/2007-June/001691.htmlhttp://www.attrition.org/pipermail/vim/2007-June/001692.htmlhttp://www.securityfocus.com/bid/24605http://www.vupen.com/english/advisories/2007/2309https://exchange.xforce.ibmcloud.com/vulnerabilities/35020https://www.exploit-db.com/exploits/4097http://osvdb.org/36302http://secunia.com/advisories/25790http://www.attrition.org/pipermail/vim/2007-June/001691.htmlhttp://www.attrition.org/pipermail/vim/2007-June/001692.htmlhttp://www.securityfocus.com/bid/24605http://www.vupen.com/english/advisories/2007/2309https://exchange.xforce.ibmcloud.com/vulnerabilities/35020https://www.exploit-db.com/exploits/4097
2007-06-27
Published