2023-08-08 20:00:39 +00:00
{
"id" : "CVE-2023-3894" ,
"sourceIdentifier" : "cve-coordination@google.com" ,
"published" : "2023-08-08T18:15:24.297" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:18:18.677" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-08-08 20:00:39 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Those using jackson-dataformats-text to parse TOML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack.\n"
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-08-15 20:00:38 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "cve-coordination@google.com" ,
"type" : "Secondary" ,
2023-08-15 20:00:38 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L" ,
"baseScore" : 5.8 ,
"baseSeverity" : "MEDIUM" ,
2023-08-15 20:00:38 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
2024-12-08 03:06:42 +00:00
"scope" : "CHANGED" ,
2023-08-15 20:00:38 +00:00
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "LOW"
2023-08-15 20:00:38 +00:00
} ,
"exploitabilityScore" : 3.9 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 1.4
2023-08-15 20:00:38 +00:00
} ,
2023-08-08 20:00:39 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-08-08 20:00:39 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2023-08-08 20:00:39 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
2024-12-08 03:06:42 +00:00
"scope" : "UNCHANGED" ,
2023-08-08 20:00:39 +00:00
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-08-08 20:00:39 +00:00
} ,
"exploitabilityScore" : 3.9 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 3.6
2023-08-08 20:00:39 +00:00
}
]
} ,
"weaknesses" : [
2023-08-15 20:00:38 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "cve-coordination@google.com" ,
"type" : "Secondary" ,
2023-08-15 20:00:38 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-20"
2023-08-15 20:00:38 +00:00
}
]
} ,
2023-08-08 20:00:39 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-08-08 20:00:39 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-787"
2023-08-08 20:00:39 +00:00
}
]
}
] ,
2023-08-15 20:00:38 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:fasterxml:jackson-dataformats-text:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "2.15.0" ,
"matchCriteriaId" : "8EA5DD6F-240A-4691-B691-1D38B8B4165A"
}
]
}
]
}
] ,
2023-08-08 20:00:39 +00:00
"references" : [
{
"url" : "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50083" ,
2023-08-15 20:00:38 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Issue Tracking" ,
"Patch" ,
"Third Party Advisory"
]
2023-08-08 20:00:39 +00:00
} ,
{
"url" : "https://github.com/FasterXML/jackson-dataformats-text/blob/2.16/release-notes/VERSION-2.x" ,
2023-08-15 20:00:38 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Release Notes"
]
2023-08-08 20:00:39 +00:00
} ,
{
"url" : "https://github.com/FasterXML/jackson-dataformats-text/pull/398" ,
2023-08-15 20:00:38 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50083" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Issue Tracking" ,
"Patch" ,
"Third Party Advisory"
]
} ,
{
"url" : "https://github.com/FasterXML/jackson-dataformats-text/blob/2.16/release-notes/VERSION-2.x" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://github.com/FasterXML/jackson-dataformats-text/pull/398" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2023-08-08 20:00:39 +00:00
}
]
}