No. 1 Story

HP job cuts loom for Australian employees

A number of Australian employees of Hewlett-Packard are facing the loss of their jobs as the global computer giant looks to slash its worldwide workforce by up to 30,000.

read more

Related Articles

Fuzzing, detected, 1600, Office, 2010, bugs, during, development
Microsoft is planning to dish up heapin' helpin' of security bulletins next week. So...
A highly critical vulnerability exposed in Monday in Microsoft's Internet Explorer browser, which can...
Microsoft has identified no less than eight critical flaws in its Windows and Office...
New data from Microsoft reveals that about 1 in every 300 times its scans...
Also see Microsoft says Open Office.org 10 years behind Don't miss Microsoft on the fix again...

Fuzzing detected 1600 Office 2010 bugs during development

Business IT - Security

A technique popular among security researchers has detected thousands of bugs in Microsoft software while still in the development phase.


The idea of file fuzzing to identify potential vulnerabilities is simple: you make a random alteration to a 'good' file then open it in the application of interest. The application should either open the document (because it is still well formed even though the data has changed), or display an error because the file is now incorrectly structured.

If the application crashes, it means the code hasn't correctly validated the contents of the file and something has gone wrong, perhaps because some part of the data has overwritten other values in memory.

Microsoft's current practice is to 100,000 iterations on a "representative set" of template files, said Lars Opstad, principal security group manager, science, at Microsoft's Security Engineering Center, though more or less may be required.

Vista and Windows 7 were both fuzzed by Microsoft, and around 300 bugs were fixed in each as a result. The difference was that the 250 file parsers in Vista went through 350 million iterations, while the 300+ parsers in Windows 7 were subjected to more than 3 billion.

The Vista experience was that there was a high return on investment from carrying out up to 500,000 iterations, at that carrying out at least 250,000 iterations after the last new bug was detected would catch 92% of parsers with bugs.

But effective fuzzing isn't quite that simple. See page 2.