Microsoft PowerPoint声音数据解析内存破坏漏洞(MS09-017)
发布日期:2009-05-12
更新日期:2009-05-13
受影响系统:Microsoft PowerPoint 2003 SP3
Microsoft PowerPoint 2002 SP3
Microsoft PowerPoint 2000 SP3
描述:
BUGTRAQ ID:
34831
CVE(CAN) ID:
CVE-2009-0222
Microsoft PowerPoint是微软Office套件中的文档演示工具。
PowerPoint从特制的PowerPoint 4.0文件中读取声音数据时可能会触发内存破坏。如果用户受骗打开了畸形的PPT文件就可能触发这个漏洞,导致在用户系统上执行任意代码。
<*来源:Nicolas Joly
链接:
http://secunia.com/advisories/32428/
http://www.microsoft.com/technet/security/bulletin/ms09-017.mspx?pf=true
http://www.us-cert.gov/cas/techalerts/TA09-132A.html
*>
建议:
临时解决方法:
* 在PowerPoint 2000或2002中限制对pp4x322.dll的访问。
在32位版本的Windows 2000、Windows XP和Windows Server 2003上,从命令提示符运行以下命令:
for /F "tokens=*" %G IN ('dir /b /s ^"%programfiles%\Microsoft Office\pp4x322.dll^"') DO cacls "%G" /E /P everyone:N
在64位版本的Windows XP和Windows Server 2003上,从命令提示符运行以下命令:
for /F "tokens=*" %G IN ('dir /b /s ^"%programfiles(x86)%\Microsoft Office\pp4x322.dll^"') DO cacls "%G" /E /P everyone:N
在32位版本的Windows Vista和Windows Server 2008上,从命令提示符运行以下命令:
for /F "tokens=*" %G IN ('dir /b /s ^"%programfiles%\Microsoft Office\pp4x322.dll^"') DO cacls "%G" /E /P everyone:N
在64位版本的Windows Vista和Windows Server 2008上,从命令提示符运行以下命令:
for /F "tokens=*" %G IN ('dir /b /s ^"%programfiles(x86)%\Microsoft Office\pp4x322.dll^"') DO cacls "%G" /E /P everyone:N
厂商补丁:
Microsoft
---------
Microsoft已经为此发布了一个安全公告(MS09-017)以及相应补丁:
MS09-017:Vulnerabilities in Microsoft Office PowerPoint Could Allow Remote Code Execution (967340)
链接:
http://www.microsoft.com/technet/security/bulletin/ms09-017.mspx?pf=true浏览次数:2901
严重程度:0(网友投票)