Microsoft introduced the ability to block file formats to the different programs in office and safer ways to open suspect files about a year ago.
The file blocking is not based on the file extension but on the actual format (so renaming a rich text file (.rtf) to a .doc won't get around the restriction). Unfortunately it's set by making changes in the registry and perhaps worse: it's a blacklist instead of a list of allowed file types. Still if you never intend to open e.g. rtf files, you could block it.
Microsoft Office Isolated Conversion Environment (MOICE) is an alternate way to open office files away from the actual tool. Use it instead of the real thing if you cannot resist opening that unsolicited attachment promising whatever it promises.
It seems these tools aren't widely used, hence drawing a bit more attention to them might help protect a few in the end.
--
Swa Frantzen -- Gorilla Security
Overview of the May 2008 Microsoft patches and their status.
| # | Affected | Contra Indications | Known Exploits | Microsoft rating | ISC rating(*) | |
|---|---|---|---|---|---|---|
| clients | servers | |||||
| MS08-026 | Multiple vulnerabilities allow code execution when opening a malicious file. Files opened with word and edited with word in outlook are of particular concern. Replaces MS08-009. |
|||||
| Office CVE-2008-1091 CVE-2008-1434 |
KB 951207 | No publicly known exploits | Critical | Critical | Important | |
| MS08-027 | The fixed vulnerability is an input validation failure leading to memory corruption and code execution. Replaces MS08-012 and MS07-037. |
|||||
| Publisher CVE-2008-0119 |
KB 951208 |
No publicly known exploits | Critical | Critical | Important | |
| MS08-028 | The fixed vulnerability is an input validation failure leading to a buffer overflow and allowing code execution. | |||||
| Jet database engine CVE-2007-6026 |
KB 950749 SA 950627 |
Actively exploited | Critical | PATCH NOW | Important | |
| MS08-029 |
Microsoft onecare, antigen, defender and forefront use the malware protection engine. It suffers from multiple input validation failures leading to a Denial of Service. |
|||||
|
Microsoft malware protection engine |
KB 952044 |
No publicly known exploits | Moderate | Less Urgent | Important | |
--
Swa Frantzen -- Gorilla Security
Debian and Ubuntu Linux users should look into their OpenSSH setup. It turns out the PRNG (Pseudo Random Number Generator) as used was predictable.
Remember patching isn't enough, you need to regenerate keys generated on these machines! Including those used in SSL certificates (X.509).
Worse: even good keys apparently can be exposed due to this. Quoting from the Debian reference below:
"Furthermore, all DSA keys ever used on affected Debian systems for signing or authentication purposes should be considered compromised; the Digital Signature Algorithm relies on a secret random value used during signature generation."
So merely using your (good) keys on an affected machine might be enough to get the key itself compromised.
Interested in what makes the PRNG be predictable I started reading the changelog and found this:
* Re-introducing seeding of the random number generator. Patch from the
maintainer.
-- Florian Weimer <fw@deneb.enyo.de> Thu, 08 May 2008 01:58:40 +0200
Guess that sums it up ...
Update: Alex dug deeper and found it might have been triggered by a tool to find use of uninitialized memory (valgrind) and bug report 363516
Update: Florian provided a link to a tool to detect these weak keys
--
Swa Frantzen -- Gorilla Security
Login here to post a comment. Diary Archive