8.8
CVE-2021-32027
- EPSS 0.49%
- Published 01.06.2021 14:15:09
- Last modified 21.11.2024 06:06:44
- Source secalert@redhat.com
- Teams watchlist Login
- Open Login
A flaw was found in postgresql in versions before 13.3, before 12.7, before 11.12, before 10.17 and before 9.6.22. While modifying certain SQL array values, missing bounds checks let authenticated database users write arbitrary bytes to a wide area of server memory. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Data is provided by the National Vulnerability Database (NVD)
Postgresql ≫ Postgresql Version >= 9.6.0 < 9.6.22
Postgresql ≫ Postgresql Version >= 10.0 < 10.17
Postgresql ≫ Postgresql Version >= 11.0 < 11.12
Postgresql ≫ Postgresql Version >= 12.0 < 12.7
Postgresql ≫ Postgresql Version >= 13.0 < 13.3
Redhat ≫ Jboss Enterprise Application Platform Version7.0.0
Redhat ≫ Software Collections Version-
Redhat ≫ Enterprise Linux Version7.0
Redhat ≫ Enterprise Linux Version8.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.49% | 0.645 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 6.5 | 8 | 6.4 |
AV:N/AC:L/Au:S/C:P/I:P/A:P
|
CWE-190 Integer Overflow or Wraparound
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.