CVE-2007-1546 (CNNVD-200703-477)
中文标题:
Network Audio System ProcAuSetElements无效内存指针拒绝服务漏洞
英文标题:
Array index error in Network Audio System (NAS) before 1.8a SVN 237 allows remote attackers to cause...
漏洞描述
中文描述:
Network Audio System(NAS)是一套采用客户机/服务器结构的网络音频传输系统。该系统支持音频传输、音频处理、音频存储等。 Network Audio System中ProcAuSetElements中过大的num_actions导致无效的内存指针 在ProcAuSetElements中num_actions用于增量stuff缓冲区中el架构的指针。如果客户端发送了一个或多个很大的num_action值的话,就会强制服务器使用stuff缓冲区外的数据,导致崩溃。 server/dia/audispatch.c文件中的漏洞代码: #define ADD_VAR(n) \ { \ AuUint8 *_t = (AuUint8 *) el; \ \ varLen += (n); \ _t += (n); \ el = (auElement *) _t; \ } #define COMP_ACTIONS(num) \ { \ numActions += (num) ? (num) : numDefaultActions[el->type]; \ ADD_VAR((num) * sizeof(auElementAction)); \ } ... int ProcAuSetElements(ClientPtr client) { fprintf(stderr, "XXX ProcAuSetElements\n"); REQUEST(auSetElementsReq); FlowPtr flow; int len, i, varLen, numActions, status; auElement *el; ... el = (auElement *) & stuff[1]; /* compute length of variable data and do some error checking */ for (i = varLen = numActions = 0; i < stuff->numElements; i++, el++) switch (el->type) { case AuElementTypeImportClient: COMP_ACTIONS(el->importclient.actions.num_actions); ...
英文描述:
Array index error in Network Audio System (NAS) before 1.8a SVN 237 allows remote attackers to cause a denial of service (crash) via (1) large num_action values in the ProcAuSetElements function in server/dia/audispatch.c or (2) a large inputNum parameter to the compileInputs function in server/dia/auutil.c.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| radscan | network_audio_system | 1.8a | - | - |
cpe:2.3:a:radscan:network_audio_system:1.8a:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
CVSS评分详情
AV:N/AC:L/Au:N/C:N/I:N/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2007-1546 |
2025-11-11 15:17:51 | 2025-11-11 07:32:42 |
| NVD | nvd_CVE-2007-1546 |
2025-11-11 14:52:09 | 2025-11-11 07:41:28 |
| CNNVD | cnnvd_CNNVD-200703-477 |
2025-11-11 15:08:53 | 2025-11-11 07:49:15 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- cnnvd_id: 未提取 -> CNNVD-200703-477
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- cvss_score: 未提取 -> 5.0
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:L/Au:N/C:N/I:N/A:P
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 1
- data_sources: ['cve'] -> ['cve', 'nvd']