cvelist/2023/50xxx/CVE-2023-50268.json
2023-12-16 01:00:35 +00:00

115 lines
3.9 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-50268",
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "jq is a command-line JSON processor. Version 1.7 is vulnerable to stack-based buffer overflow in builds using decNumber. Version 1.7.1 contains a patch for this issue."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-121: Stack-based Buffer Overflow",
"cweId": "CWE-121"
}
]
},
{
"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-7hmr-442f-qc8j",
"refsource": "MISC",
"name": "https://github.com/jqlang/jq/security/advisories/GHSA-7hmr-442f-qc8j"
},
{
"url": "https://github.com/jqlang/jq/pull/2804",
"refsource": "MISC",
"name": "https://github.com/jqlang/jq/pull/2804"
},
{
"url": "https://github.com/jqlang/jq/commit/c9a51565214eece8f1053089739aea73145bfd6b",
"refsource": "MISC",
"name": "https://github.com/jqlang/jq/commit/c9a51565214eece8f1053089739aea73145bfd6b"
},
{
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64771",
"refsource": "MISC",
"name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64771"
},
{
"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"
}
]
},
"source": {
"advisory": "GHSA-7hmr-442f-qc8j",
"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"
}
]
}
}