From d955ad5c6652129d8197658b82c0a366e0e8705f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 18:22:06 +0000 Subject: [PATCH] Publish GHSA-h822-r4r5-v8jg --- .../GHSA-h822-r4r5-v8jg.json | 67 ++++++++++++++++++- 1 file changed, 64 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2019/09/GHSA-h822-r4r5-v8jg/GHSA-h822-r4r5-v8jg.json b/advisories/github-reviewed/2019/09/GHSA-h822-r4r5-v8jg/GHSA-h822-r4r5-v8jg.json index 713fc7c2d99..ceef3043c0d 100644 --- a/advisories/github-reviewed/2019/09/GHSA-h822-r4r5-v8jg/GHSA-h822-r4r5-v8jg.json +++ b/advisories/github-reviewed/2019/09/GHSA-h822-r4r5-v8jg/GHSA-h822-r4r5-v8jg.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-h822-r4r5-v8jg", - "modified": "2021-08-17T22:28:25Z", + "modified": "2023-09-13T18:20:57Z", "published": "2019-09-23T18:33:25Z", "aliases": [ "CVE-2019-14540" ], "summary": "Polymorphic Typing issue in FasterXML jackson-databind", - "details": "A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariConfig.", + "details": "A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10, 2.8.11.5, and 2.6.7.3. It is related to `com.zaxxer.hikari.HikariConfig`.", "severity": [ { "type": "CVSS_V3", @@ -20,6 +20,59 @@ "ecosystem": "Maven", "name": "com.fasterxml.jackson.core:jackson-databind" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.9.0" + }, + { + "fixed": "2.9.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.fasterxml.jackson.core:jackson-databind" + }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.7.0" + }, + { + "fixed": "2.8.11.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.fasterxml.jackson.core:jackson-databind" + }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", @@ -28,7 +81,7 @@ "introduced": "0" }, { - "fixed": "2.9.10" + "fixed": "2.6.7.3" } ] } @@ -48,6 +101,10 @@ "type": "WEB", "url": "https://github.com/FasterXML/jackson-databind/issues/2449" }, + { + "type": "WEB", + "url": "https://github.com/FasterXML/jackson-databind/commit/d4983c740fec7d5576b207a8c30a63d3ea7443de" + }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2019:3200" @@ -72,6 +129,10 @@ "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2020:0445" }, + { + "type": "PACKAGE", + "url": "https://github.com/FasterXML/jackson-databind" + }, { "type": "WEB", "url": "https://github.com/FasterXML/jackson-databind/blob/master/release-notes/VERSION-2.x"