CVE-2005-3738 (CNNVD-200511-354)
中文标题:
Mambo globals.php远程文件包含漏洞
英文标题:
globals.php in Mambo Site Server 4.0.14 and earlier, when register_globals is disabled, allows remot...
漏洞描述
中文描述:
Mambo是功能强大的免费开放源码内容管理系统。 如果关闭了register_globals的话,则Mambo的globals.php中存在远程文件包含漏洞,成功利用这个漏洞的攻击者可以以Web server进程的权限执行任意远程PHP代码。 在globals.php中: if (!ini_get('register_globals')) { while(list($key,$value)=each($_FILES)) $GLOBALS[$key]=$value; while(list($key,$value)=each($_ENV)) $GLOBALS[$key]=$value; while(list($key,$value)=each($_GET)) $GLOBALS[$key]=$value; while(list($key,$value)=each($_POST)) $GLOBALS[$key]=$value; while(list($key,$value)=each($_COOKIE)) $GLOBALS[$key]=$value; while(list($key,$value)=each($_SERVER)) $GLOBALS[$key]=$value; while(list($key,$value)=@each($_SESSION)) $GLOBALS[$key]=$value; foreach($_FILES as $key => $value){ $GLOBALS[$key]=$_FILES[$key]['tmp_name']; foreach($value as $ext => $value2){ $key2 = $key . '_' . $ext; $GLOBALS[$key2] = $value2; } } } mambo.php中保护实效: if (in_array( 'globals', array_keys( array_change_key_case( $_REQUEST, CASE_LOWER ) ) ) ) { die( 'Fatal error. Global variable hack attempted.' ); } if (in_array( '_post', array_keys( array_change_key_case( $_REQUEST, CASE_LOWER ) ) ) ) { die( 'Fatal error. Post variable hack attempted.' ); }
英文描述:
globals.php in Mambo Site Server 4.0.14 and earlier, when register_globals is disabled, allows remote attackers to overwrite variables in the GLOBALS array and conduct various attacks, as demonstrated using the mosConfig_absolute_path parameter to content.html.php for remote PHP file inclusion.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| mambo | mambo_site_server | 4.0 | - | - |
cpe:2.3:a:mambo:mambo_site_server:4.0:*:*:*:*:*:*:*
|
| mambo | mambo_site_server | 4.0.10 | - | - |
cpe:2.3:a:mambo:mambo_site_server:4.0.10:*:*:*:*:*:*:*
|
| mambo | mambo_site_server | 4.0.11 | - | - |
cpe:2.3:a:mambo:mambo_site_server:4.0.11:*:*:*:*:*:*:*
|
| mambo | mambo_site_server | 4.0.12 | - | - |
cpe:2.3:a:mambo:mambo_site_server:4.0.12:*:*:*:*:*:*:*
|
| mambo | mambo_site_server | 4.0.12_beta | - | - |
cpe:2.3:a:mambo:mambo_site_server:4.0.12_beta:*:*:*:*:*:*:*
|
| mambo | mambo_site_server | 4.0.12_beta_2 | - | - |
cpe:2.3:a:mambo:mambo_site_server:4.0.12_beta_2:*:*:*:*:*:*:*
|
| mambo | mambo_site_server | 4.0.12_rc1 | - | - |
cpe:2.3:a:mambo:mambo_site_server:4.0.12_rc1:*:*:*:*:*:*:*
|
| mambo | mambo_site_server | 4.0.12_rc2 | - | - |
cpe:2.3:a:mambo:mambo_site_server:4.0.12_rc2:*:*:*:*:*:*:*
|
| mambo | mambo_site_server | 4.0.12_rc3 | - | - |
cpe:2.3:a:mambo:mambo_site_server:4.0.12_rc3:*:*:*:*:*:*:*
|
| mambo | mambo_site_server | 4.0.14 | - | - |
cpe:2.3:a:mambo:mambo_site_server:4.0.14:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
exploitdb
exploitdb
cve.org
CVSS评分详情
AV:N/AC:H/Au:N/C:N/I:P/A:N
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2005-3738 |
2025-11-11 15:17:37 | 2025-11-11 07:32:29 |
| NVD | nvd_CVE-2005-3738 |
2025-11-11 14:51:20 | 2025-11-11 07:41:15 |
| CNNVD | cnnvd_CNNVD-200511-354 |
2025-11-11 15:08:48 | 2025-11-11 07:49:01 |
| EXPLOITDB | exploitdb_EDB-1337 |
2025-11-11 15:05:37 | 2025-11-11 08:05:55 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 9 -> 12
- tags_count: 0 -> 4
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200511-354
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- severity: SeverityLevel.MEDIUM -> SeverityLevel.LOW
- cvss_score: 未提取 -> 2.6
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:H/Au:N/C:N/I:P/A:N
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 10
- data_sources: ['cve'] -> ['cve', 'nvd']