<?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>Nenad Vijatov &#187; Windows Security</title>
	<atom:link href="http://blog.vijatov.com/tag/windows-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vijatov.com</link>
	<description>xor %ecx,%ecx</description>
	<lastBuildDate>Thu, 05 Aug 2010 23:14:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PSCS VPOP3 Email Server Script Insertion Vulnerability</title>
		<link>http://blog.vijatov.com/2009/02/02/pscs-vpop3-email-server-script-insertion-vulnerability/</link>
		<comments>http://blog.vijatov.com/2009/02/02/pscs-vpop3-email-server-script-insertion-vulnerability/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 17:00:17 +0000</pubDate>
		<dc:creator>Nenad Vijatov</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://blog.vijatov.com/?p=49</guid>
		<description><![CDATA[I found vulnerability in VPOP3 Email server which allows script insertion. Vulnerability is discovered in the version 2.6.0h. Although the vendor release the patch (implemented some filters), vulnerability still exists in the new version 2.6.0i. Patch don&#8217;t completely fix the vulnerability. Secunia confirmed vulnerability.]]></description>
			<content:encoded><![CDATA[<p>I found vulnerability in VPOP3 Email server which allows script insertion.<br />
Vulnerability is discovered in the version 2.6.0h. Although the vendor release the patch (implemented some filters), vulnerability still exists in the new version 2.6.0i. Patch don&#8217;t completely fix the vulnerability.</p>
<p><a href="http://secunia.com/advisories/33571/" target="_blank">Secunia</a> confirmed vulnerability.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vijatov.com/2009/02/02/pscs-vpop3-email-server-script-insertion-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reg delete /f</title>
		<link>http://blog.vijatov.com/2008/01/08/reg-delete-f/</link>
		<comments>http://blog.vijatov.com/2008/01/08/reg-delete-f/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 08:46:30 +0000</pubDate>
		<dc:creator>Nenad Vijatov</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Reg delete]]></category>
		<category><![CDATA[Windows Security]]></category>

		<guid isPermaLink="false">http://vijatov.com/blog/?p=6</guid>
		<description><![CDATA[Today, I have one problem &#8230; very strange problem and I didn&#8217;t find solution on Internet. Have you ever try to use reg delete KeyName /v and to add /f switch? I think it&#8217;s not possible in Windows XP?! My solution is &#8230; Use VB script to do that: &#8216;&#8211; script begin &#8211; Const HKEY_LOCAL_MACHINE [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt;">Today, I have one problem &#8230; very strange problem and I didn&#8217;t find solution on Internet.</p>
<p>Have you ever try to use reg delete KeyName /v and to add /f switch?</p>
<p>I think it&#8217;s not possible in Windows XP?!</p>
<p>My solution is &#8230;<br />
Use VB script to do that:</p>
<p><span id="more-6"></span>&#8216;&#8211; script begin &#8211;<br />
Const HKEY_LOCAL_MACHINE = &amp;H80000002</p>
<p>strComputer = &#8220;.&#8221;</p>
<p>Set oReg=GetObject(&#8220;winmgmts:{impersonationLevel=impersonate}!&#8221; &amp; _<br />
strComputer &amp; &#8220;rootdefault:StdRegProv&#8221;)</p>
<p>strKeyPath = &#8220;your_path &#8211; ex. SYSTEMControlSet001 &#8230;&#8221;<br />
strDWORDValueName = &#8220;Value that you want to delete&#8221;</p>
<p>oReg.DeleteValue HKEY_LOCAL_MACHINE,strKeyPath,strDWORDValueName</p>
<p>MsgBox &#8220;The End&#8221;</p>
<p>&#8216;&#8211; script end –</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vijatov.com/2008/01/08/reg-delete-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
