7.5
CVE-2020-1799
- EPSS 0.07%
- Published 21.05.2020 15:15:09
- Last modified 21.11.2024 05:11:24
- Source psirt@huawei.com
- Teams watchlist Login
- Open Login
E6878-370 with versions of 10.0.3.1(H557SP27C233), 10.0.3.1(H563SP1C00), 10.0.3.1(H563SP1C233) has a use after free vulnerability. The software references memory after it has been freed in certain scenario, the attacker does a series of crafted operations through web portal, successful exploit could cause a use after free condition which may lead to malicious code execution.
Data is provided by the National Vulnerability Database (NVD)
Huawei ≫ E6878-370 Firmware Version10.0.3.1(h557sp27c233)
Huawei ≫ E6878-370 Firmware Version10.0.3.1(h563sp1c00)
Huawei ≫ E6878-370 Firmware Version10.0.3.1(h563sp1c233)
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.07% | 0.177 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 7.5 | 1.6 | 5.9 |
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 5.4 | 5.5 | 6.4 |
AV:A/AC:M/Au:N/C:P/I:P/A:P
|
CWE-416 Use 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.