ID CVE-2017-17854
Summary kernel/bpf/verifier.c in the Linux kernel through 4.14.8 allows local users to cause a denial of service (integer overflow and memory corruption) or possibly have unspecified other impact by leveraging unrestricted integer values for pointer arithmetic.
References
Vulnerable Configurations
  • cpe:2.3:o:linux:linux_kernel:4.14:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.14:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.14.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.14.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.14.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.14.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.14.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.14.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.14.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.14.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.14.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.14.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.14.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.14.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.14.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.14.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.14.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:4.14.8:*:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
CVSS
Base: 7.2 (as of 07-02-2023 - 22:18)
Impact:
Exploitability:
CWE CWE-190
CAPEC
  • Forced Integer Overflow
    This attack forces an integer variable to go out of range. The integer variable is often used as an offset such as size of memory allocation or similarly. The attacker would typically control the value of such variable and try to get it out of range. For instance the integer in question is incremented past the maximum possible value, it may wrap to become a very small, or negative number, therefore providing a very incorrect value which can lead to unexpected behavior. At worst the attacker can execute arbitrary code.
Access
VectorComplexityAuthentication
LOCAL LOW NONE
Impact
ConfidentialityIntegrityAvailability
COMPLETE COMPLETE COMPLETE
cvss-vector via4 AV:L/AC:L/Au:N/C:C/I:C/A:C
refmap via4
misc
Last major update 07-02-2023 - 22:18
Published 27-12-2017 - 17:08
Last modified 07-02-2023 - 22:18
Back to Top