gsd-2022-45690
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
A stack overflow in the org.json.JSONTokener.nextValue::JSONTokener.java component of hutool-json v5.8.10 allows attackers to cause a Denial of Service (DoS) via crafted JSON or XML data.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2022-45690",
"description": "A stack overflow in the org.json.JSONTokener.nextValue::JSONTokener.java component of hutool-json v5.8.10 allows attackers to cause a Denial of Service (DoS) via crafted JSON or XML data.",
"id": "GSD-2022-45690"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-45690"
],
"details": "A stack overflow in the org.json.JSONTokener.nextValue::JSONTokener.java component of hutool-json v5.8.10 allows attackers to cause a Denial of Service (DoS) via crafted JSON or XML data.",
"id": "GSD-2022-45690",
"modified": "2023-12-13T01:19:24.727392Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-45690",
"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": "A stack overflow in the org.json.JSONTokener.nextValue::JSONTokener.java component of hutool-json v5.8.10 allows attackers to cause a Denial of Service (DoS) via crafted JSON or XML data."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/dromara/hutool/issues/2746",
"refsource": "MISC",
"url": "https://github.com/dromara/hutool/issues/2746"
},
{
"name": "https://github.com/stleary/JSON-java/issues/654",
"refsource": "MISC",
"url": "https://github.com/stleary/JSON-java/issues/654"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "(,5.8.10]",
"affected_versions": "All versions up to 5.8.10",
"cwe_ids": [
"CWE-1035",
"CWE-937"
],
"date": "2022-12-13",
"description": "A stack overflow in the org.json.JSONTokener.nextValue::JSONTokener.java component of hutool-json v5.8.10 allows attackers to cause a Denial of Service (DoS) via crafted JSON or XML data.",
"fixed_versions": [
"5.8.11"
],
"identifier": "CVE-2022-45690",
"identifiers": [
"GHSA-whgh-g24c-3j5q",
"CVE-2022-45690"
],
"not_impacted": "All versions after 5.8.10",
"package_slug": "maven/cn.hutool/hutool-json",
"pubdate": "2022-12-13",
"solution": "Upgrade to version 5.8.11 or above.",
"title": "hutool-json stack overflow vulnerability",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-45690",
"https://github.com/dromara/hutool/issues/2746",
"https://github.com/stleary/JSON-java/issues/654",
"https://github.com/stleary/JSON-java/commit/7a124d857dc8da1165c87fa788e53359a317d0f7",
"https://github.com/advisories/GHSA-whgh-g24c-3j5q"
],
"uuid": "d12bf998-da46-4be1-bb5a-34667e990665"
},
{
"affected_range": "(,20220320)",
"affected_versions": "All versions up to 20220320",
"cwe_ids": [
"CWE-1035",
"CWE-937"
],
"date": "2023-06-13",
"description": "A stack overflow in the org.json.JSONTokener.nextValue::JSONTokener.java component of allows attackers to cause a Denial of Service (DoS) via crafted JSON data.",
"fixed_versions": [
"20220320"
],
"identifier": "CVE-2022-45690",
"identifiers": [
"GHSA-whgh-g24c-3j5q",
"CVE-2022-45690"
],
"not_impacted": "All versions after 20220320",
"package_slug": "maven/org.json/json",
"pubdate": "2022-12-13",
"solution": "Upgrade to version 20220320 or above.",
"title": "Uncontrolled Resource Consumption",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-45690",
"https://github.com/stleary/JSON-java/issues/654",
"https://github.com/stleary/JSON-java/commit/7a124d857dc8da1165c87fa788e53359a317d0f7"
],
"uuid": "3bada3b0-4e3f-4b08-8962-ea52da9f14f8"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": []
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-45690"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "A stack overflow in the org.json.JSONTokener.nextValue::JSONTokener.java component of hutool-json v5.8.10 allows attackers to cause a Denial of Service (DoS) via crafted JSON or XML data."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": []
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/dromara/hutool/issues/2746",
"refsource": "MISC",
"tags": [],
"url": "https://github.com/dromara/hutool/issues/2746"
},
{
"name": "https://github.com/stleary/JSON-java/issues/654",
"refsource": "MISC",
"tags": [],
"url": "https://github.com/stleary/JSON-java/issues/654"
}
]
}
},
"impact": {},
"lastModifiedDate": "2022-12-13T15:15Z",
"publishedDate": "2022-12-13T15: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…