CVE-2007-3230 (CNNVD-200706-245)
中文标题:
PHP::HTML htmlclass_path远程文件包含漏洞
英文标题:
PHP remote file inclusion vulnerability in phphtml.php in Idan Sofer PHP::HTML 0.6.4 allows remote a...
漏洞描述
中文描述:
PHP::HTML是一套HTML类,用于帮助创建复杂的文档。 PHP::HTML处理用户请求时存在输入验证漏洞,远程攻击者可能利用此漏洞在服务器上执行任意命令。 PHP::HTML的phphtml.php脚本中没有正确地验证htmlclass_path参数的输入,允许攻击者通过包含任意本地或外部资源导致执行任意代码。漏洞代码如下: <? define (PHPHTML_VERSION, "0.6.4"); /* gettext is not implemented for now*/ $use_gettext=0; /* We need to know where the PHP::HTML tree is installed.*/ if (strlen(chop($htmlclass_path))==0) $htmlclass_path="."; if ($use_gettext==1) { if (function_exists("gettext")) { $gettext_enable=1; } } include("$htmlclass_path/ext.php"); /* Some extenstions to PHP */ include("$htmlclass_path/core.php"); /* PHP::HTML Core */ include("$htmlclass_path/xhtml.php"); /* XHTML extensions */ include("$htmlclass_path/xhtml_table.php"); /* XHTML tables extensions */ include("$htmlclass_path/xhtml_forms.php"); /* XHTML forms extensions */ include("$htmlclass_path/xhtml_doc.php"); /* XHTML document extension */ include("$htmlclass_path/wml.php"); /* WML extension */ 成功攻击要求打开了register_globals选项。
英文描述:
PHP remote file inclusion vulnerability in phphtml.php in Idan Sofer PHP::HTML 0.6.4 allows remote attackers to execute arbitrary PHP code via a URL in the htmlclass_path parameter.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| simian_systems_inc | sitellite | 0.6.4 | - | - |
cpe:2.3:a:simian_systems_inc:sitellite:0.6.4:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
exploitdb
cve.org
CVSS评分详情
AV:N/AC:M/Au:N/C:P/I:P/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2007-3230 |
2025-11-11 15:17:53 | 2025-11-11 07:32:44 |
| NVD | nvd_CVE-2007-3230 |
2025-11-11 14:52:11 | 2025-11-11 07:41:30 |
| CNNVD | cnnvd_CNNVD-200706-245 |
2025-11-11 15:08:57 | 2025-11-11 07:49:18 |
| EXPLOITDB | exploitdb_EDB-4072 |
2025-11-11 15:05:40 | 2025-11-11 08:41:08 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 6 -> 8
- tags_count: 0 -> 4
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200706-245
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- cvss_score: 未提取 -> 6.8
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:M/Au:N/C:P/I:P/A:P
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 1
- data_sources: ['cve'] -> ['cve', 'nvd']