6.1
CVE-2020-7261
- EPSS 0.13%
- Published 15.04.2020 12:15:12
- Last modified 21.11.2024 05:36:56
- Source trellixpsirt@trellix.com
- Teams watchlist Login
- Open Login
Buffer Overflow via Environment Variables vulnerability in AMSI component in McAfee Endpoint Security (ENS) Prior to 10.7.0 February 2020 Update allows local users to disable Endpoint Security via a carefully crafted user input.
Data is provided by the National Vulnerability Database (NVD)
Mcafee ≫ Endpoint Security Version10.5.0 SwPlatformwindows
Mcafee ≫ Endpoint Security Version10.5.1 SwPlatformwindows
Mcafee ≫ Endpoint Security Version10.5.2 SwPlatformwindows
Mcafee ≫ Endpoint Security Version10.5.3 SwPlatformwindows
Mcafee ≫ Endpoint Security Version10.5.4 SwPlatformwindows
Mcafee ≫ Endpoint Security Version10.5.5 SwPlatformwindows
Mcafee ≫ Endpoint Security Version10.6.0 SwPlatformwindows
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.13% | 0.332 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
|
nvd@nist.gov | 2.1 | 3.9 | 2.9 |
AV:L/AC:L/Au:N/C:N/I:P/A:N
|
trellixpsirt@trellix.com | 6.1 | 0.8 | 4.7 |
CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:L/A:N
|
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-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.