CVE-2003-0211 (CNNVD-200305-002)
中文标题:
Xinet拒绝连接内存泄露远程拒绝服务攻击漏洞
英文标题:
Memory leak in xinetd 2.3.10 allows remote attackers to cause a denial of service (memory consumptio...
漏洞描述
中文描述:
Xinetd是一个来源于BSD inetd的安全替代产品,最初是由panos@cs.colorado.edu开发的。 Xinetd当连接被拒绝时会发生内存泄露,远程攻击者可以利用这个漏洞对xinetd服务进行拒绝服务攻击。 问题存在于service.c代码中: void svc_request( struct service *sp ) { connection_s *cp ; status_e ret_code; cp = conn_new( sp ) ; if ( cp == CONN_NULL ) return ; if (sp->svc_not_generic) ret_code = spec_service_handler(sp, cp); else ret_code = svc_generic_handler(sp, cp); if ( ret_code != OK ) { if ( SVC_LOGS_USERID_ON_FAILURE( sp ) ) if( spec_service_handler( LOG_SERVICE( ps ), cp ) == FAILED ) { conn_free( cp, 1 ); return; } CONN_CLOSE(cp); } } 上面代码存在一些问题,xinetd中的sigchld处理程序(child_exit->server_end-> svc_postmortem)一般用于释放连接数据,如果ret_code返回非真,连接就仅仅关闭而已,而不是调用close(cp->co_descriptor); 由于sigchld不调用而不释放cp。cp指向的内存区域为144字节,大量的拒绝连接可导致消耗大量系统内存而发生拒绝服务。 不过此漏洞仅仅存在Xinetd配置为能拒绝错误连接的情况下产生。
英文描述:
Memory leak in xinetd 2.3.10 allows remote attackers to cause a denial of service (memory consumption) via a large number of rejected connections.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| xinetd | xinetd | 2.3.0 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.0:*:*:*:*:*:*:*
|
| xinetd | xinetd | 2.3.1 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.1:*:*:*:*:*:*:*
|
| xinetd | xinetd | 2.3.2 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.2:*:*:*:*:*:*:*
|
| xinetd | xinetd | 2.3.3 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.3:*:*:*:*:*:*:*
|
| xinetd | xinetd | 2.3.4 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.4:*:*:*:*:*:*:*
|
| xinetd | xinetd | 2.3.5 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.5:*:*:*:*:*:*:*
|
| xinetd | xinetd | 2.3.6 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.6:*:*:*:*:*:*:*
|
| xinetd | xinetd | 2.3.7 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.7:*:*:*:*:*:*:*
|
| xinetd | xinetd | 2.3.8 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.8:*:*:*:*:*:*:*
|
| xinetd | xinetd | 2.3.9 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.9:*:*:*:*:*:*:*
|
| xinetd | xinetd | 2.3.10 | - | - |
cpe:2.3:a:xinetd:xinetd:2.3.10:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
exploitdb
exploitdb
cve.org
CVSS评分详情
AV:N/AC:L/Au:N/C:N/I:N/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2003-0211 |
2025-11-11 15:17:26 | 2025-11-11 07:32:18 |
| NVD | nvd_CVE-2003-0211 |
2025-11-11 14:50:37 | 2025-11-11 07:41:05 |
| CNNVD | cnnvd_CNNVD-200305-002 |
2025-11-11 15:08:42 | 2025-11-11 07:48:51 |
| EXPLOITDB | exploitdb_EDB-22508 |
2025-11-11 15:05:25 | 2025-11-11 08:17:33 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 6 -> 9
- tags_count: 0 -> 4
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200305-002
- 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 -> 11
- data_sources: ['cve'] -> ['cve', 'nvd']