<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exploits and Security &#187; Windows Products</title>
	<atom:link href="http://www.exploitx.com/category/exploits-and-bugs/windows-products/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exploitx.com</link>
	<description>Technology &#38; Security Tips &#38; Guides</description>
	<lastBuildDate>Tue, 22 Dec 2009 03:28:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Attack code released for IE hole</title>
		<link>http://www.exploitx.com/134/attack-code-released-for-ie-hole/</link>
		<comments>http://www.exploitx.com/134/attack-code-released-for-ie-hole/#comments</comments>
		<pubDate>Thu, 24 Nov 2005 21:08:59 +0000</pubDate>
		<dc:creator>Exploitx</dc:creator>
				<category><![CDATA[Windows Products]]></category>

		<guid isPermaLink="false">http://www.exploitx.com/134/attack-code-released-for-ie-hole/</guid>
		<description><![CDATA[Exploit code for a new flaw in Internet Explorer could put systems at risk of remote attack, security experts warned Monday.
 The exploit code, made public Monday, aims to take advantage of the &#8220;extremely critical&#8221; vulnerabilities in IE 5.5 and IE 6 running on XP Service Pack 2 (SP2), and IE 6 running on Windows [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Exploit code for a new flaw in Internet Explorer could put systems at risk of remote attack, security experts warned Monday.</strong></p>
<p> The exploit code, made public Monday, aims to take advantage of the &#8220;extremely critical&#8221; vulnerabilities in IE 5.5 and IE 6 running on XP Service Pack 2 (SP2), and IE 6 running on Windows 2000 SP4, security researcher Secunia said in advisory.</p>
<p>Once a PC user is tricked into visiting a malicious Web site, the exploit can be triggered automatically, without the user doing anything.</p>
<p>&#8220;An attacker could use the exploit to run any code they want to on a person&#8217;s system,&#8221; said Thomas Kristensen, Secunia&#8217;s chief technology officer. &#8220;It could be they want to launch some really nasty code on a user&#8217;s system.&#8221;</p>
<div style="float: left;"><!--adsense--></div>
<p>The flaw lies in a Javascript component of IE used for loading Web pages onto a computer, according to an advisory from SANS Internet Storm Center.</p>
<p>Microsoft has not released a patch for the hole exploited by the code. People can attempt to work around the problem by either shutting off Javascript or using another type of browser, security companies advised.</p>
<p>Security researchers said the IE vulnerability has been known for the past six months, but had previously been seen as a conduit for denial-of-service attacks rather than the remote execution of code. DOS attacks, which attempt to crash a system by flooding it with data, are typically considered less-severe security risks.</p>
<p>&#8220;The vulnerability itself has been known about for a while, but it was only a problem for a denial-of-service attack that would sometimes cause IE to crash,&#8221; said Johannes Ullrich, chief research officer for the Sans Institute. &#8220;Up until now, no one knew how to mark the code and find it in memory to execute a remote code attack.&#8221;</p>
<p>The exploit code was published by an organization called Computer Terrorism.</p>
<p>Because the flaw was initially believed to involve only a potential DOS attack, Microsoft never issued a patch for the problem, Ullrich said. He added it is not yet known whether Microsoft will spin out a patch for the flaw immediately or wait for its monthly patch cycle.</p>
<p>A Microsoft representative was not able to comment early Monday on the flaw or the exploit, but did say that the company is investigating reports of the possible vulnerability for customers using Internet Explorer while running Windows 2000 SP4 and Windows XP SP2.</p>
<p>&#8220;We have also been made aware of proof-of-concept code that could seek to exploit the reported vulnerability but are not aware of any customer impact at this time,&#8221; the representative said.</p>
<p>Microsoft, upon completion of its investigation, will take appropriate action to protect its customers by providing a patch as part of its monthly security bulletin program or in a separate security advisory, the representative added. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.exploitx.com/134/attack-code-released-for-ie-hole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer / MSN ICC Profiles Crash PoC Exploit</title>
		<link>http://www.exploitx.com/101/internet-explorer-msn-icc-profiles-crash-poc-exploit/</link>
		<comments>http://www.exploitx.com/101/internet-explorer-msn-icc-profiles-crash-poc-exploit/#comments</comments>
		<pubDate>Mon, 18 Jul 2005 20:21:59 +0000</pubDate>
		<dc:creator>Exploitx</dc:creator>
				<category><![CDATA[Windows Products]]></category>

		<guid isPermaLink="false">http://www.exploitx.com/101/internet-explorer-msn-icc-profiles-crash-poc-exploit/</guid>
		<description><![CDATA[Can crash msn and execute commands
Windows has a buffer overflow vulnerability in the processing of embedded ICC Profiles
inside images (jpeg, tiff, etc&#8230;)
To test &#8211; create a jpeg in adobe photoshop and save it with the ICC checkbox enabled,
make sure you set it to RGB (that does not really matter, just so you can find which
bytes [...]]]></description>
			<content:encoded><![CDATA[<p>Can crash msn and execute commands</p>
<p>Windows has a buffer overflow vulnerability in the processing of embedded ICC Profiles<br />
inside images (jpeg, tiff, etc&#8230;)</p>
<p>To test &#8211; create a jpeg in adobe photoshop and save it with the ICC checkbox enabled,<br />
make sure you set it to RGB (that does not really matter, just so you can find which<br />
bytes to change for the test).</p>
<p>Open in a hex editor and search for &#8220;RGB XYZ &#8221; (no quotes, case sensitive)</p>
<p>You are now inside the header of the ICC Profile which is 128 bytes.<br />
104 bytes away is a 4 byte number which is the Tag Count of the ICC Profile.<br />
Change this to &#8220;FF FF FF FF&#8221; (it will be followed by a 4 byte string which is<br />
part of a 12 byte tag. there are several such tags, it should help you identify<br />
which bytes to change).</p>
<p>Save, open in internet explorer, and see the crash.</p>
<p>and this is the crash:<br />
<!--adsense--><br />
CODE<br />
.text:73B323BC loc_73B323BC: ; CODE XREF: GetColorProfileElement+D6j<br />
.text:73B323BC cmp [ebx], eax<br />
.text:73B323BE jz short loc_73B323DD<br />
.text:73B323C0 add ebx, 0Ch<br />
.text:73B323C3 inc edx<br />
.text:73B323C4 cmp edx, ecx<br />
.text:73B323C6 jb short loc_73B323BC<br />
.text:73B323C8<br />
.text:73B323C8 loc_73B323C8: ; CODE XREF: GetColorProfileElement+CAj<br />
.text:73B323C8 push 7DCh ; dwErrCode<br />
.text:73B323CD call ds:SetLastError</p>
<p>ebx is controlable. but gets a read access violation.</p>
<p>&#8230;.be kool and create a PoC and change your sig to the exploit.jpg</p>
<p>Forum Discussion: <a href="http://www.exploitx.com/forum/azbb.php?1121718054">Internet Explorer / MSN ICC Profiles Crash PoC Exploit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exploitx.com/101/internet-explorer-msn-icc-profiles-crash-poc-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft warns of unpatched IE flaw</title>
		<link>http://www.exploitx.com/53/microsoft-warns-of-unpatched-ie-flaw/</link>
		<comments>http://www.exploitx.com/53/microsoft-warns-of-unpatched-ie-flaw/#comments</comments>
		<pubDate>Sat, 02 Jul 2005 00:08:37 +0000</pubDate>
		<dc:creator>Exploitx</dc:creator>
				<category><![CDATA[Windows Products]]></category>

		<guid isPermaLink="false">http://www.exploitx.com/53/microsoft-warns-of-unpatched-ie-flaw/</guid>
		<description><![CDATA[Microsoft warns of unpatched IE flaw
By Dawn Kawamoto, CNET News.com
Published on ZDNet News: July 1, 2005, 8:55 AM PT
Microsoft has issued a security advisory for Internet Explorer, after a research firm published a working exploit to demonstrate how attackers could take advantage of the flaw.
The vulnerability, discovered by SEC Consult, mean that attackers could cause [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft warns of unpatched IE flaw<br />
By Dawn Kawamoto, CNET News.com<br />
Published on ZDNet News: July 1, 2005, 8:55 AM PT</p>
<p>Microsoft has issued a security advisory for Internet Explorer, after a research firm published a working exploit to demonstrate how attackers could take advantage of the flaw.</p>
<p>The vulnerability, discovered by SEC Consult, mean that attackers could cause the browser to unexpectedly exit and execute arbitrary code. Versions of IE affected by the flaw include IE 6.0 on Windows 2000 with Service Pack 1, 3 and 4, and on Windows XP with Service Pack 1 and 2.</p>
<p>&#8220;Microsoft is investigating a new public report of a vulnerability affecting Internet Explorer. We have not been made aware of any attacks attempting to use the reported vulnerability or customer impact at this time,&#8221; Microsoft said Thursday in its advisory. &#8220;But we are aggressively investigating the public report.&#8221;</p>
<p>A patch for the flaw is not available. As an interim measure, the software giant advises people to set their Internet and local intranet security zone settings to &#8220;high&#8221; before running ActiveX controls.</p>
<p>The alert is part of a recently launched Microsoft program to confirm reports of security problems and provide a workaround until a fix is delivered.</p>
<div style="float: left;"><!--adsense--></div>
<p>The discovery of this latest IE flaw comes two weeks after Microsoft released several &#8220;critical&#8221; security patches, including one for IE.Those patches addressed vulnerabilities that allowed for remote execution of code. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.exploitx.com/53/microsoft-warns-of-unpatched-ie-flaw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Risk Vulnerability in RealPlayer for Windows</title>
		<link>http://www.exploitx.com/34/high-risk-vulnerability-in-realplayer-for-windows/</link>
		<comments>http://www.exploitx.com/34/high-risk-vulnerability-in-realplayer-for-windows/#comments</comments>
		<pubDate>Thu, 30 Jun 2005 08:57:57 +0000</pubDate>
		<dc:creator>Exploitx</dc:creator>
				<category><![CDATA[Exploits and Bugs]]></category>
		<category><![CDATA[Windows Products]]></category>

		<guid isPermaLink="false">http://www.exploitx.com/34/high-risk-vulnerability-in-realplayer-for-windows/</guid>
		<description><![CDATA[John Heasman of NGSSoftware has discovered a high risk vulnerability in
RealPlayer for Windows.
Versions affected include:
RealPlayer 10.5 (6.0.12.1040-1069)
RealPlayer 10
RealOne Player v2
RealOne Player v1
RealPlayer 10.5 (6.0.12.1212) is NOT affected.
The flaw permits the overwriting of a local file or execution of an ActiveX
control via a malformed MP3 file.
The patch can be downloaded from
http://service.real.com/help/faq/security/050623_player/EN/
NGSSoftware are going to withhold details [...]]]></description>
			<content:encoded><![CDATA[<p>John Heasman of NGSSoftware has discovered a high risk vulnerability in<br />
RealPlayer for Windows.</p>
<p>Versions affected include:</p>
<p>RealPlayer 10.5 (6.0.12.1040-1069)<br />
RealPlayer 10<br />
RealOne Player v2<br />
RealOne Player v1</p>
<p>RealPlayer 10.5 (6.0.12.1212) is NOT affected.</p>
<p>The flaw permits the overwriting of a local file or execution of an ActiveX<br />
control via a malformed MP3 file.</p>
<p>The patch can be downloaded from</p>
<p>http://service.real.com/help/faq/security/050623_player/EN/</p>
<p>NGSSoftware are going to withhold details of this flaw for three<br />
months. Full details will be published on the 27th of September 2005. This<br />
three month window will allow users of RealPlayer the time needed to apply<br />
the patch before the details are released to the general public. This<br />
reflects NGSSoftware&#8217;s approach to responsible disclosure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exploitx.com/34/high-risk-vulnerability-in-realplayer-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
