-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6239 from EnterpriseDB/docs/security/minimalupdat…
…enov14 Minimal update for security
- Loading branch information
Showing
4 changed files
with
165 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
--- | ||
title: CVE-2020-10531 - Integer overflow in ICU doAppend() | ||
navTitle: CVE-2020-10531 | ||
affectedProducts: All versions of EDB Postgres Advanced Server from 13 through 16 | ||
--- | ||
|
||
First Published: 2024/11/14 | ||
|
||
Last Updated: 2024/11/14 | ||
|
||
## Important | ||
|
||
This is an assessment of the impact of CVE-2020-10531 on EDB products and services. It links to and details the CVE and supplements that information with EDB's own assessment. | ||
|
||
## Summary | ||
|
||
The original vulnerability was an integer overflow leading to a heap-based buffer overflow in `UnicodeString::doAppend()` in ICU (International Components for Unicode) for C/C++ which existed up to (and including) version 66.1. | ||
|
||
In the process of validating EDB Postgres Advanced Server 17, a release check identified the presence of a pre 67.1 version of the library being used. | ||
|
||
It had been believed that existing versions of EPAS had been built with a later library version. | ||
|
||
While most EDB software builds against the operating system provided version of ICU, EDB Postgres Advanced Server can include EDB’s own build of ICU 66.1, specifically on RHEL7 on x86\_64/PPCLE, RHEL8 on x86\_64/PPCLE, SLES 12 x86\_64/PPCLE/s390x, and SLES 15 x86\_64/PPCLE/s390x. On RHEL9, the OS supplied library (version 67.1) is used. | ||
|
||
EDB Postgres Extended and Postgres use the OS supplied ICU libraries, and are not affected by this vulnerability. | ||
|
||
It has been established that EDB’s code does not use the vulnerable function. | ||
Assessment and mitigation: In the interests of ensuring that the vulnerable library doesn’t provide any surface for an attacker, we are releasing updated versions of all affected products. | ||
|
||
## Vulnerability Details | ||
|
||
CVE-ID: [CVE-2020-10531](https://nvd.nist.gov/vuln/detail/CVE-2020-10531) | ||
|
||
CVSS Base Score: 8.8 | ||
|
||
CVSS Temporal Score: Undefined | ||
|
||
CVSS Environmental Score: Undefined | ||
|
||
CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H | ||
|
||
## Affected Products and Versions | ||
|
||
### EnterpriseDB Postgres Advanced Server | ||
|
||
On RHEL 7/8 (x86_64/PPCLE) and SLES 12/15 (x86_64/PPCLE/s390x) | ||
|
||
* All versions of EPAS prior to 16.5.0 | ||
* All versions of EPAS prior to 15.9.0 | ||
* All versions of EPAS prior to 14.14.0 | ||
* All versions of EPAS prior to 13.17.0 | ||
|
||
## Remediation | ||
|
||
### EDB Postgres Advanced Server Version Information | ||
|
||
| Product | VRMF | Remediation/First Fix | | ||
|:--------|:--------|:----------------------| | ||
| EPAS 16 | 16.4.0 | Upgrade to 16.5.0 | | ||
| EPAS 15 | 15.8.0 | Upgrade to 15.9.0 | | ||
| EPAS 14 | 14.13.0 | Upgrade to 14.14.0 | | ||
| EPAS 13 | 13.16.0 | Upgrade to 13.17.0 | | ||
|
||
If you are unable to upgrade your EPAS installation, upgrade the installed edb-icu | ||
|
||
## Reference | ||
|
||
* [CVSS #3.1 Calculator](https://www.first.org/cvss/calculator/3.1) | ||
|
||
## Related Information | ||
|
||
* [EnterpriseDB](https://www.enterprisedb.com/) | ||
* [Postgresql](https://www.postgresql.org/) | ||
* [EDB Postgres Advanced Server](https://www.enterprisedb.com/products/edb-postgres-advanced-server) | ||
|
||
## Change History | ||
|
||
14 November 2024: Original Copy Published | ||
|
||
## Disclaimer | ||
|
||
This document is provided on an "as is" basis and does not imply any kind of guarantee or warranty, including the warranties of merchantability or fitness for a particular use. Your use of the information on the document is at your own risk. EDB reserves the right to change or update this document at any time. Customers are therefore recommended to always view the latest version of this document. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.