Use-after-free vulnerability in the skb_segment function in net/core/skbuff.c in the Linux kernel through 3.13.6 allows attackers to obtain sensitive information from kernel memory by leveraging the absence of a certain orphaning operation.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://bugzilla.redhat.com/show_bug.cgi?id=1074589 | issue tracking |
http://www.spinics.net/lists/netdev/msg274250.html | third party advisory mailing list |
http://lists.opensuse.org/opensuse-security-announce/2015-03/msg00010.html | third party advisory vendor advisory |
https://github.com/torvalds/linux/commit/1fd819ecb90cc9b822cd84d3056ddba315d3340f | patch vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2015-03/msg00025.html | third party advisory vendor advisory |
http://www.spinics.net/lists/netdev/msg274316.html | mailing list third party advisory patch |
http://www.openwall.com/lists/oss-security/2014/03/10/4 | third party advisory mailing list |
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=1fd819ecb90cc9b822cd84d3056ddba315d3340f |