<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://kernsec.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Bug_Classes%2FHeap_overflow</id>
	<title>Bug Classes/Heap overflow - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://kernsec.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Bug_Classes%2FHeap_overflow"/>
	<link rel="alternate" type="text/html" href="http://kernsec.org/wiki/index.php?title=Bug_Classes/Heap_overflow&amp;action=history"/>
	<updated>2026-05-07T12:04:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>http://kernsec.org/wiki/index.php?title=Bug_Classes/Heap_overflow&amp;diff=3729&amp;oldid=prev</id>
		<title>KeesCook: Created page with &quot;= Details = Heap overflows tend to occur due to integer overflows or otherwise broken bounds checking. Exploits overwrite adjacent heap memory, or manipulate the heap metadata...&quot;</title>
		<link rel="alternate" type="text/html" href="http://kernsec.org/wiki/index.php?title=Bug_Classes/Heap_overflow&amp;diff=3729&amp;oldid=prev"/>
		<updated>2015-11-04T22:11:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Details = Heap overflows tend to occur due to integer overflows or otherwise broken bounds checking. Exploits overwrite adjacent heap memory, or manipulate the heap metadata...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Details =&lt;br /&gt;
Heap overflows tend to occur due to integer overflows or otherwise broken bounds checking. Exploits overwrite adjacent heap memory, or manipulate the heap metadata values.&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&lt;br /&gt;
* [http://blog.includesecurity.com/2014/06/exploit-walkthrough-cve-2014-0196-pty-kernel-race-condition.html pty race condition]&lt;br /&gt;
&lt;br /&gt;
= Mitigations =&lt;br /&gt;
&lt;br /&gt;
* runtime validation of variable size vs copy_to_user/copy_from_user size (e.g. PAX_USERCOPY)&lt;br /&gt;
* guard pages&lt;br /&gt;
* metadata validation (e.g. glibc's heap protections)&lt;/div&gt;</summary>
		<author><name>KeesCook</name></author>
	</entry>
</feed>