| 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 |
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