CVE-2015-7312

Advisory lineage Upstream: 0 Downstream: 7
Modified
Published: 16 Nov 2015, 11:00
Last modified:06 Aug 2024, 07:43

Vulnerability Summary

Overall Risk (default)
medium
28/100
CVSS Score
4.4 MEDIUM
v2.0 (nvd)
EPSS Score
0.04% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
1 found
Dark Web
Not detected

Timeline

16 Nov 2015, 11:00
Published
Vulnerability first disclosed
06 Aug 2024, 07:43
Last Modified
Vulnerability information updated

Description

Multiple race conditions in the Advanced Union Filesystem (aufs) aufs3-mmap.patch and aufs4-mmap.patch patches for the Linux kernel 3.x and 4.x allow local users to cause a denial of service (use-after-free and BUG) or possibly gain privileges via a (1) madvise or (2) msync system call, related to mm/madvise.c and mm/msync.c.

CVSS Metrics

  • v2.0MEDIUMScore: 4.4AV:L/AC:M/Au:N/C:P/I:P/A:P

EPSS Trends

Current EPSS score: 0.04% Percentile: 12%

Techniques & Countermeasures

  • CWE-362Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

    The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

  • 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

  • debiandebian_linux

    8.0

  • linuxlinux_kernel

    ≥ 3.0.0, ≤ 3.19.8 | ≥ 4.0.0, ≤ 4.20.15

References (4)