CVE-2002-1742 (CNNVD-200212-641)
中文标题:
SOAP::Lite远程任意命令可执行漏洞
英文标题:
SOAP::Lite 0.50 through 0.52 allows remote attackers to load arbitrary Perl functions by suppling a ...
漏洞描述
中文描述:
SOAP::Lite是一套PERL模块组件,为简单对象访问协议(SOAP)提供简单轻量级访问接口,可使用在Liunx、unix、windows系统下。 在调用了SOAP::Lite组件的应用服务程序中存在漏洞,可导致攻击者以调用SOAP::Lite组件的应用服务程序的进程执行任意命令。 SOAP::Lite组件中的HTTP::Daemon::ClientConn;包不安全的使用了open函数,其有漏洞代码如下: ... package HTTP::Daemon::ClientConn; ... sub send_file { my($self, $file) = @_; my $opened = 0; if (!ref($file)) { local(*F); open(F, $file) || return undef; ... 攻击者可以调用$soap->call("X:HTTP::Daemon::ClientConn::send_file" => "|/bin/ps");形式导致服务端以Demo->HTTP::Daemon::ClientConn::send_file("|/bin/ps");的顺序调用函数,通过"|"元字符可导致其后命令以调用SOAP::Lite组件服务程序进程的权限执行任意命令。
英文描述:
SOAP::Lite 0.50 through 0.52 allows remote attackers to load arbitrary Perl functions by suppling a non-existent function in a script using a SOAP::Lite module, which causes the AUTOLOAD subroutine to trigger.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| paul_kulchenko | soap_lite | 0.50 | - | - |
cpe:2.3:a:paul_kulchenko:soap_lite:0.50:*:*:*:*:*:*:*
|
| paul_kulchenko | soap_lite | 0.51 | - | - |
cpe:2.3:a:paul_kulchenko:soap_lite:0.51:*:*:*:*:*:*:*
|
| paul_kulchenko | soap_lite | 0.52 | - | - |
cpe:2.3:a:paul_kulchenko:soap_lite:0.52:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
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:P/A:N
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2002-1742 |
2025-11-11 15:17:25 | 2025-11-11 07:32:17 |
| NVD | nvd_CVE-2002-1742 |
2025-11-11 14:50:28 | 2025-11-11 07:41:03 |
| CNNVD | cnnvd_CNNVD-200212-641 |
2025-11-11 15:08:40 | 2025-11-11 07:48:50 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200212-641
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- cvss_score: 未提取 -> 5.0
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:L/Au:N/C:N/I:P/A:N
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 3
- data_sources: ['cve'] -> ['cve', 'nvd']