cvelist/2023/50xxx/CVE-2023-50246.json

110 lines
3.7 KiB
JSON
Raw Normal View History

2023-12-05 21:00:34 +00:00
{
2023-12-13 21:00:33 +00:00
"data_version": "4.0",
2023-12-05 21:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-50246",
2023-12-13 21:00:33 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-12-05 21:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-12-13 21:00:33 +00:00
"value": "jq is a command-line JSON processor. Version 1.7 is vulnerable to heap-based buffer overflow. Version 1.7.1 contains a patch for this issue."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-122: Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-120: Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')",
"cweId": "CWE-120"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "jqlang",
"product": {
"product_data": [
{
"product_name": "jq",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "= 1.7"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-686w-5m7m-54vc",
"refsource": "MISC",
"name": "https://github.com/jqlang/jq/security/advisories/GHSA-686w-5m7m-54vc"
},
{
"url": "https://github.com/jqlang/jq/commit/71c2ab509a8628dbbad4bc7b3f98a64aa90d3297",
"refsource": "MISC",
"name": "https://github.com/jqlang/jq/commit/71c2ab509a8628dbbad4bc7b3f98a64aa90d3297"
},
{
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64574",
"refsource": "MISC",
"name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64574"
2023-12-16 01:00:35 +00:00
},
{
"url": "http://www.openwall.com/lists/oss-security/2023/12/15/10",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2023/12/15/10"
2023-12-13 21:00:33 +00:00
}
]
},
"source": {
"advisory": "GHSA-686w-5m7m-54vc",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
2023-12-05 21:00:34 +00:00
}
]
}
}