Joomla! 3.0.3 Object Injection Vulnerability

Iniciado por ANTRAX, Abril 29, 2013, 10:15:26 PM

Tema anterior - Siguiente tema

0 Miembros y 6 Visitantes están viendo este tema.

Abril 29, 2013, 10:15:26 PM Ultima modificación: Abril 29, 2013, 10:17:30 PM por ANTRAX
Hola a todos! Les comparto esta vulnerabilidad para Joomla 3.0.3, el cual me lo compartió hielasangre

------------------------------------------------------------------
Joomla! <= 3.0.3 (remember.php) PHP Object Injection Vulnerability
------------------------------------------------------------------


[-] Software Link:

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta


[-] Affected Versions:

Version 3.0.3 and earlier 3.0.x versions.
Version 2.5.9 and earlier 2.5.x versions.


[-] Vulnerability Description:

The vulnerable code is located in /plugins/system/remember/remember.php:

34. $hash = JApplication::getHash('JLOGIN_REMEMBER');
35.
36. if ($str = JRequest::getString($hash, '', 'cookie', JREQUEST_ALLOWRAW | JREQUEST_NOTRIM))
37. {
38.     // Create the encryption key, apply extra hardening using the user agent string.
39.     // Since we're decoding, no UA validity check is required.
40.     $privateKey = JApplication::getHash(@$_SERVER['HTTP_USER_AGENT']);
41.
42.     $key = new JCryptKey('simple', $privateKey, $privateKey);
43.     $crypt = new JCrypt(new JCryptCipherSimple, $key);
44.     $str = $crypt->decrypt($str);
45.     $cookieData = @unserialize($str);

User input passed through cookies is not properly sanitized before being used in an unserialize()
call at line 45. This could be exploited to inject arbitrary PHP objects into the application scope.
Successful exploitation of this vulnerability requires authentication because the attacker needs
to know the "hash string" used to read the cookie parameter at line 36.


[-] Solution:

Upgrade to version 2.5.10, 3.0.4 or 3.1.0.


[-] Disclosure Timeline:

[04/12/2012] - Vendor alerted for a possible vulnerability
[13/02/2013] - Vulnerability confirmed and proof of concept sent to the vendor
[24/04/2013] - Vendor update released
[26/04/2013] - Public disclosure


[-] CVE Reference:

The Common Vulnerabilities and Exposures project (cve.mitre.org)
has assigned the name CVE-2013-3242 to this vulnerability.


[-] Credits:

Vulnerability discovered by Egidio Romano.


[-] Original Advisory:

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta


Hola! hablando de Joomla, he estado cabezeandome bastante con un hash que encontre en "una" pagina, con que script o tool podria descifrarla? (no se si es tema reposteado o tal vez desvirtue el tema), sorry. Saludos

Alguna pequeña explicacion de su uso?, funciona con todas las paginas que usan joomla o deben tener un plugin especifico para que la vulnerabilidad funcione?

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Alguna pequeña explicacion de su uso?, funciona con todas las paginas que usan joomla o deben tener un plugin especifico para que la vulnerabilidad funcione?

si por favor....   :o :o :o

si no estoy mal se trata de inyectar por medio de una cookie maliciosa, si no es así disculparme.


salu2
____________________________

my best crime is myself