7.8
CVE-2022-30540
- EPSS 0.48%
- Veröffentlicht 02.06.2022 14:15:53
- Zuletzt bearbeitet 21.11.2024 07:02:54
- Quelle ics-cert@hq.dhs.gov
- Teams Watchlist Login
- Unerledigt Login
The affected product is vulnerable to a heap-based buffer overflow via uninitialized pointer, which may allow an attacker to execute arbitrary code
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Hornerautomation ≫ Cscape Version < 9.90
Hornerautomation ≫ Cscape Version9.90 Update-
Hornerautomation ≫ Cscape Version9.90 Updatesp1
Hornerautomation ≫ Cscape Version9.90 Updatesp2
Hornerautomation ≫ Cscape Version9.90 Updatesp3
Hornerautomation ≫ Cscape Version9.90 Updatesp4
Hornerautomation ≫ Cscape Version9.90 Updatesp5
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.48% | 0.64 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 6.8 | 8.6 | 6.4 |
AV:N/AC:M/Au:N/C:P/I:P/A:P
|
ics-cert@hq.dhs.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
CWE-122 Heap-based Buffer Overflow
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
CWE-824 Access of Uninitialized Pointer
The product accesses or uses a pointer that has not been initialized.