...
A Linux kernel vmsplice
exploit, described by Rafal Wojtczuk [Wojtczuk 2008], documents a vulnerability and exploit arising from a buffer overflow (caused by unsigned integer wrapping).
Don Bailey [Bailey 2014] describes an unsigned integer overflow vulnerability in the LZO compression algorithm which can be exploited in some implementations.
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...
Bibliography
[Bailey 2014] | Raising Lazarus - The 20 Year Old Bug that Went to Mars |
[Dowd 2006] | Chapter 6, "C Language Issues" ("Arithmetic Boundary Conditions," pp. 211–223) |
[ISO/IEC 9899:2011] | 6.2.5, "Types" |
[Seacord 2013b] | Chapter 5, "Integer Security" |
[Viega 2005] | Section 5.2.7, "Integer Overflow" |
[VU#551436] | |
[Warren 2002] | Chapter 2, "Basics" |
[Wojtczuk 2008] | |
[xorl 2009] | "CVE-2009-1385: Linux Kernel E1000 Integer Underflow" |
...