6.3

CVE-2017-7936

A stack-based buffer overflow issue was discovered in NXP i.MX 50, i.MX 53, i.MX 6ULL, i.MX 6UltraLite, i.MX 6SoloLite, i.MX 6Solo, i.MX 6DualLite, i.MX 6SoloX, i.MX 6Dual, i.MX 6Quad, i.MX 6DualPlus, i.MX 6QuadPlus, Vybrid VF3xx, Vybrid VF5xx, and Vybrid VF6xx. When the device is configured in security enabled configuration, SDP could be used to download a small section of code to an unprotected region of memory.

Data is provided by the National Vulnerability Database (NVD)
NxpI.Mx 50 Firmware Version-
   NxpI.Mx 50 Version-
NxpI.Mx 53 Firmware Version-
   NxpI.Mx 53 Version-
NxpI.Mx 6ull Firmware Version-
   NxpI.Mx 6ull Version-
NxpI.Mx 6ultralite Firmware Version-
   NxpI.Mx 6ultralite Version-
NxpI.Mx 6sololite Firmware Version-
   NxpI.Mx 6sololite Version-
NxpI.Mx 6solo Firmware Version-
   NxpI.Mx 6solo Version-
NxpI.Mx 6duallite Firmware Version-
   NxpI.Mx 6duallite Version-
NxpI.Mx 6solox Firmware Version-
   NxpI.Mx 6solox Version-
NxpI.Mx 6dual Firmware Version-
   NxpI.Mx 6dual Version-
NxpI.Mx 6quad Firmware Version-
   NxpI.Mx 6quad Version-
NxpI.Mx 6quadplus Firmware Version-
   NxpI.Mx 6quadplus Version-
NxpI.Mx 6dualplus Firmware Version-
   NxpI.Mx 6dualplus Version-
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.16% 0.374
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 6.3 0.4 5.9
CVSS:3.0/AV:P/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
nvd@nist.gov 4.4 3.4 6.4
AV:L/AC:M/Au:N/C:P/I:P/A:P
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer

The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

CWE-121 Stack-based Buffer Overflow

A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).