Use-after-free vulnerability in the nfqnl_zcopy function in net/netfilter/nfnetlink_queue_core.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. NOTE: the affected code was moved to the skb_zerocopy function in net/core/skbuff.c before the vulnerability was announced.
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://lkml.org/lkml/2014/3/20/421 | mailing list exploit third party advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=1079012 | issue tracking third party advisory |
http://www.ubuntu.com/usn/USN-2240-1 | third party advisory vendor advisory |
http://www.securityfocus.com/bid/66348 | vdb entry third party advisory |
http://secunia.com/advisories/59599 | third party advisory broken link |
https://exchange.xforce.ibmcloud.com/vulnerabilities/91922 | vdb entry third party advisory |
http://seclists.org/oss-sec/2014/q1/627 | third party advisory mailing list |
http://www.openwall.com/lists/oss-security/2014/03/20/16 | mailing list third party advisory patch |