5.3
CVE-2020-1814
- EPSS 0.19%
- Published 18.02.2020 02:15:10
- Last modified 21.11.2024 05:11:25
- Source psirt@huawei.com
- Teams watchlist Login
- Open Login
Huawei NIP6800 versions V500R001C30, V500R001C60SPC500, and V500R005C00; Secospace USG6600 and USG9500 versions V500R001C30SPC200, V500R001C30SPC600, V500R001C60SPC500, and V500R005C00 have a Dangling pointer dereference vulnerability. An authenticated attacker may do some special operations in the affected products in some special scenarios to exploit the vulnerability. Due to improper race conditions of different operations, successful exploit will lead to Dangling pointer dereference, causing some service abnormal.
Data is provided by the National Vulnerability Database (NVD)
Huawei ≫ Nip6800 Firmware Versionv500r001c30
Huawei ≫ Nip6800 Firmware Versionv500r001c60spc500
Huawei ≫ Nip6800 Firmware Versionv500r005c00
Huawei ≫ Secospace Usg6600 Firmware Versionv500r001c30spc200
Huawei ≫ Secospace Usg6600 Firmware Versionv500r001c30spc600
Huawei ≫ Secospace Usg6600 Firmware Versionv500r001c60spc500
Huawei ≫ Secospace Usg6600 Firmware Versionv500r005c00
Huawei ≫ Usg9500 Firmware Versionv500r001c30spc200
Huawei ≫ Usg9500 Firmware Versionv500r001c30spc600
Huawei ≫ Usg9500 Firmware Versionv500r001c60spc500
Huawei ≫ Usg9500 Firmware Versionv500r005c00
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.19% | 0.407 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 5.3 | 1.6 | 3.6 |
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
|
nvd@nist.gov | 3.5 | 6.8 | 2.9 |
AV:N/AC:M/Au:S/C:N/I:N/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-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.