CVE-2002-1211 (CNNVD-200211-027)
中文标题:
Prometheus应用程序架构远程文件包含漏洞
英文标题:
Prometheus 6.0 and earlier allows remote attackers to execute arbitrary PHP code via a modified PROM...
漏洞描述
中文描述:
Prometheus是一款基于WEB的应用程序架构系统,由PHP编写。 Prometheus中的prometheus-library/all.lib代码中对用户提交的要装载的库路径缺少正确检查,远程攻击者可以利用这个漏洞装载包含其他服务器上的文件,导致文件中的PHP代码以WEB用户权限执行。 prometheus-library/all.lib中包含如下问题代码: if ( ! isset( $PROMETHEUS_LIBRARY_BASE ) || $PROMETHEUS_LIBRARY_BASE == '') { $PROMETHEUS_LIBRARY_BASE = './prometheus-library'; } if ( ! isset( $PHP_AUTO_LOAD_LIB ) ) { $PHP_AUTO_LOAD_LIB = 0; } if ( ! isset( $PROMETHEUS_LIB_PATH ) ) { $PROMETHEUS_LIB_PATH = 0; } if ( $PHP_AUTO_LOAD_LIB == 0 ) { include( $PROMETHEUS_LIBRARY_BASE . '/autoload.lib' ); } if ( $PROMETHEUS_LIB_PATH == 0 ) { include( $PROMETHEUS_LIBRARY_BASE . '/prometheus- lib.path' ); } 由于多个脚本(index.php,install.php,test_*.php)在包含all.lib时没有进行充分的过滤,通过设置PHP_AUTO_LOAD_LIB为"0"和PROMETHEUS_LIBRARY_BASE为攻击者控制服务器地址,攻击者可以迫使应用程序装载远程服务器上包含任意PHP代码的autoload.lib库,导致以WEB用户权限执行伪造autoload.lib库中包含的任意脚本代码。
英文描述:
Prometheus 6.0 and earlier allows remote attackers to execute arbitrary PHP code via a modified PROMETHEUS_LIBRARY_BASE that points to code stored on a remote server, which is then used in (1) index.php, (2) install.php, or (3) various test_*.php scripts.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| jason_orcutt | prometheus | 3.0_beta | - | - |
cpe:2.3:a:jason_orcutt:prometheus:3.0_beta:*:*:*:*:*:*:*
|
| jason_orcutt | prometheus | 4.0_beta | - | - |
cpe:2.3:a:jason_orcutt:prometheus:4.0_beta:*:*:*:*:*:*:*
|
| jason_orcutt | prometheus | 6.0 | - | - |
cpe:2.3:a:jason_orcutt:prometheus:6.0:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
exploitdb
exploitdb
cve.org
CVSS评分详情
AV:N/AC:L/Au:N/C:P/I:P/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2002-1211 |
2025-11-11 15:17:24 | 2025-11-11 07:32:16 |
| NVD | nvd_CVE-2002-1211 |
2025-11-11 14:50:28 | 2025-11-11 07:41:03 |
| CNNVD | cnnvd_CNNVD-200211-027 |
2025-11-11 15:08:41 | 2025-11-11 07:48:49 |
| EXPLOITDB | exploitdb_EDB-21976 |
2025-11-11 15:05:36 | 2025-11-11 08:16:39 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 5 -> 8
- tags_count: 0 -> 4
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200211-027
- 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 -> 3
- data_sources: ['cve'] -> ['cve', 'nvd']