CVE-2020-14349

Source
https://cve.org/CVERecord?id=CVE-2020-14349
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2020-14349.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2020-14349
Aliases
Downstream
Related
Published
2020-08-24T13:15:10.903Z
Modified
2026-03-13T00:25:52.144691Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

It was found that PostgreSQL versions before 12.4, before 11.9 and before 10.14 did not properly sanitize the search_path during logical replication. An authenticated attacker could use this flaw in an attack similar to CVE-2018-1058, in order to execute arbitrary SQL command in the context of the user used for replication.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2020-14349.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "10.0"
            },
            {
                "fixed": "10.14"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "11.0"
            },
            {
                "fixed": "11.9"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "12.0"
            },
            {
                "fixed": "12.4"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "15.1"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "15.2"
            }
        ]
    }
]