Lucene search
K

Open Web Analytics 1.5.6 PHP Object Injection Vulnerability

🗓️ 30 Nov 2014 00:00:00Reported by Egidio RomanoType 
zdt
 zdt
🔗 0day.today👁 33 Views

Open Web Analytics 1.5.6 PHP Object Injection Vulnerability, vulnerable code in queue.php script allows unserialize exploi

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2014-2294
17 Apr 201819:00
cve
Cvelist
CVE-2014-2294
17 Apr 201819:00
cvelist
EUVD
EUVD-2014-2332
7 Oct 202500:30
euvd
NVD
CVE-2014-2294
17 Apr 201819:29
nvd
OpenVAS
Open Web Analytics < 1.5.7 PHP Object Injection Vulnerability
26 Apr 201800:00
openvas
Prion
Design/Logic Flaw
17 Apr 201819:29
prion
seebug.org
Open Web Analytics 'owa_event'参数PHP对象注入漏洞
11 Mar 201400:00
seebug
Open Web Analytics <= 1.5.6 (queue.php) PHP Object Injection Vulnerability

• Software Link:

http://www.openwebanalytics.com/

• Affected Versions:

All versions from 1.2.2 to 1.5.6.

• Vulnerability Description:

The vulnerable code is located in the /queue.php script:
40
41
42
43
44
45
46
47
48
49
50
	
$owa->setSetting('base', 'is_remote_event_queue', true);
$owa->e->debug($_POST);
$raw_event = owa_coreAPI::getRequestParam('event');
 
if ( $raw_event ) {
 
    $dispatch = owa_coreAPI::getEventDispatch();
    $event = unserialize( base64_decode( $raw_event ) );
    $owa->e->debug(print_r($event,true));
    $dispatch->asyncNotify($event);
}

Input passed through the “owa_event” POST parameter is not properly sanitized before being used in a call to the unserialize() function at line 47. This could be exploited to change certain configuration options or create a file containing arbitrary PHP code via specially crafted serialized objects.

• Solution:

Update to version 1.5.7.

• Disclosure Timeline:

[21/02/2014] – Request for contact details
[23/02/2014] – Vendor response
[24/02/2014] – Vendor notified
[27/02/2014] – Vendor releases updates
[10/03/2014] – Public disclosure

• CVE Reference:

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

#  0day.today [2018-01-05]  #

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

30 Nov 2014 00:00Current
9.2High risk
Vulners AI Score9.2
EPSS0.04677
33