Report: Vulnerability type distributions in CVE
[Posted October 5, 2006 by corbet]
Steve Christey at MITRE has done a bunch of statistics crunching on five
years of CVE vulnerability entries. The
resulting report
makes interesting reading. "
Format string vulnerabilities appear
more frequently in open source. There are probably several factors. First,
susceptible API library calls such as printf() are easily found in source
code using crude methods, whereas binary reverse engineering techniques are
not conducted by many researchers (this might also be an explanation for
symbolic link issues). Second, many format string problems seem to occur in
rarely-triggered error conditions, which makes them more difficult to test
with black box methods."
(
Log in to post comments)