---
layout: post
title: MS and Security
date: 2002-08-06
tags: ["Geek"]
---

All of you know my opinions on [Microsoft](http://www.microsoft.com) and security.  Normally the security problems Microsoft products have are the result of sloppy programming (and are relatively easy to fix), but every once in a while we get a serious design flaw.

This is one of those cases.  Read on for details
<!--more-->
The link provided below gives intricate details, and I recommend any technically oriented (whether you are a programmer or not) person to read it.  If you don't write win32 code, you won't get it all, but the implications are still clear.

The article describes a simple manner that *any* user no matter how few privileges they have on a Window's desktop can get LocalSystem (effectively administrator) privileges.

I am just stunned at the simplicity of this hole, and the fact that I agree with the author that it probably can't be fixed.

[Exploiting design flaws in the Win32 API for privilege escalation.](http://security.tombom.co.uk/shatter.html)
