CVE-2004-2650 (CNNVD-200412-324)
中文标题:
Apache James Spooler内存泄漏拒绝服务漏洞
英文标题:
Spooler in Apache Foundation James 2.2.0 allows local users to cause a denial of service (memory con...
漏洞描述
中文描述:
Apache James是一款易用的开源Java邮件服务器。 Apache James的spooler中出现了错误情况的话就可能导致内存泄漏: if (lock(s)) { MailImpl mail = null; try { mail = retrieve(s); } catch (javax.mail.MessagingException e) { ... } if (mail == null) { continue; } 如果检索返回为空或出现错误,就会保持锁定,泄漏内存。此外: if (filter.accept (mail.getName(), mail.getState(), mail.getLastUpdated().getTime(), mail.getErrorMessage())) { return mail; } 如果没有接受filter,就会泄漏锁定信息,该特定线程的消息会一直锁定。
英文描述:
Spooler in Apache Foundation James 2.2.0 allows local users to cause a denial of service (memory consumption) by triggering various error conditions in the retrieve function, which prevents a lock from being released and causes a memory leak.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| apache | james | 2.2.0 | - | - |
cpe:2.3:a:apache:james:2.2.0:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
AV:L/AC:L/Au:N/C:N/I:N/A:C
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2004-2650 |
2025-11-11 15:17:31 | 2025-11-11 07:32:24 |
| NVD | nvd_CVE-2004-2650 |
2025-11-11 14:50:56 | 2025-11-11 07:41:10 |
| CNNVD | cnnvd_CNNVD-200412-324 |
2025-11-11 15:08:45 | 2025-11-11 07:48:55 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200412-324
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- cvss_score: 未提取 -> 4.9
- cvss_vector: NOT_EXTRACTED -> AV:L/AC:L/Au:N/C:N/I:N/A:C
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 1
- data_sources: ['cve'] -> ['cve', 'nvd']