Latest Presto JDBC driver (0.285) appears to still be using Jackson 2.10, which is old. There are several well-publicized CVE's against this version of Jackson, notably: 1) com.fasterxml.jackson.core_jackson-core package versions before 2.15.0 are vulnerable to Denial of Service (DoS). PRISMA-2023-0067 https://github.com/FasterXML/jackson-core/pull/827 PRISMA-2023-0068 https://github.com/FasterXML/jackson-core/pull/322 PRISMA-2023-0069 https://github.com/FasterXML/jackson-core/issues/315 2) CVE-2023-35116: jackson-databind is vulnerable to denial of service, fixed in Jackson 2.16.0 https://nvd.nist.gov/vuln/detail/CVE-2023-35116