ID CVE-2017-13715
Summary The __skb_flow_dissect function in net/core/flow_dissector.c in the Linux kernel before 4.3 does not ensure that n_proto, ip_proto, and thoff are initialized, which allows remote attackers to cause a denial of service (system crash) or possibly execute arbitrary code via a single crafted MPLS packet.
References
Vulnerable Configurations
  • cpe:2.3:o:linux:linux_kernel:4.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc8:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2:rc8:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2.0:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2.0:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.2.8:*:*:*:*:*:*:*
CVSS
Base: 10.0 (as of 17-01-2023 - 21:21)
Impact:
Exploitability:
CWE CWE-665
CAPEC
  • Leveraging Race Conditions
    The adversary targets a race condition occurring when multiple processes access and manipulate the same resource concurrently, and the outcome of the execution depends on the particular order in which the access takes place. The adversary can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance, a race condition can occur while accessing a file: the adversary can trick the system by replacing the original file with his version and cause the system to read the malicious file.
  • Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions
    This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. A typical example is file access. The adversary can leverage a file access race condition by "running the race", meaning that they would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the adversary could replace or modify the file, causing the application to behave unexpectedly.
Access
VectorComplexityAuthentication
NETWORK LOW NONE
Impact
ConfidentialityIntegrityAvailability
COMPLETE COMPLETE COMPLETE
cvss-vector via4 AV:N/AC:L/Au:N/C:C/I:C/A:C
refmap via4
bid 100517
confirm
Last major update 17-01-2023 - 21:21
Published 29-08-2017 - 01:35
Last modified 17-01-2023 - 21:21
Back to Top