List of software bugs

From Wikipedia, the free encyclopedia

Many software bugs are merely annoying or inconvenient but some can have extremely serious consequences - either financially or as a threat to human well-being. This is a list of the software bugs with the most notable consequences:

Contents

[edit] Space exploration

[edit] Medical

  • A bug in the code controlling the Therac-25 radiation therapy machine was directly responsible for at least five patient deaths in the 1980s when it administered excessive quantities of X-rays. [10][11][12]

[edit] Computing

  • The year 2000 problem, popularly known as the "Y2K bug", spawned fears of worldwide economic collapse and an industry of consultants providing last-minute fixes.[13] In addition, it is possible the problem could recur in 2038 (the year 2038 problem), as many Unix systems calculate the time in seconds since 1 January 1970, and store this figure as a 32-bit signed integer, for which the maximum possible value is 231 (2,147,483,648).[14]
  • The Pentium FDIV bug in which certain Intel processor chips would produce incorrect results for certain floating point division operations.[15]

[edit] Electric power transmission

[edit] Telecommunications

  • AT&T long distance network crash (January 15, 1990), in which the failure of one switching system would cause a message to be sent to nearby switching units to tell them that there was a problem. Unfortunately, the arrival of that message would cause those other systems to fail too - resulting in a 'wave' of failure that rapidly spread across the entire AT&T long distance network.[17][18]

[edit] Military

[edit] Media

  • Eve Online's deployment of the Trinity patch, which erased the boot.ini file off of several thousand users' computers. This was due to the usage of a legacy system within the game that was also named boot.ini. As such, the deletion had targeted the wrong directory instead of the /eve directory.[22]
  • In the Sony BMG CD copy prevention scandal (October 2005), Sony BMG produced a Van Zant music CD that employed a copy protection scheme that covertly installed a "rootkit" on any Windows PC that was used to play it. Their intent was to hide the copy protection mechanism to make it harder to circumvent. Unfortunately, the rootkit inadvertently opened a security hole resulting in a wave of successful trojan horse attacks on the computers of those who had innocently played the CD.[23] Sony's subsequent efforts to provide a utility to fix the problem actually exacerbated it.[24]

[edit] Encryption

  • In order to fix a warning issued by Valgrind, a maintainer of Debian patched OpenSSL and broke the random number generator in the process. The patch was uploaded in September 2006 and made its way into the official release; it was not reported until April 2008. Every key generated with the broken version is compromised, as is all data encrypted with it, threatening many applications that rely on encryption such as S/MIME, TOR, SSL or TLS protected connections and SSH.[25]

[edit] References

  1. ^ Space FAQ 08/13 - Planetary Probe History. Retrieved on 2008-01-07.
  2. ^ Hoare, C. A. R.. Hints on Programming Language Design.  in (October 1973) Sigact/Sigplan Symposium on Principles of Programming Languages. , reprinted in Horowitz. Programming Languages, A Grand Tour, 3rd ed. . See Risks Digest: Mariner 1, Vol. 9: Iss. 54, 12 Dec 89 (and Mariner I -- no holds BARred. Retrieved on 2008-01-07.
  3. ^ Jones, Eric M. (editor). Apollo 11 Lunar Surface Journal: The First Lunar Landing. NASA.
  4. ^ R. Z. Sagdeev & A. V. Zakharov (1989). "Brief history of the Phobos mission". Nature 341: 581–585. doi:10.1038/341581a0. 
  5. ^ Dowson, M. (March 1997\). "The Ariane 5 Software Failure". Software Engineering Notes 22: 84. doi:10.1145/251880.251992. 
  6. ^ Units Blunder Sent Craft Into Martian Atmosphere. Retrieved on 2008-01-07.
  7. ^ Mars Polar Lander. Retrieved on 2008-01-07.
  8. ^ Report Reveals Likely Causes of Mars Spacecraft Loss. Retrieved on 2008-01-07.
  9. ^ Faulty Software May Have Doomed Mars Orbiter. Space.com. Retrieved on January 11, 2007.
  10. ^ The Therac-25 Accidents (PDF), by Nancy Leveson. Retrieved on 2008-01-07.
  11. ^ An Investigation of the Therac-25 Accidents (IEEE Computer). Retrieved on 2008-01-07.
  12. ^ Short summary of the Therac-25 Accidents. Retrieved on 2008-01-07.
  13. ^ Looking at the Y2K bug, portal on CNN.com. Retrieved on 2008-01-07.
  14. ^ The year 2038 bug. Retrieved on 2008-01-12.
  15. ^ FDIV Replacement Program: Description of the Flaw. Intel (2004-07-09). Retrieved on 2006-12-19.
  16. ^ Software Bug Contributed to Blackout. Retrieved on 2008-01-07.
  17. ^ Sterling, Bruce. The Hacker Crackdown: Law and Disorder on the Electronic Frontier (ISBN 0-553-56370-X). Spectra Books. 
  18. ^ The Crash of the AT&T Network in 1990. Retrieved on 2008-05-15.
  19. ^ Nurrungar played fateful role in Desert Storm tragedy. Retrieved on 2008-01-07.
  20. ^ The Chinook Helicopter Disaster. Retrieved on 2008-01-07.
  21. ^ Software glitches leave Navy Smart Ship dead in the water. Retrieved on 2008-01-07.
  22. ^ About the boot.ini issue (Dev Blog). Retrieved on 2008-03-08.
  23. ^ Sony's 'rootkit' CDs. Retrieved on 2008-05-15.
  24. ^ "More on Sony: Dangerous Decloaking Patch, EULAs and Phoning Home", Mark's Blog, November 4, 2005, retrieved November 22, 2006.
  25. ^ DSA-1571-1 openssl -- predictable random number generator. Retrieved on 2008-04-16.