exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Tuleap 7.6-4 PHP Object Injection

Tuleap 7.6-4 PHP Object Injection
Posted Nov 28, 2014
Authored by EgiX

Tuleap versions 7.6-4 and below suffer from a PHP object injection vulnerability in register.php.

tags | exploit, php
advisories | CVE-2014-8791
SHA-256 | 192dd00027ad64789b52484759c17f92a935cf687f895373607d3b900d19a1ad

Tuleap 7.6-4 PHP Object Injection

Change Mirror Download

-----------------------------------------------------------------
Tuleap <= 7.6-4 (register.php) PHP Object Injection Vulnerability
-----------------------------------------------------------------


[-] Software Links:

https://www.tuleap.org/
https://www.enalean.com/


[-] Affected Versions:

Version 7.6-4 and prior versions.


[-] Vulnerability Description:

The vulnerable code is located in the /src/www/project/register.php script:

27. $request = HTTPRequest::instance();
28.
29. if (Config::get('sys_create_project_in_one_step')) {
30. $router = new Project_OneStepCreation_OneStepCreationRouter(
31. ProjectManager::instance(),
32. new Project_CustomDescription_CustomDescriptionFactory(new Project_CustomDescription ...
33. );
34. $router->route($request);
35. exit;
36. }
37.
38. $current_step = $request->exist('current_step') ? $request->get('current_step') : 0;
39. $data = $request->exist('data') ? unserialize($request->get('data')) : array();

User input passed through the "data" request parameter is not properly sanitized before being used in a
call to the "unserialize()" function at line 39. This can be exploited to inject arbitrary PHP objects
into the application scope, and could allow authenticated attackers to execute arbitrary PHP code via
specially crafted serialized objects, leveraging the destructor method from the Jabbex class. Successful
exploitation of this vulnerability requires the "sys_create_project_in_one_step" option to be disabled.


[-] Solution:

Update to version 7.7 or later.


[-] Disclosure Timeline:

[04/11/2014] - Vendor notified
[05/11/2014] - Vendor acknowledgement
[10/11/2014] - Vendor fixed the issue
[11/10/2014] - CVE number requested
[13/11/2014] - CVE number assigned
[13/11/2014] - Version 7.7 released
[27/11/2014] - Public disclosure


[-] CVE Reference:

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


[-] Credits:

Vulnerability discovered by Egidio Romano.


[-] Original Advisory:

http://karmainsecurity.com/KIS-2014-13

Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    23 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close