cvelist/2021/43xxx/CVE-2021-43301.json
2022-02-16 21:01:21 +00:00

79 lines
2.5 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-43301",
"ASSIGNER": "security@jfrog.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "teluu",
"product": {
"product_data": [
{
"product_name": "pjsip",
"version": {
"version_data": [
{
"version_name": "",
"version_affected": "<=",
"version_value": "2.11.1",
"platform": ""
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-121"
}
]
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Stack overflow in PJSUA API when calling pjsua_playlist_create. An attacker-controlled 'file_names' argument may cause a buffer overflow since it is copied to a fixed-size stack buffer without any size validation."
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://github.com/pjsip/pjproject/security/advisories/GHSA-qcvw-h34v-c7r9",
"name": "https://github.com/pjsip/pjproject/security/advisories/GHSA-qcvw-h34v-c7r9"
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"version": "3.1"
}
}
}