CVE-2014-2568
Vulnerability Summary
Timeline
Description
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.
CVSS Metrics
- v2.0•LOW•Score: 2.9AV:A/AC:M/Au:N/C:P/I:N/A:N
EPSS Trends
Current EPSS score: 0.19%• Percentile: 41%
Techniques & Countermeasures
- CWE-416•Use After Free
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.
Affected Systems
- canonical•ubuntu_linux
14.04
- linux•linux_kernel
≥ 3.0, ≤ 3.13.6
References (8)
- https://lkml.org/lkml/2014/3/20/421
- https://bugzilla.redhat.com/show_bug.cgi?id=1079012
- http://www.ubuntu.com/usn/USN-2240-1
- http://www.securityfocus.com/bid/66348
- http://secunia.com/advisories/59599
- https://exchange.xforce.ibmcloud.com/vulnerabilities/91922
- http://seclists.org/oss-sec/2014/q1/627
- http://www.openwall.com/lists/oss-security/2014/03/20/16