<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; vista security</title> <atom:link href="http://www.ghacks.net/tag/vista-security/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Game Over For Windows Vista&#8217;s Security?</title><link>http://www.ghacks.net/2008/08/08/game-over-for-windows-vistas-security/</link> <comments>http://www.ghacks.net/2008/08/08/game-over-for-windows-vistas-security/#comments</comments> <pubDate>Fri, 08 Aug 2008 12:44:57 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[security vulnerability]]></category> <category><![CDATA[vista security]]></category> <category><![CDATA[windows-vista]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5968</guid> <description><![CDATA[I picked up an interesting story over at Neowin entitled &#8220;Vista&#8217;s Security Rendered Completely Useless by New Exploit&#8221; which reports on a new technique hat can &#8220;bypass all memory protection safeguards that Microsoft built into Windows Vista.&#8221; The researchers were able to load whatever content they wanted into any location they wished on a user&#8217;s [...]]]></description> <content:encoded><![CDATA[<p>I picked up an interesting story over at <a
href="http://www.neowin.net/news/main/08/08/08/vista39s-security-rendered-completely-useless-by-new-exploit">Neowin</a> entitled &#8220;Vista&#8217;s Security Rendered Completely Useless by New Exploit&#8221; which reports on a new technique hat can &#8220;bypass <strong>all</strong> memory protection safeguards that Microsoft built into Windows Vista.&#8221;</p><p><strong>The researchers were able to load whatever content they wanted into any location they wished on a user&#8217;s machine using a variety of scripting languages, such as Java, ActiveX and even .NET objects. This feat was achieved by taking advantage of the way that Internet Explorer (and other browsers) handle active scripting in the Operating System.</strong></p><p>Instead of exploiting a security vulnerability the researchers Mark Dowd of IBM Internet Security Systems (ISS) and Alexander Sotirov, of VMware Inc. of the architecture of Windows Vista. Another researcher described the technique as &#8220;completely game over.&#8221;</p><p><span
id="more-5968"></span>It&#8217;s currently not known if other operating systems are vulnerable as well but it is very likely. The best against this attack would be an add-on like NoScript that would most likely prevent it completely.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/08/08/game-over-for-windows-vistas-security/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Windows Integrity Levels for extra security in Windows Vista</title><link>http://www.ghacks.net/2008/03/30/windows-integrity-levels/</link> <comments>http://www.ghacks.net/2008/03/30/windows-integrity-levels/#comments</comments> <pubDate>Sun, 30 Mar 2008 15:43:03 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[elevated]]></category> <category><![CDATA[file permissions]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[vista security]]></category> <category><![CDATA[windows integrity level]]></category> <category><![CDATA[windows-vista]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=3661</guid> <description><![CDATA[Microsoft build in a system called Windows Integrity Controls into Windows Vista which is basically a label for files with that identify its trustworthiness. What makes them interesting is the fact that they override the visible permissions of a file or folder. Six levels of trust can be assigned to files of the same or a lower permission level. Meaning that a normal user is not able to change the integrity level of a file that he has no permission for.]]></description> <content:encoded><![CDATA[<p>Microsoft build in a system called Windows Integrity Controls into Windows Vista which is basically a label for files with that identify its trustworthiness. What makes them interesting is the fact that they override the visible permissions of a file or folder. Six levels of trust can be assigned to files of the same or a lower permission level. Meaning that a normal user is not able to change the integrity level of a file that he has no permission for.</p><p>The six integrity levels are Trusted Installer, System (operating system processes), High (administrators), Medium, (non-administrators), Low (temporary Internet files) and Untrusted. As you can see even an administrator is not able to change the integrity level of files and folders that belong to Trusted Installers or System.</p><p>A command line tool is available that makes it quite easy to change the integrity level of files and folders. It is called CHML and available at a website <a
href="http://www.minasi.com/vista/chml.htm">that</a> explains the process in detail.</p><p><span
id="more-3661"></span>The command &#8220;chml filename&#8221; displays the integrity level of that file. Modifying files and folders is only possible if changes are made in the Group Policy Editor:</p><ul><li>Open gpedit.msc</li><li>Navigate to Computer Configuration / Windows Settings / Local Policies / User Rights Assignment</li><li>In the right-hand pane, you&#8217;ll see an entry &#8220;Modify an object label;&#8221; open it</li><li>By default, there are no user accounts listing with this privilege.  Add your user account.</li><li>Close the Group Policy Editor</li><li>Log off, then back on to finish getting the new privilege on your logon token</li></ul><p>The basic command to change the integrity level of files or folders in Windows Vista is chml -i:u, l, m, h, or s. Only one letter is obviously selected which stand for Untrusted, Low, Medium, High, or System.</p><p>Three additional options are available. The -nr, -nw and -nx options deny read, write and execute rights.</p><p>I did find the reference to Windows Integrity Levels at the <a
href="http://www.donationcoder.com/Forums/bb/index.php?topic=12838.msg107731#msg107731">Donation Coder forum</a> where Skrommel was kind enough to create an Autohotkey Script that would add the functionality to the right-click menu.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/03/30/windows-integrity-levels/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
