gsd-2023-1436
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
An infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This leads to a StackOverflowError exception being thrown.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-1436", "id": "GSD-2023-1436" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-1436" ], "details": "An infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This leads to a StackOverflowError exception being thrown.", "id": "GSD-2023-1436", "modified": "2023-12-13T01:20:41.805181Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@jfrog.com", "ID": "CVE-2023-1436", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "jettison", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "0", "version_value": "1.5.4" } ] } } ] }, "vendor_name": "jettison" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This leads to a StackOverflowError exception being thrown." } ] }, "impact": { "cvss": [ { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-674", "lang": "eng", "value": "CWE-674 Uncontrolled Recursion" } ] } ] }, "references": { "reference_data": [ { "name": "https://research.jfrog.com/vulnerabilities/jettison-json-array-dos-xray-427911/", "refsource": "MISC", "url": "https://research.jfrog.com/vulnerabilities/jettison-json-array-dos-xray-427911/" } ] }, "source": { "discovery": "INTERNAL" } }, "gitlab.com": { "advisories": [ { "affected_range": "(,1.5.4)", "affected_versions": "All versions before 1.5.4", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2023-03-22", "description": "An infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This leads to a StackOverflowError exception being thrown.", "fixed_versions": [ "1.5.4" ], "identifier": "CVE-2023-1436", "identifiers": [ "GHSA-q6g2-g7f3-rr83", "CVE-2023-1436" ], "not_impacted": "All versions starting from 1.5.4", "package_slug": "maven/org.codehaus.jettison/jettison", "pubdate": "2023-03-22", "solution": "Upgrade to version 1.5.4 or above.", "title": "Jettison vulnerable to infinite recursion", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-1436", "https://research.jfrog.com/vulnerabilities/jettison-json-array-dos-xray-427911/", "https://github.com/jettison-json/jettison/issues/60", "https://github.com/jettison-json/jettison/pull/62", "https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.4", "https://github.com/advisories/GHSA-q6g2-g7f3-rr83" ], "uuid": "758e3203-0a4c-47f4-bc3b-24bd55f2245b" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:jettison_project:jettison:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.5.4", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@jfrog.com", "ID": "CVE-2023-1436" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "An infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This leads to a StackOverflowError exception being thrown." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-674" } ] } ] }, "references": { "reference_data": [ { "name": "https://research.jfrog.com/vulnerabilities/jettison-json-array-dos-xray-427911/", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://research.jfrog.com/vulnerabilities/jettison-json-array-dos-xray-427911/" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2023-03-29T19:07Z", "publishedDate": "2023-03-22T06: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.
- 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.