Related Posts
- Google Officially Announces Desktop Linux-based OS In their official blog, Google has finally let us know...
- Google iPhone Search App Problems with British Accents On Monday, Google's new voice search application for the iPhone...
- Is Microsoft Against the Same Thing Linux Is Against in the Desktop Market? Microsoft's new interface to Live Search, called Bing, seems to...
- Before Railing Apple or AT&T, Do You Know What Google Voice Does? I had to laugh while browsing through comments on one...
- Google Search Quality Site Reviews Returning from an extended weekend I felt the need to...
- Apple vs Google: The war of the digital giants There have been reports that Apple is in negotiation with...
- Pay-per-click to advertise your business If you have ever used a search engine, you have...
- Online Marketing is the Need of the Hour Online Marketing is the Need of the Hour by Lewis...
Tags: apple, bing, google, ubuntu
Filed under Tech Trends :
Comments (0) :
Jan 28th, 2010 by Wyatt Walter
No Dig on Ubuntu 9.10 Minimum Virtual Machine
Well, I guess Canonical has taken the idea of “minimum virtual machine” to the extreme. The 9.10 version of Ubuntu Server JeOS (F4 + select “Minimal Virtual Machine” at install time) apparently doesn’t include dig in the default installed packages.
I was shocked when my new virtual machine was having problems with connecting to the Ubuntu repositories and I couldn’t do a dig as a test:
-bash: dig: command not found
I’ve never seen a Linux distro without dig installed by default, but apparently it’s not as necessary to others as I would have thought..
Anyway, the package comes with the dnsutils package:
sudo apt-get install dnsutils
- Windows 7 RC1 Released to MSDN and TechNet Release Candidate 1 of Windows 7 was released yesterday to...
- Obama's "Secure" Blackberry Okay, I guess I was behind the 8 ball yesterday...
- 2X App Server Client on 64-bit Ubuntu Today I got to replace my aging Ubuntu desktop with...
- Oversimplified NFS Server How-To This how-to assumes that both systems are running Ubuntu, although...
- How to Choose and Install Automatic Lawn Sprinklers Though it might look like an intimidating project, you can...
- Ubuntu 9.04 kicks Windows 7's ass! #tech #ubuntu #windows7 A few days ago I posted about my disasterous experiences...
- Save Time, Money and Space in Over 80 Ways If you're looking for handy gadgets, tools and various items...
- Download the Google Chrome OS Virtual Machine Download the Google Chrome OS Virtual Machine. GeekLad Last week,...
Tags: ubuntu
Filed under How-Tos / Tips :
Comments (0) :
Jan 26th, 2010 by Wyatt Walter
IE Is The Only Secure Browser? Please
It’s no secret that Microsoft’s Internet Explorer has been taking a beating over the past week. After all, Google, the world’s most popular search engine company has blamed a vulnerability in IE for allowing attacks on its systems. After Microsoft admitted it was indeed a flaw in IE that made the attacks possible, the German government released a statement urging people to switch browsers and a similar statement from the government in France soon followed. Microsoft obviously came back with a statement urging users that those governments’ advise was far too strong of a reaction.
Part if Microsoft’s message was spot-on. Switching to a different browser due to a single flaw is a really over-dramatic reaction to the situation. If I immediately stopped using any product that had a vulnerability, I would communicate with no one. Even physical mail can be stolen and has been stolen in the past, therefore one would be forced to live in a hole in the ground, not communicating at all. I would recommend not using IE for far bigger reasons than this single vulnerability, but switching solely because of this is purely sensationalism.
On the other hand, the rest of Microsoft’s message was taken to the opposite extreme. They responded by informing users that switching to a different browser would lead them to an even greater threat. Quoting from Cliff Evans at Microsoft (via TechRadar.com):
The net effect of switching [from IE] is that you will end up on less secure browser
The risk [over this specific] exploit is minimal compared to Firefox or other competing browsers… you will be opening yourself up to security issues.
I’m not aware that the vulnerability exists in other products, but those products may have other vulnerabilities.
As much as I want to say that was intended as a joke, it’s not. Yup, instead of using products that might have vulnerabilities that Microsoft’s UK Security Chief “isn’t aware of”, users should feel comfortable using a browser that has known vulnerabilities used in a real life attack. No, I’m not switching up my stance that users should switch purely for this one incident, but to claim IE as the only secure browser in the world is absolutely ridiculous and laughable. IE’s history doesn’t help it much, but I’ll give them the benefit of the doubt on this one and let that part go.
Related Posts- Google Enters the Offline Client Game Google has finally entered the ranks of its email competitors...
- What My Phone Doesn't Have That Others Do There was an article from TG Daily that made it...
- Mozilla Doesn't Want Firefox to Be Bundled With Windows Firefox architect, Mike Connor has come out and said that...
- Soon We Will See Just How Loyal Search Users Are With today's announcement that Canonical is changing the default search...
- Happy New Year! photo credit: claudmey It's a brand new day and a...
- Microsoft VS Google: Collaborative Intelligence in Computing Google announced last night it would be developing an operating...
- 2010: My Fifth Annual List Of The Tech Products I Love And Use Every Day It’s time for my annual list of technology products that...
- Game Preview: Florida Gators vs. Mississippi State Bulldogs Turnovers are Sticking in the Mind of Urban Meyer! With...
Tags: internet explorer, microsoft, security
Filed under News :
Comments (0) :
Jan 19th, 2010 by Wyatt Walter
Insecurity by Non-Obscurity
I was a bit shocked and disheartened tonight to discover that my WordPress version was being broadcast to the world without me knowing it. It’s something that I hadn’t ever really given much thought to, mostly because I always assumed that a piece of information like that wasn’t being given out. What was even more disheartening to me was what I discovered as the method for disabling this broadcasting of my version number. The easiest way, by far, was to just install the Secure WordPress extension (or I could dive into a bit of their PHP code and have to make the change with each upgrade, not so much fun). Not so long ago, there was a huge ordeal about a vulnerability in WordPress 2.8.3 that allowed an attacker to reset an admin password very easily. No wonder they urged us to upgrade so quickly – your vulnerability was being broadcast.
The sad part is, broadcasting this version number isn’t something that can be disabled using the built-in settings. I don’t know what the rationale is, but one either has to edit the functions.php file in WordPress directly, or install the plugin mentioned above.
Anyway, this got me thinking about plenty of other open source softwares that I’ve disguised over the years.. For instance, perform a fresh install of Ubuntu 8.04 with the LAMP stack and you’ll see the version listed in the headers as detailed as this:
Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.9 with Suhosin-Patch Server
Yup, there it is, script kiddies. Bust out Metasploit and eat your hearts out. In this case, if one leaves the defaults enabled, the server major version, minor version, PHP version, OS, and WordPress version all are exposed. That leaves a pretty nice little attack vector.
Of course, hiding these things doesn’t mean that anything is secure. On the contrary, one must go far deeper than that. I am just disappointed in so many open source projects that cut down the time needed for any script kiddies to start playing with my public services.
Related Posts- PHP Apps: Apache vs Nginx I've always read (and witnessed) that nginx is a far...
- Adobe Bringing Flash to More Platforms It seems that Adobe is seeing the threat of Microsoft...
- Parallels Desktop 4.0 for Mac Parallels recently released the newest version of it's Mac Desktop virtualization...
- openSUSE 11.1 On VMware Yesterday I decided to install the new 11.1 release of...
- Save Time, Money and Space in Over 80 Ways If you're looking for handy gadgets, tools and various items...
- Wordpress 2.5 - Update Completed I finally got around to updating to the latest version...
- Developing WordPress Plugins on Windows using WAMP, Cygwin and Aptana Studio Developing WordPress plugins is not very difficult, in theory. PHP...
- 4 Easy Ways to Raise Your Credit Score For many Americans, dealing with a low credit score can...
Tags: linux, security, ubuntu
Filed under Tech Trends :
Comments (1) :
Jan 18th, 2010 by Wyatt Walter
The Business of Full Disclosure
I’ve been enjoying reading an interesting conversation at krebsonsecurity.com surrounding news that a security firm in Russia that is disclosing a number of vulnerabilities to a number of web and database server applications. They are releasing details over this week and the next two.
For as long as I’ve cared, I’ve always considered myself more of a “responsible disclosure” kind of a person. That is, until I heard an interesting argument that I’ve never seen very clearly articulated before. As a sysadmin, when a vulnerability in a web server (for instance) is disclosed, one can monitor for someone trying to exploit that vulnerability and stop it (or at least log what happens). Without that disclosure, one has no idea what software is vulnerable and known only to some black market somewhere. It’s odd, but humans are comforted in that way. It’s kinda like knowing that a $500 repair is coming for one’s car. It’s a lot easier pill to swallow when one knows about it, say a month or so in advance rather than being surprised by it.
However, there’s still a piece of the rationale behind Intevydis’s stance on immediate full disclosure that I still don’t quite grasp. Quoting from their blog:
You – ABCD company, making N millions per year selling your buggy XYZ product all over the world, why are you asking to give the results of the hard work during many years for free? Instead of wasting your and our time would not it be better to allocate resources to enforce good coding practices for all your amateur software developers?
Okay, so the main argument here is that they don’t want to give away their research for nothing. That is absolutely a fair thing to ask for. Knowledge and research isn’t cheap, so it’s not something that many people want to give away for free. I get it. However, I have to ask: How is full disclosure better than “responsible disclosure” (I’m using the quotes because I’m not sure how responsible so-called “responsible disclosure” is anymore) in that respect? Seriously, you don’t get paid for posting a blog entry about the latest exploit in [insert your favorite CMS here] that allows others to break into those CMSs quite easily every time one is found on the web.
And another thing, exactly who’s time are we wasting here? The developers of the software are obviously not wasting their time since they’re drawing in ‘N millions’ of dollars for the software they created. Yet, the research group is the one disclosing that they’ve found a vulnerability in the software, but they won’t tell anyone what exactly the flaw or bug is. Wait. Who’s time have we wasted now? My time for reading the report and yours for researching, finding, and sort of disclosing the vulnerability? Yes, that’s exactly who’s time was wasted. Of course, if one gets to this point in the game and are wanting money, they’re likely going to be written off as a blackmailer, but let’s be real. Either do work for pay or don’t complain about someone wasting your time for wanting you to backup claims with proof.
I really can’t grasp why full, immediate disclosure of vulnerabilities helps the problem of a revenue stream for this security company over “responsible disclosure”. There are a few indirect ways that these kinds of things can help their revenue such as consulting jobs due to exposure for finding a vulnerability. Of the ways that I can think of, though, there’s still room for a bit more of a “responsible disclosure” strategy than they are acknowledging. Not only that, but they’ve essentially burned a bridge with any software company that might hire them to do a penetration test on their network when they piss off said company.
There a ton more angles to this discussion that I simply don’t have time, nor do I suspect anyone would read much of it. However, I would like to hear from anyone who disagrees or has more to add to the discussion in the comments below.
Related Posts- The Difference Between an Apple and Microsoft Upgrade Like a good little Apple fan, I went out and...
- Windows 7: Does It Really Matter How Good It Is? There's been a lot of talk about how critical the...
- Don't Neuter Your Software If You Can't At Least Be Professional About It.. Since I was snowed in on Christmas, I got a...
- Ballmer On the Separation of Software and Hardware In another part of the recent the Churchill Club event...
- How are Roller Blading and Inline Skating Different? Roller blading is a name that has been applied to...
- Software As a Service (SaaS) Software on Demand - Using SaaS the Smart Way Software as a Service (SaaS) Today's business world demands that...
- Call Center Software - Does My Business Need It? Ten years ago most businesses would not have considered owning...
- Is Full Disclosure a Bad Idea for Corporate Blogs? In today’s current business world, the media is more savvy...
Tags: security
Filed under Tech Trends :
Comments (0) :
Jan 12th, 2010 by Wyatt Walter


