cvelist/2023/27xxx/CVE-2023-27596.json

95 lines
3.7 KiB
JSON
Raw Normal View History

2023-03-04 02:00:40 +00:00
{
2023-03-15 21:00:35 +00:00
"data_version": "4.0",
2023-03-04 02:00:40 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-27596",
2023-03-15 21:00:35 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-03-04 02:00:40 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-03-15 21:00:35 +00:00
"value": "OpenSIPS is a Session Initiation Protocol (SIP) server implementation. Prior to versions 3.1.8 and 3.2.5, OpenSIPS crashes when a malformed SDP body is sent multiple times to an OpenSIPS configuration that makes use of the `stream_process` function. This issue was discovered during coverage guided fuzzing of the function `codec_delete_except_re`. By abusing this vulnerability, an attacker is able to crash the server. It affects configurations containing functions that rely on the affected code, such as the function `codec_delete_except_re`. This issue has been fixed in version 3.1.8 and 3.2.5."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-770: Allocation of Resources Without Limits or Throttling",
"cweId": "CWE-770"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "OpenSIPS",
"product": {
"product_data": [
{
"product_name": "opensips",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 3.1.8"
},
{
"version_affected": "=",
"version_value": ">= 3.2.0, < 3.2.5"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/OpenSIPS/opensips/security/advisories/GHSA-3ghx-j39m-cw4f",
"refsource": "MISC",
"name": "https://github.com/OpenSIPS/opensips/security/advisories/GHSA-3ghx-j39m-cw4f"
},
{
"url": "https://github.com/OpenSIPS/opensips/commit/dd051f8ed5ae3347fb1d556ced3c97822c9d8450",
"refsource": "MISC",
"name": "https://github.com/OpenSIPS/opensips/commit/dd051f8ed5ae3347fb1d556ced3c97822c9d8450"
}
]
},
"source": {
"advisory": "GHSA-3ghx-j39m-cw4f",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
2023-03-04 02:00:40 +00:00
}
]
}
}