<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Grassroots InfoSec</title>
	
	<link>http://quiogue.com</link>
	<description>Thoughts on Information Security by Neil Quiogue</description>
	<lastBuildDate>Wed, 24 Apr 2013 11:07:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/grassrootsinfosec" /><feedburner:info uri="grassrootsinfosec" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Information as Money</title>
		<link>http://feedproxy.google.com/~r/grassrootsinfosec/~3/eC5RmLfJ64I/</link>
		<comments>http://quiogue.com/2013/04/24/information-as-money/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 11:03:16 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Information Value]]></category>
		<category><![CDATA[Security Awareness]]></category>

		<guid isPermaLink="false">http://quiogue.com/?p=318</guid>
		<description><![CDATA[People often ask how they should protect information.  The closest analogy I have is to treat information as money.  This is because information has value (in most cases, it has a monetary value.)  For example, sales data of one manufacturer has value to its competitor. And just like money, they have different values.  For example, [...]]]></description>
				<content:encoded><![CDATA[<p><span class='drop_cap'>P</span>eople often ask how they should protect information.  The closest analogy I have is to treat information as money.  This is because information has value (in most cases, it has a monetary value.)  For example, sales data of one manufacturer has value to its competitor.</p>
<p><a href="http://quiogue.com/wp-content/uploads/2013/04/Money-Tree.png"><img class="aligncenter size-full wp-image-319" alt="Money Tree" src="http://quiogue.com/wp-content/uploads/2013/04/Money-Tree.png" width="170" height="198" /></a></p>
<p>And just like money, they have different values.  For example, a euro bill has a different value than a one hundred euro bill.  You also treat them differently according to their value.  This is the same as information.  Information like this blog information is treated differently compared to information containing your personal information or employee information (Hint: Personal and Employee Information are more valuable).</p>
<p>You would not leave valuables unprotected for just anyone to take, and when you are not using valuable information (just like money), you should put it in a safe place equivalent to its value (e.g. a locked cabinet or by encrypting it).  Yet a number of people leave sensitive information out in the open just for anyone to take.</p>
<p>So please remember the next time your company entrusts you with information, understand its value and treat it like money.</p>
<img src="http://feeds.feedburner.com/~r/grassrootsinfosec/~4/eC5RmLfJ64I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://quiogue.com/2013/04/24/information-as-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://quiogue.com/2013/04/24/information-as-money/</feedburner:origLink></item>
		<item>
		<title>Java Change in Behaviour in Web Browsers</title>
		<link>http://feedproxy.google.com/~r/grassrootsinfosec/~3/WISYHFwbETo/</link>
		<comments>http://quiogue.com/2013/04/19/java-change-in-behaviour-in-web-browsers/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 12:59:42 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://quiogue.com/?p=313</guid>
		<description><![CDATA[From Java 7 Update 21 (7u21), browser based Java content (like Applets and Applications) will be Presenting additional security information (https://www.java.com/en/download/help/appsecuritydialogs.xml); and Requiring confirmation before being allowed to run. An example of the confirmation is shown below: In the above example, it specifies the location (i.e., URL) as well as potential risks (like the application [...]]]></description>
				<content:encoded><![CDATA[<p><span class="drop_cap">F</span>rom Java 7 Update 21 (7u21), browser based Java content (like Applets and Applications) will be</p>
<ol>
<li>Presenting additional security information (https://www.java.com/en/download/help/appsecuritydialogs.xml); and</li>
<li>Requiring confirmation before being allowed to run.</li>
</ol>
<p>An example of the confirmation is shown below:</p>
<p style="text-align: center;"><a href="http://quiogue.com/wp-content/uploads/2013/04/19-04-2013-13-49-45.png"><img class="size-full wp-image-314 aligncenter" alt="" src="http://quiogue.com/wp-content/uploads/2013/04/19-04-2013-13-49-45.png" width="536" height="316" /></a></p>
<p>In the above example, it specifies the location (i.e., URL) as well as potential risks (like the application being unsigned).</p>
<p>Oracle is now recommended that applications be signed by a legitimate Certificate Authority.  This increase in visibility will hopefully help bring better awareness on the risks of running 3rd party applications.  Though I wonder how long will it take before users will similarly treat this like the SSL warnings we get and folks will just click on &#8216;Run&#8217; regardless.</p>
<p>Reference:</p>
<p>https://www.java.com/en/download/faq/signed_code.xml</p>
<img src="http://feeds.feedburner.com/~r/grassrootsinfosec/~4/WISYHFwbETo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://quiogue.com/2013/04/19/java-change-in-behaviour-in-web-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://quiogue.com/2013/04/19/java-change-in-behaviour-in-web-browsers/</feedburner:origLink></item>
		<item>
		<title>Evernote Compromise</title>
		<link>http://feedproxy.google.com/~r/grassrootsinfosec/~3/5sgWsK4tBsQ/</link>
		<comments>http://quiogue.com/2013/03/04/evernote-compromise/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 11:30:52 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Alerts]]></category>
		<category><![CDATA[Compromise]]></category>
		<category><![CDATA[Evernote]]></category>

		<guid isPermaLink="false">http://quiogue.com/?p=309</guid>
		<description><![CDATA[If you are a customer of Evernote, you would have received an email last Friday that Evernote is forcing a service-wide password reset due to a discovered compromise of their network.  Summarising the notice: Information Impact Accessed Usernames, Email Addresses, Hashed and Salted Passwords As they got the username/password, it is possible you may be [...]]]></description>
				<content:encoded><![CDATA[<p><span class="drop_cap">I</span>f you are a customer of Evernote, you would have received an email last Friday that Evernote is forcing a service-wide password reset due to a discovered compromise of their network.  Summarising the notice:</p>
<table border="1">
<thead>
<tr align="center" valign="middle">
<td></td>
<td><strong><span style="font-size: small;">Information</span></strong></td>
<td><strong><span style="font-size: small;">Impact</span></strong></td>
</tr>
</thead>
<tbody>
<tr>
<td><strong><span style="font-size: small;">Accessed</span></strong></td>
<td><span style="font-size: small;">Usernames, Email Addresses, Hashed and Salted Passwords</span></td>
<td><span style="font-size: small;">As they got the username/password, it is possible you may be targeted for unsolicited email or phishing attempts pretending to be Evernote.</span></p>
<p><span style="font-size: small;">They didn&#8217;t mention if the attackers got hold of the salt or the salting algorithm.  Though it is good that they did not rely on just the hash (whether it is MD5, SHA-1, SHA-2), we do not know the length of the salt as well as how it is generated.  This will affect how feasible it is to generate the real password from the hashed password.</span></td>
</tr>
<tr>
<td><strong><span style="font-size: small;">Not Accessed</span></strong></td>
<td><span style="font-size: small;">Content in Evernote and Payment Information</span></td>
<td><span style="font-size: small;">Evernote did not find any evidence so we&#8217;ll leave it at that.</span></td>
</tr>
</tbody>
</table>
<p>It is good for Evernote to send notifications about the breach as well as enforcing a password change when you log in.  You are also notified through email if your password was changed.</p>
<p>One of their tips is &#8220;Never click on &#8216;reset password&#8217; requests in emails &#8211; instead go directly to the service&#8217;.  This is critical as the email addresses and usernames were compromised so attackers can send you unsolicited email attempting to get information from you.</p>
<p>When you are changing your password on the site, it does not give any indication of how strong your password is (this can be subjective as well depending on your perspective) but they did advise not to use simple passwords based on dictionary words.  I would advise as well NOT to use passwords based on just numbers, commonly used info (e.g., your username or name), and easily guessed passwords (e.g,. password123, qwerty, etc.)</p>
<p>Keep safe everyone.</p>
<p>Reference:</p>
<p>http://evernote.com/corp/news/password_reset.php</p>
<img src="http://feeds.feedburner.com/~r/grassrootsinfosec/~4/5sgWsK4tBsQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://quiogue.com/2013/03/04/evernote-compromise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://quiogue.com/2013/03/04/evernote-compromise/</feedburner:origLink></item>
		<item>
		<title>Oracle Silently Pushes Java 7u13</title>
		<link>http://feedproxy.google.com/~r/grassrootsinfosec/~3/7ZodEqhkIoo/</link>
		<comments>http://quiogue.com/2013/02/05/304/#comments</comments>
		<pubDate>Tue, 05 Feb 2013 15:31:31 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Alerts]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://quiogue.com/?p=304</guid>
		<description><![CDATA[Oracle has silently released an update to Java (originally for release in February 19).  The update is recommended to be installed due to the vulnerabilities mentioned in the previous blog entry (in their announcement, they mentioned 50 new security fixes). Please note as well that the recent Java updates will uninstall Java 6 so if [...]]]></description>
				<content:encoded><![CDATA[<p><span class='drop_cap'>O</span>racle has silently released an update to Java (originally for release in February 19).  The update is recommended to be installed due to the vulnerabilities mentioned in the previous blog entry (in their announcement, they mentioned 50 new security fixes).</p>
<p>Please note as well that the recent Java updates will <span style="text-decoration: underline;">uninstall</span> Java 6 so if your application requires Java 6 then please watch out for this.</p>
<p>Reference:</p>
<p><a href="http://www.oracle.com/technetwork/topics/security/javacpufeb2013-1841061.html">http://www.oracle.com/technetwork/topics/security/javacpufeb2013-1841061.html</a></p>
<img src="http://feeds.feedburner.com/~r/grassrootsinfosec/~4/7ZodEqhkIoo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://quiogue.com/2013/02/05/304/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://quiogue.com/2013/02/05/304/</feedburner:origLink></item>
		<item>
		<title>Oracle Java Woes and Disabling Java on Web Browsers</title>
		<link>http://feedproxy.google.com/~r/grassrootsinfosec/~3/eI4eBDPUZwM/</link>
		<comments>http://quiogue.com/2013/01/22/288/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 12:39:53 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Alerts]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://quiogue.com/?p=288</guid>
		<description><![CDATA[There has been advice released by the Department of Homeland Security (through the US Computer Emergency Readiness Team) to disable Java on the web browsers. This was due to two 0-day vulnerabilities (CVE-2013-0422). The vulnerabilities allows remote attackers to run malicious code on the user’s computer if they visit a compromised website. This was made [...]]]></description>
				<content:encoded><![CDATA[<p><span class="drop_cap">T</span>here has been advice released by the Department of Homeland Security (through the US Computer Emergency Readiness Team) to disable Java on the web browsers. This was due to two 0-day vulnerabilities (CVE-2013-0422). The vulnerabilities allows remote attackers to run malicious code on the user’s computer if they visit a compromised website. This was made easier when the exploit was included in the Blackhole and Nuclear Pack (crimeware products).</p>
<p><em>NOTE: The vulnerability is exploited on the client-side (e.g., if Java is run through the user&#8217;s web browsers) and not on the server-side (i.e., if your server application is running on Java).</em></p>
<p>One of the vulnerabilities (Reflection API vulnerability) has been patched with Java Version 7 Update 11 (released January 13). However, the JMX MBean vulnerability was not patched so Java is still vulnerable to exploitation.</p>
<p>Whether disabling Java is practical or not depends if the user needs to run Java for certain web applications. But for most cases, it is recommended for Java to be disabled.</p>
<p>Alternatively, you may want to run one browser with Java enabled for those mission-critical applications and another browser with Java disabled for day-to-day browsing.</p>
<p>Since Java Version 7 Update 10 (7u10), one can disable Java on browsers system-wide (if one has multiple browsers) through the Control Panel.</p>
<p>Otherwise, you need to configure each browser to disable Java.</p>
<p>Oracle has instructions on how to disable Java on the web browser through the link below:<br />
<a href="http://www.java.com/en/download/help/disable_browser.xml">http://www.java.com/en/download/help/disable_browser.xml</a></p>
<p>References:<br />
<a href="http://www.kb.cert.org/vuls/id/625617">http://www.kb.cert.org/vuls/id/625617</a><br />
<a href="http://news.softpedia.com/news/Java-7-Update-11-Addresses-the-Flaw-Partly-Fixed-in-October-2012-Experts-Say-320792.shtm">http://news.softpedia.com/news/Java-7-Update-11-Addresses-the-Flaw-Partly-Fixed-in-October-2012-Experts-Say-320792.shtm</a>l</p>
<img src="http://feeds.feedburner.com/~r/grassrootsinfosec/~4/eI4eBDPUZwM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://quiogue.com/2013/01/22/288/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://quiogue.com/2013/01/22/288/</feedburner:origLink></item>
		<item>
		<title>Small Business Security Part 1</title>
		<link>http://feedproxy.google.com/~r/grassrootsinfosec/~3/wFCZaXMWReY/</link>
		<comments>http://quiogue.com/2012/09/17/small-business-security-part-1/#comments</comments>
		<pubDate>Mon, 17 Sep 2012 08:52:59 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Security Awareness]]></category>

		<guid isPermaLink="false">http://quiogue.com/?p=285</guid>
		<description><![CDATA[Majority of businesses around the world are considered small medium enterprises (SMEs).  There are a number of definitions based on the number of employees but we will assume 1-500 employees. A lot of these organisations are resource-strapped and often security may not be on their list of priorities.  But as a customer, you would still [...]]]></description>
				<content:encoded><![CDATA[<p><span class='drop_cap'>M</span>ajority of businesses around the world are considered small medium enterprises (SMEs).  There are a number of definitions based on the number of employees but we will assume 1-500 employees. A lot of these organisations are resource-strapped and often security may not be on their list of priorities.  But as a customer, you would still want your data protected by the businesses you deal with no matter how small they are.</p>
<p>So I&#8217;m running a set of articles based on what I believe are critical for securing your organisation&#8217;s information.  The target is normally those organisations that do not have a dedicated security team.</p>
<p>Normally, I would start with identifying what your business goals are as that will always frame/drive an  information security programme.  But as I cannot customise the articles for an organisation, I will be making some general objective.</p>
<ul>
<li>To protect the confidentiality, integrity and availability of mission-critical information the organisation collects and processes in a cost-effective manner.</li>
</ul>
<div>It&#8217;s not as specific as I would like but it should cover what is needed.</div>
<h1>#1 Identify Your Mission-Critical Information</h1>
<p>The number one step is to actually identify what and where your mission-critical information are.  These are information that are used by the business on a day-to-day basis, without which you have no business.  Or if these were compromised or stolen have the impact of making you go out of business.  These are also information that have regulatory/legal requirements (e.g., personally identifiable information).</p>
<p>I believe in the maxim: &#8220;You cannot protect what you do not know.&#8221;</p>
<p>Some examples include:</p>
<ul>
<li>Customer Information</li>
<li>Employee Information</li>
<li>Financial Account Information</li>
<li>Health Information</li>
<li>Personally Identifiable Information</li>
<li>Intellectual Property (e.g., if you develop or create intellectual property).</li>
</ul>
<p>Identify where they are located (e.g., cabinets, with a vendor, on one of your systems) and who is responsible for them (e.g., employee records are normally the responsibility of Human Resources or if your organisation is small, the Office Manager).</p>
<p>Using a spreadsheet, put the information list and their location and responsible owner.</p>
<p>That is it for step 1.  We will be using this list moving forward.</p>
<img src="http://feeds.feedburner.com/~r/grassrootsinfosec/~4/wFCZaXMWReY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://quiogue.com/2012/09/17/small-business-security-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://quiogue.com/2012/09/17/small-business-security-part-1/</feedburner:origLink></item>
		<item>
		<title>October is Cyber Security Month</title>
		<link>http://feedproxy.google.com/~r/grassrootsinfosec/~3/1xSlzECgOSI/</link>
		<comments>http://quiogue.com/2012/09/16/october-is-cyber-security-month/#comments</comments>
		<pubDate>Sun, 16 Sep 2012 08:41:28 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Security Awareness]]></category>
		<category><![CDATA[STOP.THINK.CONNECT]]></category>

		<guid isPermaLink="false">http://quiogue.com/?p=279</guid>
		<description><![CDATA[Well, it&#8217;s that time of the year again where we crank up our efforts in improving security awareness in the community.  I&#8217;ll be posting some messages during October in relation to this but please help in the effort as well. The US Department of Homeland Security has a page on the effort: http://www.dhs.gov/national-cyber-security-awareness-month Europe has also [...]]]></description>
				<content:encoded><![CDATA[<p><span class='drop_cap'>W</span>ell, it&#8217;s that time of the year again where we crank up our efforts in improving security awareness in the community.  I&#8217;ll be posting some messages during October in relation to this but please help in the effort as well.</p>
<p>The US Department of Homeland Security has a page on the effort: <a href="http://www.dhs.gov/national-cyber-security-awareness-month">http://www.dhs.gov/national-cyber-security-awareness-month</a></p>
<p><img class="aligncenter" src="http://stopthinkconnect.org/images/logo.png" alt="" /></p>
<p>Europe has also a Cyber Security Month: <a href="http://www.enisa.europa.eu/activities/cert/security-month">http://www.enisa.europa.eu/activities/cert/security-month</a></p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/09/European-Cyber-Security-Month-logo_quadri.jpg"><img class="aligncenter size-medium wp-image-282" title="European-Cyber-Security-Month-logo_quadri" src="http://quiogue.com/wp-content/uploads/2012/09/European-Cyber-Security-Month-logo_quadri-192x300.jpg" alt="" width="192" height="300" /></a></p>
<img src="http://feeds.feedburner.com/~r/grassrootsinfosec/~4/1xSlzECgOSI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://quiogue.com/2012/09/16/october-is-cyber-security-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://quiogue.com/2012/09/16/october-is-cyber-security-month/</feedburner:origLink></item>
		<item>
		<title>Oracle Updates Java to Fix Recent Vulnerability: Please Update!</title>
		<link>http://feedproxy.google.com/~r/grassrootsinfosec/~3/t9SqSWeQ4wo/</link>
		<comments>http://quiogue.com/2012/08/31/oracle-updates-java-to-fix-recent-vulnerability-please-update/#comments</comments>
		<pubDate>Fri, 31 Aug 2012 07:41:22 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Safer Browsing]]></category>

		<guid isPermaLink="false">http://quiogue.com/?p=267</guid>
		<description><![CDATA[Well, it appears that Oracle did send an out-of-band update to the vulnerability mentioned a few days ago (http://www.kb.cert.org/vuls/id/636312) which is actively being exploited.  The vulnerability affects Oracle Java running on web browsers (and allows malicious sites to install/run malicious software on your computer).  If you are running the Apple-provided Java on Mac OS X [...]]]></description>
				<content:encoded><![CDATA[<p><span class='drop_cap'>W</span>ell, it appears that Oracle did send an out-of-band update to the vulnerability mentioned a few days ago (<a href="http://www.kb.cert.org/vuls/id/636312">http://www.kb.cert.org/vuls/id/636312</a>) which is actively being exploited.  The vulnerability affects Oracle Java running on web browsers (and allows malicious sites to install/run malicious software on your computer).  If you are running the Apple-provided Java on Mac OS X (which is running Java 6) then you&#8217;re not affected by the vulnerability.</p>
<p>Updates are available for Oracle Java 7 Update 6 (and earlier) and Java 6 Update 34 (and earlier).  These can be found through the Reference link below or if you use Microsoft Windows, go to Control Panel &gt;&gt; Java.  And then choose the Update folder tab and click on Update Now.</p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/31-08-2012-08-39-44.png"><img class="alignnone size-full wp-image-269" title="31-08-2012 08-39-44" src="http://quiogue.com/wp-content/uploads/2012/08/31-08-2012-08-39-44.png" alt="" width="450" height="512" /></a></p>
<p>To verify if you have the latest version of Java, use your browser to go to <a href="http://www.java.com/en/download/installed.jsp">http://www.java.com/en/download/installed.jsp</a> (it is recommended to copy and paste the URL to your browser instead of just clicking on the link).</p>
<p>The fixed version would be Oracle Java 7 Update 7 and Java 6 Update 35.</p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/31-08-2012-08-35-01.png"><img class="alignnone size-full wp-image-268" title="31-08-2012 08-35-01" src="http://quiogue.com/wp-content/uploads/2012/08/31-08-2012-08-35-01.png" alt="" width="402" height="272" /></a></p>
<p>Be safe everyone!</p>
<p>Reference:</p>
<p>http://www.oracle.com/technetwork/topics/security/alert-cve-2012-4681-1835715.html</p>
<img src="http://feeds.feedburner.com/~r/grassrootsinfosec/~4/t9SqSWeQ4wo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://quiogue.com/2012/08/31/oracle-updates-java-to-fix-recent-vulnerability-please-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://quiogue.com/2012/08/31/oracle-updates-java-to-fix-recent-vulnerability-please-update/</feedburner:origLink></item>
		<item>
		<title>Disabling Java on Your Browser</title>
		<link>http://feedproxy.google.com/~r/grassrootsinfosec/~3/Gj3Pz01c-4g/</link>
		<comments>http://quiogue.com/2012/08/29/disabling-java-on-your-browser/#comments</comments>
		<pubDate>Wed, 29 Aug 2012 09:20:26 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Alerts]]></category>
		<category><![CDATA[0-day]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://quiogue.com/?p=252</guid>
		<description><![CDATA[If you have not heard about it just yet but there is a zero-day vulnerability affecting Oracle and OpenJDK Java 1.7 (also known as Java 7).  If exploited successfully (e.g., through accessing a malicious web page), it could run malicious software on your computer.  The vulnerability is being actively exploited in the wild and exploit [...]]]></description>
				<content:encoded><![CDATA[<p><span class="drop_cap">I</span>f you have not heard about it just yet but there is a zero-day vulnerability affecting Oracle and OpenJDK Java 1.7 (also known as Java 7).  If exploited successfully (e.g., through accessing a malicious web page), it could run malicious software on your computer.  The vulnerability is being actively exploited in the wild and exploit code is publicly available.</p>
<p>I do not expect Oracle to release an emergency patch anytime soon and the next patch cycle is in October.  So the current recommendation is to disable Java where possible.  This will be difficult for those who use applications that run on Java.  For this case, I would probably use 2 browsers.  One with Java disabled to use for normal browsing.  The other with Java enabled used only for trusted applications.</p>
<p>In any case, I&#8217;ll be explaining on how to disable Java on several browsers to help you on your way.</p>
<h1>Google Chrome</h1>
<p>In Google Chrome, click on the wrench icon (similar to the one below) and go to &#8216;Options&#8217;.</p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-05-46.png"><img class="size-full wp-image-253 alignleft" title="29-08-2012 10-05-46" src="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-05-46.png" alt="" width="30" height="26" /></a></p>
<p>&nbsp;</p>
<p>Choose &#8216;Settings&#8217;  and at the bottom of the screen, choose &#8216;Show advanced settings&#8230;&#8217;.</p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-09-18.png"><img class="size-full wp-image-254 alignleft" title="29-08-2012 10-09-18" src="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-09-18.png" alt="" width="101" height="199" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-09-47.png"><img class="alignnone size-full wp-image-255" title="29-08-2012 10-09-47" src="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-09-47.png" alt="" width="325" height="161" /></a></p>
<p>Your settings screen will expand further.</p>
<p>Under the Privacy section, choose &#8216;Content settings&#8230;&#8217;.</p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-12-32.png"><img class="alignnone size-full wp-image-256" title="29-08-2012 10-12-32" src="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-12-32.png" alt="" width="612" height="111" /></a></p>
<p>A dialogue box will appear and scroll down until you reach the &#8216;Plug-ins&#8217; section and choose &#8216;Disable individual plug-ins&#8230;&#8217;</p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-13-42.png"><img class="alignnone size-full wp-image-257" title="29-08-2012 10-13-42" src="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-13-42.png" alt="" width="282" height="162" /></a></p>
<p>You will be shown a list of plug-ins in another tab.  Look for the Java entry and choose Disable.</p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-14-38.png"><img class="alignnone size-full wp-image-258" title="29-08-2012 10-14-38" src="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-14-38.png" alt="" width="168" height="78" /></a></p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-15-36.png"><img class="alignnone size-full wp-image-259" title="29-08-2012 10-15-36" src="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-15-36.png" alt="" width="316" height="62" /></a></p>
<p>When you click on Disable, the text will become faded similar to the one below.  Do not click anything further in the Plug-ins section.</p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-17-32.png"><img class="alignnone size-full wp-image-260" title="29-08-2012 10-17-32" src="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-17-32.png" alt="" width="306" height="66" /></a></p>
<p>You can then proceed to close the &#8216;Plug-ins&#8217; and the &#8216;Settings &#8211; Content settings&#8217; tabs.</p>
<p><a href="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-18-54.png"><img class="alignnone size-full wp-image-261" title="29-08-2012 10-18-54" src="http://quiogue.com/wp-content/uploads/2012/08/29-08-2012-10-18-54.png" alt="" width="432" height="56" /></a></p>
<p>And you&#8217;re done.</p>
<p>&nbsp;</p>
<p>References:</p>
<p><a href="http://www.kb.cert.org/vuls/id/636312">http://www.kb.cert.org/vuls/id/636312</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/grassrootsinfosec/~4/Gj3Pz01c-4g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://quiogue.com/2012/08/29/disabling-java-on-your-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://quiogue.com/2012/08/29/disabling-java-on-your-browser/</feedburner:origLink></item>
		<item>
		<title>Risks of Contactless Bank Cards</title>
		<link>http://feedproxy.google.com/~r/grassrootsinfosec/~3/5Oapfnokd3E/</link>
		<comments>http://quiogue.com/2012/08/08/risks-of-contactless-bank-cards/#comments</comments>
		<pubDate>Wed, 08 Aug 2012 13:23:21 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Alerts]]></category>
		<category><![CDATA[contactless]]></category>
		<category><![CDATA[contactless cards]]></category>
		<category><![CDATA[contactless debit cards]]></category>
		<category><![CDATA[debit cards]]></category>
		<category><![CDATA[nfc]]></category>
		<category><![CDATA[risks]]></category>

		<guid isPermaLink="false">http://quiogue.com/?p=244</guid>
		<description><![CDATA[So a number of banks in Ireland have finally decided to ditch Laser cards and move towards Visa Debit and similar bank cards.  I have no major issues with the standard chip and pin cards.  The problem is with the contactless bank cards where you can use these cards with Visa payWave or MasterCard PayPass [...]]]></description>
				<content:encoded><![CDATA[<p><span class="drop_cap">S</span>o a number of banks in Ireland have finally decided to ditch Laser cards and move towards Visa Debit and similar bank cards.  I have no major issues with the standard chip and pin cards.  The problem is with the contactless bank cards where you can use these cards with Visa payWave or MasterCard PayPass shops.  You would normally have your card in your wallet so what happens is that you just take out your wallet and put it close to the card reader without taking out your card.</p>
<p>You can hold your card from a certain distance (around 10cm or 4 inches if using ISO 14443) from a card reader and it will allow you to pay up to a certain amount (€15 in Ireland) without signatures or a PIN.  There is a security control that if you transact a certain number of times, you will be prompted to type in your PIN to complete the transaction.  It is very convenient but not without its risks.</p>
<p>The technology used is called Near Field Communications (NFC) which builds (improves?) upon radio frequency identification (RFID) technologies.</p>
<p>If you go to the Smart Card alliance website, it specifies a number of security features of these contactless cards.  But if you read closely, they tend to use the word &#8216;can&#8217; a lot.  For example:</p>
<p style="padding-left: 30px;"><em>Strong information security. For applications requiring complete data protection, information stored on cards or documents using contactless smart card technology <span style="text-decoration: underline;">can</span> be encrypted and communication between the contactless smart card-based device and the reader <span style="text-decoration: underline;">can</span> be encrypted to prevent eavesdropping. Hashes and/or digital signatures <span style="text-decoration: underline;">can</span> be used to ensure data integrity and to authenticate the card and the credentials it contains. Cryptographically strong random number generators <span style="text-decoration: underline;">can</span> be used to enable dynamic cryptographic keys, preventing replay attacks.</em> [Smart Cards FAQ]</p>
<p>It makes you think if they don&#8217;t seem to be a requirement but rather an option.</p>
<p>viaForensics developed a proof of concept app that allows the app on an Android device to read data from contactless bank cards by placing the device within the transmission zone of the card.  And it appears that the device could read the following:</p>
<ul>
<li>Name on Card</li>
<li>Full Card Number (i.e., credit or debit card number)</li>
<li>Expiration Date</li>
</ul>
<p>Given that they didn&#8217;t access your CVV/CVV2 number (i.e., the last 3 digits on the other side of the card), the information gained can still be used to do some purchases on sites like Amazon which doesn&#8217;t require CVV/CVV2 to complete a transaction.</p>
<p>It is also possible that a device could be made that could read the information from longer distances &#8211; a standard only gives guidelines on a card&#8217;s transmission zone but one can always create devices that go beyond the standards.  For example, an NFC device with a directed antennae may be able to read for longer distances.</p>
<p>So what can you do?  If you are not comfortable with a contactless card, you can:</p>
<div>
<ul>
<li>Request a contact only card from your bank.  You should be given the option for such.  If a bank doesn&#8217;t do it then it&#8217;s time for consumer activism.   <img src='http://quiogue.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>Wrap the card in tin foil to block the radio signals from reaching the card.  I believe you can get some card wraps online as well (and they used to give it away in conferences).  This only protects your card while it&#8217;s in the wrap.  Once you take it out to pay then it becomes susceptible to reading the above information.</li>
</ul>
<p>Clearly, contactless cards prioritise convenience over the security of the information on your card.  Yes, there are things that are protected but there are still other information that are left unprotected which can be used by criminals.  So if you so happen to get one of these cards, please exercise extra precaution on protecting it.</p>
</div>
<p>Be safe everyone.</p>
<p>References:</p>
<p><a href="http://www.siliconrepublic.com/business/item/22529-bank-of-ireland-launches-co">http://www.siliconrepublic.com/business/item/22529-bank-of-ireland-launches-co</a></p>
<p><a href="http://www.channel4.com/news/millions-of-barclays-card-users-exposed-to-fraud">http://www.channel4.com/news/millions-of-barclays-card-users-exposed-to-fraud</a></p>
<p><a href="http://www.smartcardalliance.org/pages/smart-cards-faq">http://www.smartcardalliance.org/pages/smart-cards-faq</a></p>
<p><a href="https://viaforensics.com/security/security-update-contactless-nfc-credit-cards.html">https://viaforensics.com/security/security-update-contactless-nfc-credit-cards.html</a></p>
<img src="http://feeds.feedburner.com/~r/grassrootsinfosec/~4/5Oapfnokd3E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://quiogue.com/2012/08/08/risks-of-contactless-bank-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://quiogue.com/2012/08/08/risks-of-contactless-bank-cards/</feedburner:origLink></item>
	</channel>
</rss>
