gsd-2020-36282
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
JMS Client for RabbitMQ 1.x before 1.15.2 and 2.x before 2.2.0 is vulnerable to unsafe deserialization that can result in code execution via crafted StreamMessage data.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2020-36282",
"description": "JMS Client for RabbitMQ 1.x before 1.15.2 and 2.x before 2.2.0 is vulnerable to unsafe deserialization that can result in code execution via crafted StreamMessage data.",
"id": "GSD-2020-36282"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2020-36282"
],
"details": "JMS Client for RabbitMQ 1.x before 1.15.2 and 2.x before 2.2.0 is vulnerable to unsafe deserialization that can result in code execution via crafted StreamMessage data.",
"id": "GSD-2020-36282",
"modified": "2023-12-13T01:21:55.941747Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-36282",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "JMS Client for RabbitMQ 1.x before 1.15.2 and 2.x before 2.2.0 is vulnerable to unsafe deserialization that can result in code execution via crafted StreamMessage data."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://medium.com/@ramon93i7/a99645d0448b",
"refsource": "MISC",
"url": "https://medium.com/@ramon93i7/a99645d0448b"
},
{
"name": "https://github.com/rabbitmq/rabbitmq-jms-client/issues/135",
"refsource": "MISC",
"url": "https://github.com/rabbitmq/rabbitmq-jms-client/issues/135"
},
{
"name": "https://github.com/rabbitmq/rabbitmq-jms-client/releases/tag/v1.15.2",
"refsource": "MISC",
"url": "https://github.com/rabbitmq/rabbitmq-jms-client/releases/tag/v1.15.2"
},
{
"name": "https://github.com/rabbitmq/rabbitmq-jms-client/releases/tag/v2.2.0",
"refsource": "MISC",
"url": "https://github.com/rabbitmq/rabbitmq-jms-client/releases/tag/v2.2.0"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "[1.0.0,1.15.2),[2.0.0,2.2.0)",
"affected_versions": "All versions starting from 1.0.0 before 1.15.2, all versions starting from 2.0.0 before 2.2.0",
"cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-502",
"CWE-937"
],
"date": "2021-03-18",
"description": "JMS Client for RabbitMQ is vulnerable to unsafe deserialization that can result in code execution via crafted StreamMessage data.",
"fixed_versions": [
"1.15.2",
"2.2.0"
],
"identifier": "CVE-2020-36282",
"identifiers": [
"CVE-2020-36282"
],
"not_impacted": "All versions before 1.0.0, all versions starting from 1.15.2 before 2.0.0, all versions starting from 2.2.0",
"package_slug": "maven/com.rabbitmq.jms/rabbitmq-jms",
"pubdate": "2021-03-12",
"solution": "Upgrade to versions 1.15.2, 2.2.0 or above.",
"title": "Deserialization of Untrusted Data",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2020-36282"
],
"uuid": "1803ffb9-316d-412f-90dd-f9e26ce7da64"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:rabbitmq:jms_client:*:*:*:*:*:rabbitmq:*:*",
"cpe_name": [],
"versionEndExcluding": "1.15.2",
"versionStartIncluding": "1.0.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:rabbitmq:jms_client:*:*:*:*:*:rabbitmq:*:*",
"cpe_name": [],
"versionEndExcluding": "2.2.0",
"versionStartIncluding": "2.0.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-36282"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "JMS Client for RabbitMQ 1.x before 1.15.2 and 2.x before 2.2.0 is vulnerable to unsafe deserialization that can result in code execution via crafted StreamMessage data."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-502"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/rabbitmq/rabbitmq-jms-client/releases/tag/v2.2.0",
"refsource": "MISC",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/rabbitmq/rabbitmq-jms-client/releases/tag/v2.2.0"
},
{
"name": "https://github.com/rabbitmq/rabbitmq-jms-client/issues/135",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/rabbitmq/rabbitmq-jms-client/issues/135"
},
{
"name": "https://medium.com/@ramon93i7/a99645d0448b",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://medium.com/@ramon93i7/a99645d0448b"
},
{
"name": "https://github.com/rabbitmq/rabbitmq-jms-client/releases/tag/v1.15.2",
"refsource": "MISC",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/rabbitmq/rabbitmq-jms-client/releases/tag/v1.15.2"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 7.5,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "HIGH",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9
}
},
"lastModifiedDate": "2021-03-18T19:05Z",
"publishedDate": "2021-03-12T01:15Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…