CVE-2007-2607
published 2007-05-11CVE-2007-2607: PHP remote file inclusion vulnerability in views/print/printbar.php in LaVague 0.3 and earlier allows remote attackers to execute arbitrary PHP code via a URL…
PriorityP261high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
70.64%
99.3th percentile
PHP remote file inclusion vulnerability in views/print/printbar.php in LaVague 0.3 and earlier allows remote attackers to execute arbitrary PHP code via a URL in the views_path parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| lavague | lavague | <= 0.3 | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Monitor HTTP requests to 'views/print/printbar.php' containing a 'views_path' parameter with a URL value (http:// or https://), which indicates an RFI attempt. ↗
- →The vulnerable code performs an unsanitized require on the views_path parameter: 'require $views_path."/progressbar.php";' — alert on any require/include of a remote URL in this file. ↗
- ·The RFI is only exploitable if PHP's 'allow_url_include' directive is enabled (On), which is required for remote file inclusion via require/include. ↗
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/37790http://www.securityfocus.com/bid/23877http://www.vupen.com/english/advisories/2007/1733https://exchange.xforce.ibmcloud.com/vulnerabilities/34177https://www.exploit-db.com/exploits/3870http://osvdb.org/37790http://www.securityfocus.com/bid/23877http://www.vupen.com/english/advisories/2007/1733https://exchange.xforce.ibmcloud.com/vulnerabilities/34177https://www.exploit-db.com/exploits/3870
2007-05-11
Published