Publish GHSA-fmmc-742q-jg75

This commit is contained in:
advisory-database[bot]
2023-09-13 18:39:31 +00:00
parent 0057db692d
commit 0e6d914bd4
@@ -1,12 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-fmmc-742q-jg75",
"modified": "2022-10-31T16:04:26Z",
"modified": "2023-09-13T18:38:14Z",
"published": "2019-11-13T00:32:27Z",
"aliases": [
"CVE-2019-16943"
],
"summary": "Polymorphic typing issue",
"summary": "jackson-databind polymorphic typing issue",
"details": "A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the p6spy (3.8.6) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of com.p6spy.engine.spy.P6DataSource mishandling.",
"severity": [
{
@@ -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.1"
}
]
}
]
},
{
"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,14 +81,11 @@
"introduced": "0"
},
{
"fixed": "2.9.10.1"
"fixed": "2.6.7.3"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 2.9.10.0"
}
]
}
],
"references": [
@@ -47,6 +97,14 @@
"type": "WEB",
"url": "https://github.com/FasterXML/jackson-databind/issues/2478"
},
{
"type": "WEB",
"url": "https://github.com/FasterXML/jackson-databind/commit/328a0f833daf6baa443ac3b37c818a0204714b0b"
},
{
"type": "WEB",
"url": "https://github.com/FasterXML/jackson-databind/commit/bc67eb11a7cf57561f861ff16f879f1fceb5779f"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2020:0159"