CVE-2014-2568

Advisory lineage Upstream: 0 Downstream: 4
Modified
Published: 24 Mar 2014, 10:00
Last modified:06 Aug 2024, 10:21

Vulnerability Summary

Overall Risk (default)
low
22/100
CVSS Score
2.9 LOW
v2.0 (nvd)
EPSS Score
0.19% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
1 found
Dark Web
Not detected

Timeline

24 Mar 2014, 10:00
Published
Vulnerability first disclosed
06 Aug 2024, 10:21
Last Modified
Vulnerability information updated

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.0LOWScore: 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-416Use 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

  • canonicalubuntu_linux

    14.04

  • linuxlinux_kernel

    ≥ 3.0, ≤ 3.13.6

References (8)