8.8
CVE-2023-32305
- EPSS 0.65%
- Veröffentlicht 12.05.2023 19:15:08
- Zuletzt bearbeitet 21.11.2024 08:03:04
- Quelle security-advisories@github.com
- Teams Watchlist Login
- Unerledigt Login
aiven-extras is a PostgreSQL extension. Versions prior to 1.1.9 contain a privilege escalation vulnerability, allowing elevation to superuser inside PostgreSQL databases that use the aiven-extras package. The vulnerability leverages missing schema qualifiers on privileged functions called by the aiven-extras extension. A low privileged user can create objects that collide with existing function names, which will then be executed instead. Exploiting this vulnerability could allow a low privileged user to acquire `superuser` privileges, which would allow full, unrestricted access to all data and database functions. And could lead to arbitrary code execution or data access on the underlying host as the `postgres` user. The issue has been patched as of version 1.1.9.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Aiven ≫ Aiven SwPlatformpostgresql Version < 1.1.9
Postgresql ≫ Postgresql Version >= 10.0 <= 10.22
Postgresql ≫ Postgresql Version >= 11.0 <= 11.7
Postgresql ≫ Postgresql Version >= 12.0 <= 12.12
Postgresql ≫ Postgresql Version >= 13.0 <= 13.8
Postgresql ≫ Postgresql Version >= 14.0 <= 14.5
Postgresql ≫ Postgresql Version >= 11.0 <= 11.7
Postgresql ≫ Postgresql Version >= 12.0 <= 12.12
Postgresql ≫ Postgresql Version >= 13.0 <= 13.8
Postgresql ≫ Postgresql Version >= 14.0 <= 14.5
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.65% | 0.698 |
Quelle | 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
|
security-advisories@github.com | 8.8 | 2 | 6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
|
CWE-1321 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.