Search
Find a vulnerability
Search criteria
2 vulnerabilities by newtonsoft
CVE-2024-21907 (GCVE-0-2024-21907)
Vulnerability from nvd – Published: 2024-01-03 15:23 – Updated: 2026-07-14 22:54
VLAI
EPSS
VEX
Title
Improper Handling of Exceptional Conditions in Newtonsoft.Json
Summary
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.
Severity
7.5 (High)
SSVC
Exploitation: poc
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-755 - Improper Handling of Exceptional Conditions
Assigner
References
8 references
| URL | Tags |
|---|---|
| https://github.com/JamesNK/Newtonsoft.Json/issues/2457 | issue-tracking |
| https://github.com/JamesNK/Newtonsoft.Json/pull/2462 | issue-tracking |
| https://github.com/JamesNK/Newtonsoft.Json/commit… | patch |
| https://alephsecurity.com/2018/10/22/StackOverflo… | related |
| https://alephsecurity.com/vulns/aleph-2018004 | related |
| https://security.snyk.io/vuln/SNYK-DOTNET-NEWTONS… | related |
| https://github.com/advisories/GHSA-5crp-9r3c-p9vr | vendor-advisory |
| https://vulncheck.com/advisories/vc-advisory-GHSA… | third-party-advisory |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-01T22:35:33.415Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"issue-tracking",
"x_transferred"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/issues/2457"
},
{
"tags": [
"related",
"x_transferred"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/pull/2462"
},
{
"tags": [
"related",
"x_transferred"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66"
},
{
"tags": [
"related",
"x_transferred"
],
"url": "https://alephsecurity.com/2018/10/22/StackOverflowException/"
},
{
"tags": [
"related",
"x_transferred"
],
"url": "https://alephsecurity.com/vulns/aleph-2018004"
},
{
"tags": [
"related",
"x_transferred"
],
"url": "https://security.snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678"
},
{
"tags": [
"third-party-advisory",
"x_transferred"
],
"url": "https://github.com/advisories/GHSA-5crp-9r3c-p9vr"
},
{
"tags": [
"third-party-advisory",
"x_transferred"
],
"url": "https://vulncheck.com/advisories/vc-advisory-GHSA-5crp-9r3c-p9vr"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2024-21907",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-03-21T19:31:50.211590Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-06T18:26:37.445Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://nuget.org/packages",
"defaultStatus": "unaffected",
"packageName": "Newtonsoft.Json",
"packageURL": "pkg:nuget/Newtonsoft.Json",
"versions": [
{
"lessThan": "13.0.1",
"status": "affected",
"version": "0",
"versionType": "semver 2.0.0"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:newtonsoft:json.net:*:*:*:*:*:*:*:*",
"versionEndExcluding": "13.0.1",
"versionStartIncluding": "0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"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.\u003cbr\u003e"
}
],
"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."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-755",
"description": "CWE-755 Improper Handling of Exceptional Conditions",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-14T22:54:34.439Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/issues/2457"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/pull/2462"
},
{
"tags": [
"patch"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66"
},
{
"tags": [
"related"
],
"url": "https://alephsecurity.com/2018/10/22/StackOverflowException/"
},
{
"tags": [
"related"
],
"url": "https://alephsecurity.com/vulns/aleph-2018004"
},
{
"tags": [
"related"
],
"url": "https://security.snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://github.com/advisories/GHSA-5crp-9r3c-p9vr"
},
{
"tags": [
"third-party-advisory"
],
"url": "https://vulncheck.com/advisories/vc-advisory-GHSA-5crp-9r3c-p9vr"
}
],
"source": {
"discovery": "INTERNAL"
},
"title": "Improper Handling of Exceptional Conditions in Newtonsoft.Json",
"x_generator": {
"engine": "vulncheck"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2024-21907",
"datePublished": "2024-01-03T15:23:04.441Z",
"dateReserved": "2024-01-03T14:21:17.582Z",
"dateUpdated": "2026-07-14T22:54:34.439Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2024-21907 (GCVE-0-2024-21907)
Vulnerability from cvelistv5 – Published: 2024-01-03 15:23 – Updated: 2026-07-14 22:54
VLAI
EPSS
VEX
Title
Improper Handling of Exceptional Conditions in Newtonsoft.Json
Summary
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.
Severity
7.5 (High)
SSVC
Exploitation: poc
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-755 - Improper Handling of Exceptional Conditions
Assigner
References
8 references
| URL | Tags |
|---|---|
| https://github.com/JamesNK/Newtonsoft.Json/issues/2457 | issue-tracking |
| https://github.com/JamesNK/Newtonsoft.Json/pull/2462 | issue-tracking |
| https://github.com/JamesNK/Newtonsoft.Json/commit… | patch |
| https://alephsecurity.com/2018/10/22/StackOverflo… | related |
| https://alephsecurity.com/vulns/aleph-2018004 | related |
| https://security.snyk.io/vuln/SNYK-DOTNET-NEWTONS… | related |
| https://github.com/advisories/GHSA-5crp-9r3c-p9vr | vendor-advisory |
| https://vulncheck.com/advisories/vc-advisory-GHSA… | third-party-advisory |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-01T22:35:33.415Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"issue-tracking",
"x_transferred"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/issues/2457"
},
{
"tags": [
"related",
"x_transferred"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/pull/2462"
},
{
"tags": [
"related",
"x_transferred"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66"
},
{
"tags": [
"related",
"x_transferred"
],
"url": "https://alephsecurity.com/2018/10/22/StackOverflowException/"
},
{
"tags": [
"related",
"x_transferred"
],
"url": "https://alephsecurity.com/vulns/aleph-2018004"
},
{
"tags": [
"related",
"x_transferred"
],
"url": "https://security.snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678"
},
{
"tags": [
"third-party-advisory",
"x_transferred"
],
"url": "https://github.com/advisories/GHSA-5crp-9r3c-p9vr"
},
{
"tags": [
"third-party-advisory",
"x_transferred"
],
"url": "https://vulncheck.com/advisories/vc-advisory-GHSA-5crp-9r3c-p9vr"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2024-21907",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-03-21T19:31:50.211590Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-06T18:26:37.445Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://nuget.org/packages",
"defaultStatus": "unaffected",
"packageName": "Newtonsoft.Json",
"packageURL": "pkg:nuget/Newtonsoft.Json",
"versions": [
{
"lessThan": "13.0.1",
"status": "affected",
"version": "0",
"versionType": "semver 2.0.0"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:newtonsoft:json.net:*:*:*:*:*:*:*:*",
"versionEndExcluding": "13.0.1",
"versionStartIncluding": "0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
],
"operator": "OR"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"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.\u003cbr\u003e"
}
],
"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."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-755",
"description": "CWE-755 Improper Handling of Exceptional Conditions",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-14T22:54:34.439Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/issues/2457"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/pull/2462"
},
{
"tags": [
"patch"
],
"url": "https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66"
},
{
"tags": [
"related"
],
"url": "https://alephsecurity.com/2018/10/22/StackOverflowException/"
},
{
"tags": [
"related"
],
"url": "https://alephsecurity.com/vulns/aleph-2018004"
},
{
"tags": [
"related"
],
"url": "https://security.snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://github.com/advisories/GHSA-5crp-9r3c-p9vr"
},
{
"tags": [
"third-party-advisory"
],
"url": "https://vulncheck.com/advisories/vc-advisory-GHSA-5crp-9r3c-p9vr"
}
],
"source": {
"discovery": "INTERNAL"
},
"title": "Improper Handling of Exceptional Conditions in Newtonsoft.Json",
"x_generator": {
"engine": "vulncheck"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2024-21907",
"datePublished": "2024-01-03T15:23:04.441Z",
"dateReserved": "2024-01-03T14:21:17.582Z",
"dateUpdated": "2026-07-14T22:54:34.439Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}