GHSA-f6pc-crhh-cp96

Suggest an improvement
Source
https://github.com/advisories/GHSA-f6pc-crhh-cp96
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2020/06/GHSA-f6pc-crhh-cp96/GHSA-f6pc-crhh-cp96.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-f6pc-crhh-cp96
Aliases
Published
2020-06-30T16:33:23Z
Modified
2023-11-08T04:02:28.634607Z
Severity
  • 7.4 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N CVSS Calculator
Summary
Privilege escalation in Presto
Details

Affected

This affects Presto server installations. This does NOT affect clients such as the CLI or JDBC driver.

Impact

Authenticated users can bypass authorization checks by directly accessing internal APIs. This impacts Presto server installations with secure internal communication configured.

This does not affect installations that have not configured secure internal communication, as these installations are inherently insecure.

Patches

This issue has been fixed starting with PrestoSQL version 337.

Workarounds

This issue can be mitigated by blocking network access to internal APIs on the coordinator and workers.

References

See the Presto documentation for Secure Internal Communication.

For more information

If you have any questions or comments about this advisory: * Join the #security channel on Slack. * Contact the security team at security@trino.io

Database specific
{
    "nvd_published_at": "2020-06-30T17:15:00Z",
    "github_reviewed_at": "2020-06-30T16:33:11Z",
    "severity": "HIGH",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-285"
    ]
}
References

Affected packages

Maven / io.prestosql:presto-server

Package

Name
io.prestosql:presto-server
View open source insights on deps.dev
Purl
pkg:maven/io.prestosql/presto-server

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
337

Affected versions

Other

300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336