6.5
CVE-2021-37122
- EPSS 0.06%
- Published 27.10.2021 01:15:07
- Last modified 21.11.2024 06:14:41
- Source psirt@huawei.com
- Teams watchlist Login
- Open Login
There is a use-after-free (UAF) vulnerability in Huawei products. An attacker may craft specific packets to exploit this vulnerability. Successful exploitation may cause the service abnormal. Affected product versions include:CloudEngine 12800 V200R005C10SPC800,V200R019C00SPC800;CloudEngine 5800 V200R005C10SPC800,V200R019C00SPC800;CloudEngine 6800 V200R005C10SPC800,V200R005C20SPC800,V200R019C00SPC800;CloudEngine 7800 V200R005C10SPC800,V200R019C00SPC800.
Data is provided by the National Vulnerability Database (NVD)
Huawei ≫ Cloudengine 12800 Firmware Versionv200r005c10spc800
Huawei ≫ Cloudengine 12800 Firmware Versionv200r019c00spc800
Huawei ≫ Cloudengine 5800 Firmware Versionv200r005c10spc800
Huawei ≫ Cloudengine 5800 Firmware Versionv200r019c00spc800
Huawei ≫ Cloudengine 6800 Firmware Versionv200r005c10spc800
Huawei ≫ Cloudengine 6800 Firmware Versionv200r005c20spc800
Huawei ≫ Cloudengine 6800 Firmware Versionv200r019c00spc800
Huawei ≫ Cloudengine 7800 Firmware Versionv200r005c10spc800
Huawei ≫ Cloudengine 7800 Firmware Versionv200r019c00spc800
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.06% | 0.152 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 6.5 | 2.8 | 3.6 |
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
nvd@nist.gov | 3.3 | 6.5 | 2.9 |
AV:A/AC:L/Au:N/C:N/I:N/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.