cvelist/2023/22xxx/CVE-2023-22486.json

95 lines
3.1 KiB
JSON
Raw Normal View History

2022-12-29 18:00:40 +00:00
{
2023-01-26 21:06:25 +00:00
"data_version": "4.0",
2022-12-29 18:00:40 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-22486",
2023-01-26 21:06:25 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2022-12-29 18:00:40 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-01-26 21:06:25 +00:00
"value": "cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. Versions prior to 0.29.0.gfm.7 contain a polynomial time complexity issue in handle_close_bracket that may lead to unbounded resource exhaustion and subsequent denial of service. This vulnerability has been patched in 0.29.0.gfm.7."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400: Uncontrolled Resource Consumption",
"cweId": "CWE-400"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-407: Inefficient Algorithmic Complexity",
"cweId": "CWE-407"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github",
"product": {
"product_data": [
{
"product_name": "cmark-gfm",
"version": {
"version_data": [
{
"version_value": "< 0.29.0.gfm.7",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/github/cmark-gfm/security/advisories/GHSA-r572-jvj2-3m8p",
"refsource": "MISC",
"name": "https://github.com/github/cmark-gfm/security/advisories/GHSA-r572-jvj2-3m8p"
}
]
},
"source": {
"advisory": "GHSA-r572-jvj2-3m8p",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.5,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
2022-12-29 18:00:40 +00:00
}
]
}
}