CVE-2017-16082

Source
https://cve.org/CVERecord?id=CVE-2017-16082
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2017-16082.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2017-16082
Aliases
Downstream
Published
2018-06-07T02:29:01Z
Modified
2026-03-14T09:22:24Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

A remote code execution vulnerability was found within the pg module when the remote database or query specifies a specially crafted column name. There are 2 likely scenarios in which one would likely be vulnerable. 1) Executing unsafe, user-supplied sql which contains a malicious column name. 2) Connecting to an untrusted database and executing a query which returns results where any of the column names are malicious.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2017-16082.json"
unresolved_ranges
[
    {
        "events":  [
            {
                "introduced":  "2.0.0"
            },
            {
                "fixed":  "2.11.2"
            }
        ]
    },
    {
        "events":  [
            {
                "introduced":  "3.0.0"
            },
            {
                "fixed":  "3.6.4"
            }
        ]
    },
    {
        "events":  [
            {
                "introduced":  "4.0.0"
            },
            {
                "fixed":  "4.5.7"
            }
        ]
    },
    {
        "events":  [
            {
                "introduced":  "0"
            },
            {
                "fixed":  "5.2.1"
            }
        ]
    },
    {
        "events":  [
            {
                "introduced":  "6.0.0"
            },
            {
                "fixed":  "6.4.2"
            }
        ]
    },
    {
        "events":  [
            {
                "introduced":  "7.0.0"
            },
            {
                "fixed":  "7.1.2"
            }
        ]
    }
]