Publish GHSA-jjjh-jjxp-wpff

This commit is contained in:
advisory-database[bot]
2023-03-29 20:36:30 +00:00
parent 7660da0755
commit a86fd9d6cc
@@ -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"