CVE-2000-0917 (CNNVD-200012-136)
中文标题:
Linux系统LPRng远程格式化串溢出漏洞
英文标题:
Format string vulnerability in use_syslog() function in LPRng 3.6.24 allows remote attackers to exec...
漏洞描述
中文描述:
LPRng是Berkeley lpr打印工具的一种实现。 某些Linux系统附带的LPRng程序存在一个格式化串溢出漏洞,远程攻击者可以利用此漏洞通过溢出攻击在主机上以root用户权限执行任意指令。 LPRng编程实现中有一个函数use_syslog(),此函数把用户的输入未加检查就作为一个格式化串传给syslog()函数。远程攻击者可以通过输入一个恶意的格式化串来破坏程序执行流程。在测试中,这个漏洞可被攻击者利用来从远程在主机上以root用户的权限执行任意指令。 有问题的代码部分在: /LPRng-3.6.22/src/common/errormsg.c, use_syslog() --- static void use_syslog(int kind, char *msg) ... # ifdef HAVE_OPENLOG /* use the openlog facility */ openlog(Name, LOG_PID | LOG_NOWAIT, SYSLOG_FACILITY ); syslog(kind, msg); closelog(); # else (void) syslog(SYSLOG_FACILITY | kind, msg); # endif /* HAVE_OPENLOG */ ...
英文描述:
Format string vulnerability in use_syslog() function in LPRng 3.6.24 allows remote attackers to execute arbitrary commands.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| caldera | openlinux_ebuilder | 3.0 | - | - |
cpe:2.3:a:caldera:openlinux_ebuilder:3.0:*:*:*:*:*:*:*
|
| caldera | openlinux | * | - | - |
cpe:2.3:o:caldera:openlinux:*:*:*:*:*:*:*:*
|
| caldera | openlinux_edesktop | 2.4 | - | - |
cpe:2.3:o:caldera:openlinux_edesktop:2.4:*:*:*:*:*:*:*
|
| caldera | openlinux_eserver | 2.3 | - | - |
cpe:2.3:o:caldera:openlinux_eserver:2.3:*:*:*:*:*:*:*
|
| redhat | linux | 7.0 | - | - |
cpe:2.3:o:redhat:linux:7.0:*:*:*:*:*:*:*
|
| trustix | secure_linux | 1.0 | - | - |
cpe:2.3:o:trustix:secure_linux:1.0:*:*:*:*:*:*:*
|
| trustix | secure_linux | 1.1 | - | - |
cpe:2.3:o:trustix:secure_linux:1.1:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
exploitdb
exploitdb
cve.org
exploitdb
exploitdb
exploitdb
exploitdb
exploitdb
exploitdb
CVSS评分详情
AV:N/AC:L/Au:N/C:C/I:C/A:C
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2000-0917 |
2025-11-11 15:17:20 | 2025-11-11 07:32:12 |
| NVD | nvd_CVE-2000-0917 |
2025-11-11 14:50:25 | 2025-11-11 07:40:58 |
| CNNVD | cnnvd_CNNVD-200012-136 |
2025-11-11 15:08:39 | 2025-11-11 07:48:44 |
| EXPLOITDB | exploitdb_EDB-16842 |
2025-11-11 15:05:26 | 2025-11-11 08:11:15 |
| EXPLOITDB | exploitdb_EDB-226 |
2025-11-11 15:05:26 | 2025-11-11 08:17:41 |
| EXPLOITDB | exploitdb_EDB-227 |
2025-11-11 15:05:26 | 2025-11-11 08:17:52 |
| EXPLOITDB | exploitdb_EDB-230 |
2025-11-11 15:05:26 | 2025-11-11 08:18:30 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 14 -> 16
- tags_count: 6 -> 7
查看详细变更
- references_count: 12 -> 14
- tags_count: 5 -> 6
查看详细变更
- references_count: 10 -> 12
- tags_count: 4 -> 5
查看详细变更
- references_count: 7 -> 10
- tags_count: 0 -> 4
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200012-136
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- severity: SeverityLevel.MEDIUM -> SeverityLevel.CRITICAL
- cvss_score: 未提取 -> 10.0
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:L/Au:N/C:C/I:C/A:C
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 7
- data_sources: ['cve'] -> ['cve', 'nvd']