Integer overflow in the oom_badness function in mm/oom_kill.c in the Linux kernel before 3.1.8 on 64-bit platforms allows local users to cause a denial of service (memory consumption or process termination) by using a certain large amount of memory.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2011/11/01/2 | mailing list exploit third party advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=750399 | issue tracking patch exploit third party advisory |
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1.8 | patch vendor advisory |
https://github.com/torvalds/linux/commit/56c6a8a4aadca809e04276eabe5552935c51387f | exploit third party advisory patch |