From a86fd9d6cc1e52b1786da9dcc9f5989051aaef85 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 20:36:30 +0000 Subject: [PATCH] Publish GHSA-jjjh-jjxp-wpff --- .../GHSA-jjjh-jjxp-wpff.json | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/advisories/github-reviewed/2022/10/GHSA-jjjh-jjxp-wpff/GHSA-jjjh-jjxp-wpff.json b/advisories/github-reviewed/2022/10/GHSA-jjjh-jjxp-wpff/GHSA-jjjh-jjxp-wpff.json index be8eaacb1fa..222c452ddbf 100644 --- a/advisories/github-reviewed/2022/10/GHSA-jjjh-jjxp-wpff/GHSA-jjjh-jjxp-wpff.json +++ b/advisories/github-reviewed/2022/10/GHSA-jjjh-jjxp-wpff/GHSA-jjjh-jjxp-wpff.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-jjjh-jjxp-wpff", - "modified": "2022-11-14T21:43:05Z", + "modified": "2023-03-29T20:34:33Z", "published": "2022-10-03T00:00:31Z", "aliases": [ "CVE-2022-42003" ], "summary": "Uncontrolled Resource Consumption in Jackson-databind", - "details": "In FasterXML jackson-databind before 2.12.7.1 and in 2.13.x before 2.13.4.1 resource exhaustion can occur because of a lack of a check in primitive value deserializers to avoid deep wrapper array nesting, when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled. This was patched in 2.12.7.1, 2.13.4.1, and 2.14.0.", + "details": "In FasterXML jackson-databind 2.12.0-rc1 until 2.12.7.1 and in 2.13.x before 2.13.4.1 resource exhaustion can occur because of a lack of a check in primitive value deserializers to avoid deep wrapper array nesting, when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled. This was patched in 2.12.7.1, 2.13.4.1, and 2.14.0.", "severity": [ { "type": "CVSS_V3", @@ -25,17 +25,14 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "0" + "introduced": "2.12.0-rc1" }, { - "fixed": "2.12.7.2" + "fixed": "2.12.7.1" } ] } - ], - "database_specific": { - "last_known_affected_version_range": "< 2.12.7.1" - } + ] }, { "package": { @@ -50,14 +47,11 @@ "introduced": "2.13.0" }, { - "fixed": "2.13.4.2" + "fixed": "2.13.4.1" } ] } - ], - "database_specific": { - "last_known_affected_version_range": "< 2.13.4.1" - } + ] } ], "references": [ @@ -73,6 +67,10 @@ "type": "WEB", "url": "https://github.com/FasterXML/jackson-databind/issues/3627" }, + { + "type": "WEB", + "url": "https://github.com/FasterXML/jackson-databind/commit/7ba9ac5b87a9d6ac0d2815158ecbeb315ad4dcdc" + }, { "type": "WEB", "url": "https://github.com/FasterXML/jackson-databind/commit/cd090979b7ea78c75e4de8a4aed04f7e9fa8deea"