9.8
CVE-2020-11656
- EPSS 8.47%
- Veröffentlicht 09.04.2020 03:15:11
- Zuletzt bearbeitet 21.11.2024 04:58:20
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt Login
In SQLite through 3.31.1, the ALTER TABLE implementation has a use-after-free, as demonstrated by an ORDER BY clause that belongs to a compound SELECT statement.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Netapp ≫ Ontap Select Deploy Administration Utility Version-
Oracle ≫ Communications Network Charging And Control Version >= 12.0.0 <= 12.0.3
Oracle ≫ Communications Network Charging And Control Version6.0.1
Oracle ≫ Communications Network Charging And Control Version12.0.2
Oracle ≫ Enterprise Manager Ops Center Version12.4.0.0
Oracle ≫ Hyperion Infrastructure Technology Version11.1.2.4
Oracle ≫ Mysql Workbench Version <= 8.0.22
Oracle ≫ Outside In Technology Version8.5.4
Oracle ≫ Outside In Technology Version8.5.5
Oracle ≫ Zfs Storage Appliance Kit Version8.8
Oracle ≫ Communications Messaging Server Version8.1
Siemens ≫ Sinec Infrastructure Network Services Version < 1.0.1.1
Tenable ≫ Tenable.Sc Version <= 5.19.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 8.47% | 0.92 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 7.5 | 10 | 6.4 |
AV:N/AC:L/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.