CVE-2004-0400 (CNNVD-200407-022)
中文标题:
Exim头语法检查远程堆栈缓冲区溢出漏洞
英文标题:
Stack-based buffer overflow in Exim 4 before 4.33, when the headers_check_syntax option is enabled, ...
漏洞描述
中文描述:
Exim是一款流行的EMAIL服务器(MTA)。 Exim在exim.conf配置文件中设置headers_check_syntax选项时检查头时没有正确检查缓冲区边界,远程攻击者可以利用这个漏洞发送恶意邮件,诱使Exim处理,触发缓冲区溢出。 在exim 3.35的accept.c和exim 4.32的verify.c中: --- char hname[64]; char *t = h->text; char *tt = hname; char *verb = "is"; int len; while (*t != ':') *tt++ = *t++; *tt = 0; --- 如果exim 3.35的exim.conf文件中包含"headers_check_syntax"和exim 4.32中包含"require verify = header_syntax" 选项,由于没有对"t"限制长度,可造成缓冲区溢出,目前还不知道是否可用于执行任意指令。
英文描述:
Stack-based buffer overflow in Exim 4 before 4.33, when the headers_check_syntax option is enabled, allows remote attackers to cause a denial of service and possibly execute arbitrary code during the header check.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| university_of_cambridge | exim | * | - | - |
cpe:2.3:a:university_of_cambridge:exim:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
AV:N/AC:L/Au:N/C:P/I:P/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2004-0400 |
2025-11-11 15:17:29 | 2025-11-11 07:32:21 |
| NVD | nvd_CVE-2004-0400 |
2025-11-11 14:50:54 | 2025-11-11 07:41:07 |
| CNNVD | cnnvd_CNNVD-200407-022 |
2025-11-11 15:08:44 | 2025-11-11 07:48:53 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200407-022
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- severity: SeverityLevel.MEDIUM -> SeverityLevel.HIGH
- cvss_score: 未提取 -> 7.5
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:L/Au:N/C:P/I:P/A:P
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 1
- data_sources: ['cve'] -> ['cve', 'nvd']