gsd-2024-21907
Vulnerability from gsd
Modified
2024-01-04 06:02
Details
Newtonsoft.Json before version 13.0.1 is affected by a mishandling of exceptional conditions vulnerability. Crafted data that is passed to the JsonConvert.DeserializeObject method may trigger a StackOverflow exception resulting in denial of service. Depending on the usage of the library, an unauthenticated and remote attacker may be able to cause the denial of service condition.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-21907" ], "details": "Newtonsoft.Json before version 13.0.1 is affected by a mishandling of exceptional conditions vulnerability. Crafted data that is passed to the JsonConvert.DeserializeObject method may trigger a StackOverflow exception resulting in denial of service. Depending on the usage of the library, an unauthenticated and remote attacker may be able to cause the denial of service condition.\n", "id": "GSD-2024-21907", "modified": "2024-01-04T06:02:16.117205Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "disclosure@vulncheck.com", "ID": "CVE-2024-21907", "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": "Newtonsoft.Json before version 13.0.1 is affected by a mishandling of exceptional conditions vulnerability. Crafted data that is passed to the JsonConvert.DeserializeObject method may trigger a StackOverflow exception resulting in denial of service. Depending on the usage of the library, an unauthenticated and remote attacker may be able to cause the denial of service condition.\n" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-755", "lang": "eng", "value": "CWE-755 Improper Handling of Exceptional Conditions" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/JamesNK/Newtonsoft.Json/issues/2457", "refsource": "MISC", "url": "https://github.com/JamesNK/Newtonsoft.Json/issues/2457" }, { "name": "https://github.com/JamesNK/Newtonsoft.Json/pull/2462", "refsource": "MISC", "url": "https://github.com/JamesNK/Newtonsoft.Json/pull/2462" }, { "name": "https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66", "refsource": "MISC", "url": "https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66" }, { "name": "https://alephsecurity.com/2018/10/22/StackOverflowException/", "refsource": "MISC", "url": "https://alephsecurity.com/2018/10/22/StackOverflowException/" }, { "name": "https://alephsecurity.com/vulns/aleph-2018004", "refsource": "MISC", "url": "https://alephsecurity.com/vulns/aleph-2018004" }, { "name": "https://security.snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678", "refsource": "MISC", "url": "https://security.snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678" }, { "name": "https://github.com/advisories/GHSA-5crp-9r3c-p9vr", "refsource": "MISC", "url": "https://github.com/advisories/GHSA-5crp-9r3c-p9vr" }, { "name": "https://vulncheck.com/advisories/vc-advisory-GHSA-5crp-9r3c-p9vr", "refsource": "MISC", "url": "https://vulncheck.com/advisories/vc-advisory-GHSA-5crp-9r3c-p9vr" } ] }, "source": { "discovery": "INTERNAL" } }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:newtonsoft:json.net:*:*:*:*:*:*:*:*", "matchCriteriaId": "F7713CE4-2B29-46C2-8416-75B9F3C258F6", "versionEndExcluding": "13.0.1", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "Newtonsoft.Json before version 13.0.1 is affected by a mishandling of exceptional conditions vulnerability. Crafted data that is passed to the JsonConvert.DeserializeObject method may trigger a StackOverflow exception resulting in denial of service. Depending on the usage of the library, an unauthenticated and remote attacker may be able to cause the denial of service condition.\n" }, { "lang": "es", "value": "Newtonsoft.Json anterior a la versi\u00f3n 13.0.1 se ve afectado por una vulnerabilidad de manejo incorrecto de condiciones excepcionales. Los datos elaborados que se pasan al m\u00e9todo JsonConvert.DeserializeObject pueden desencadenar una excepci\u00f3n de StackOverflow que provoque una denegaci\u00f3n de servicio. Dependiendo del uso de la librer\u00eda, un atacante remoto y no autenticado puede provocar la condici\u00f3n de denegaci\u00f3n de servicio." } ], "id": "CVE-2024-21907", "lastModified": "2024-01-17T15:24:07.360", "metrics": { "cvssMetricV31": [ { "cvssData": { "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, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2024-01-03T16:15:08.793", "references": [ { "source": "disclosure@vulncheck.com", "tags": [ "Exploit" ], "url": "https://alephsecurity.com/2018/10/22/StackOverflowException/" }, { "source": "disclosure@vulncheck.com", "tags": [ "Exploit" ], "url": "https://alephsecurity.com/vulns/aleph-2018004" }, { "source": "disclosure@vulncheck.com", "tags": [ "Patch" ], "url": "https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66" }, { "source": "disclosure@vulncheck.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/JamesNK/Newtonsoft.Json/issues/2457" }, { "source": "disclosure@vulncheck.com", "tags": [ "Patch" ], "url": "https://github.com/JamesNK/Newtonsoft.Json/pull/2462" }, { "source": "disclosure@vulncheck.com", "tags": [ "Third Party Advisory" ], "url": "https://github.com/advisories/GHSA-5crp-9r3c-p9vr" }, { "source": "disclosure@vulncheck.com", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://security.snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678" }, { "source": "disclosure@vulncheck.com", "tags": [ "Third Party Advisory" ], "url": "https://vulncheck.com/advisories/vc-advisory-GHSA-5crp-9r3c-p9vr" } ], "sourceIdentifier": "disclosure@vulncheck.com", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-755" } ], "source": "nvd@nist.gov", "type": "Primary" }, { "description": [ { "lang": "en", "value": "CWE-755" } ], "source": "disclosure@vulncheck.com", "type": "Secondary" } ] } } } }
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.
Loading…