what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Piwik 2.14.3 Local File Inclusion

Piwik 2.14.3 Local File Inclusion
Posted Nov 4, 2015
Authored by EgiX

Piwik version 2.14.3 and below suffer from a local file inclusion vulnerability.

tags | exploit, local, file inclusion
advisories | CVE-2015-7815
SHA-256 | eee59dc36374f91dced40b4ea48194596072b837658dfbeccc53d0849c0265bd

Piwik 2.14.3 Local File Inclusion

Change Mirror Download
-----------------------------------------------------------------------
Piwik <= 2.14.3 (viewDataTable) Autoloaded File Inclusion Vulnerability
-----------------------------------------------------------------------


[-] Software Link:

https://piwik.org/


[-] Affected Versions:

Version 2.14.3 and prior versions.


[-] Vulnerability Description:

The vulnerable code is located in the /core/ViewDataTable/Factory.php script:

130. $type = Common::getRequestVar('viewDataTable', $defaultType, 'string');
131.
132. // Common::getRequestVar removes backslashes from the defaultValue ...
133. // therefore do not pass this as a default value to getRequestVar()
134. if ('' === $type) {
135. $type = $defaultType ?: HtmlTable::ID;
136. }
137. } else {
138. $type = $defaultViewType;
139. }
140.
141. $params['viewDataTable'] = $type;
142.
143. $visualizations = Manager::getAvailableViewDataTables();
144.
145. if (array_key_exists($type, $visualizations)) {
146. return self::createViewDataTableInstance($visualizations[$type], ...
147. }
148.
149. if (class_exists($type)) {

User input passed through the "viewDataTable" request parameter is not properly sanitized
before being used in a call to the "class_exists()" function at line 149. This could be
exploited to include arbitrary .php files located outside the Piwik root directory or
from the Piwik codebase itself (possibly leading to unauthorized access to certain
functionalities) leveraging the Composer autoloading function. Successful exploitation
of this vulnerability requires the application running on PHP before 5.4.24 or 5.5.8.


[-] Solution:

Update to version 2.15.0 or later.


[-] Disclosure Timeline:

[25/08/2015] - Vendor notified
[09/09/2015] - Issue fixed on the GitHub repository: http://git.io/vlyZv
[06/10/2015] - CVE number requested
[14/10/2015] - CVE number assigned
[22/10/2015] - Version 2.15.0 released: https://piwik.org/changelog/piwik-2-15-0
[04/11/2015] - Public disclosure


[-] CVE Reference:

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


[-] Credits:

Vulnerability discovered by Egidio Romano.


[-] Original Advisory:

http://karmainsecurity.com/KIS-2015-09


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
    0 Files
  • 18
    Apr 18th
    0 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 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