cbcvebase.
CVE-2007-2607
published 2007-05-11

CVE-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
VendorProductVersion rangeFixed in
lavaguelavague<= 0.3

Detection & IOCsextracted from sources · hover to see the quote

pathviews/print/printbar.php
urlhttp://site.com/path/views/print/printbar.php?views_path=[[Sh3LL Script]]
  • 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.