CVE-2021-3393

Source
https://cve.org/CVERecord?id=CVE-2021-3393
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-3393.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2021-3393
Aliases
Downstream
Related
Published
2021-04-01T14:15:13.657Z
Modified
2026-03-15T22:37:19.101650Z
Severity
  • 4.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
[none]
Details

An information leak was discovered in postgresql in versions before 13.2, before 12.6 and before 11.11. A user having UPDATE permission but not SELECT permission to a particular column could craft queries which, under some circumstances, might disclose values from that column in error messages. An attacker could use this flaw to obtain information stored in a column they are allowed to write but not read.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-3393.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "fixed": "11.11"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "12.0"
            },
            {
                "fixed": "12.6"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "13.0"
            },
            {
                "fixed": "13.2"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "8.0"
            }
        ]
    }
]