| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| Tuleap 7.6-4 PHP Object Injection Vulnerability | 30 Nov 201400:00 | – | zdt | |
| Tuleap PHP Unserialize Code Execution Exploit | 13 Dec 201400:00 | – | zdt | |
| CVE-2014-8791 | 15 Dec 201400:00 | – | circl | |
| Tuleap PHP Unserialize Code Execution (CVE-2014-8791) | 5 Oct 201600:00 | – | checkpoint_advisories | |
| CVE-2014-8791 | 2 Dec 201401:00 | – | cve | |
| CVE-2014-8791 | 2 Dec 201401:00 | – | cvelist | |
| Tuleap - PHP Unserialize Code Execution (Metasploit) | 15 Dec 201400:00 | – | exploitdb | |
| Tuleap PHP Unserialize Code Execution | 9 Dec 201409:15 | – | metasploit | |
| CVE-2014-8791 | 2 Dec 201401:59 | – | nvd | |
| Tuleap PHP Unserialize Code Execution | 12 Dec 201400:00 | – | packetstorm |
`
-----------------------------------------------------------------
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
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation