• 公告ID (KylinSec-SA-2022-2531)

摘要:

Sofia-SIP is an open-source Session Initiation Protocol (SIP) User-Agent library. Prior to version 1.13.8, an attacker can send a message with evil sdp to FreeSWITCH, which may cause crash. This type of crash may be caused by `#define MATCH(s, m) (strncmp(s, m, n = sizeof(m) - 1) == 0)`, which will make `n` bigger and trigger out-of-bound access when `IS_NON_WS(s[n])`. Version 1.13.8 contains a patch for this issue.

安全等级: Low

公告ID: KylinSec-SA-2022-2531

发布日期: 2022年10月24日

关联CVE: CVE-2022-31001  

  • 详细介绍

1. 漏洞描述

   

Sofia-SIP is an open-source Session Initiation Protocol (SIP) User-Agent library. Prior to version 1.13.8, an attacker can send a message with evil sdp to FreeSWITCH, which may cause crash. This type of crash may be caused by `#define MATCH(s, m) (strncmp(s, m, n = sizeof(m) - 1) == 0)`, which will make `n` bigger and trigger out-of-bound access when `IS_NON_WS(s[n])`. Version 1.13.8 contains a patch for this issue.

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2022-31001 KY3.4-4A sofia-sip Unaffected
CVE-2022-31001 KY3.4-5 sofia-sip Unaffected
CVE-2022-31001 KY3.5.1 sofia-sip Unaffected

3. 影响组件

    无

4. 修复版本

    无

5. 修复方法

   无

6. 下载链接

    无
上一篇:KylinSec-SA-2022-2530 下一篇:KylinSec-SA-2022-2532