OpenPNE 3.8.9 PHP Object Injection Vulnerability
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2013-5350 | 24 Jan 201415:00 | â | cve | |
| CVE-2013-5350 | 24 Jan 201415:00 | â | cvelist | |
| EUVD-2013-5190 | 7 Oct 202500:30 | â | euvd | |
| JVN#69986880: OpenPNE vulnerable to PHP Object Injection | 24 Jan 201400:00 | â | jvn | |
| OpenPNE vulnerable to PHP Object Injection | 24 Jan 201403:36 | â | jvn | |
| CVE-2013-5350 | 24 Jan 201415:08 | â | nvd | |
| Security feature bypass | 24 Jan 201415:08 | â | prion | |
| Secunia Research: OpenPNE PHP Object Injection Vulnerability | 3 Feb 201400:00 | â | securityvulns | |
| Web applications security vulnerabilities summary (PHP, ASP, JSP, CGI, Perl) | 3 Feb 201400:00 | â | securityvulns | |
| OpenPNE 'opSecurityUser::getRememberLoginCookie()' PHP䝣ç ćł¨ĺ Ľćźć´ | 22 Jan 201400:00 | â | seebug |
10
OpenPNE <= 3.8.9 (opSecurityUser.class.php) PHP Object Injection Vulnerability
⢠Software Link:
http://www.openpne.jp/
⢠Affected Versions:
All versions from 3.6.0 to 3.6.13.
All versions from 3.8.0 to 3.8.9.
⢠Vulnerability Description:
The vulnerable code is located in the getRememberLoginCookie() method defined in /lib/user/opSecurityUser.class.php:
145
146
147
148
149
150
151
152
153
154
protected function getRememberLoginCookie()
{
$key = md5(sfContext::getInstance()->getRequest()->getHost());
if ($value = sfContext::getInstance()->getRequest()->getCookie($key))
{
$value = unserialize(base64_decode($value));
return $value;
}
}
User input passed through cookies is not properly sanitized before being used in an unserialize() call at line 150. This could be exploited to delete arbitrary files or execute arbitrary PHP code via specially crafted serialized objects sent in a âCookieâ header.
⢠Solution:
Update to version 3.6.13.1 or 3.8.9.1.
⢠Disclosure Timeline:
[20/11/2013] â Vendor notified
[16/12/2013] â Vendor acknowledges report and states fixed releases planned for January 2014
[27/12/2013] â Vendor creates patches and states fixed releases planned for January 20, 2014
[08/01/2014] â Vulnerability details sent to IPA Security Center
[20/01/2014] â Vendor released fixed versions
[20/01/2014] â Public disclosure
⢠CVE Reference:
The Common Vulnerabilities and Exposures project (cve.mitre.org)
has assigned the name CVE-2013-5350 to this vulnerability.
# 0day.today [2018-03-12] #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
6.5Medium risk
Vulners AI Score6.5
EPSS0.01527