CVE-2008-0520 (CNNVD-200801-464)
中文标题:
WordPress WassUp插件多个SQL注入漏洞
英文标题:
Multiple SQL injection vulnerabilities in main.php in the WassUp plugin 1.4 through 1.4.3 for WordPr...
漏洞描述
中文描述:
WordPress是一款免费的论坛Blog系统。 WordPress的WassUp插件存在输入验证漏洞,远程攻击者可能利用此漏洞执行SQL注入攻击。 WordPress的WassUp插件中'main.php文件没有正确地验证对to_date参数的输入: # if (isset($_GET['to_date'])) $to_date = HTMLentities(strip_tags($_GET['to_date'])); # ........... # spyview($from_date,$to_date,$rows); # # -In main.php # # function spyview ($from_date="",$to_date="",$rows="999") { # ........... # $qryC = $wpdb->get_results("SELECT id, wassup_id, max(timestamp) as max_timestamp, ip, hostname, searchengine, # urlrequested, agent, referrer, spider, username, comment_author FROM $table_name WHERE timestamp BETWEEN $from_date AND # $to_date GROUP BY id ORDER BY max_timestamp DESC"); 这允许远程攻击者通过注入任意SQL代码控制SQL查询。
英文描述:
Multiple SQL injection vulnerabilities in main.php in the WassUp plugin 1.4 through 1.4.3 for WordPress allow remote attackers to execute arbitrary SQL commands via the (1) from_date or (2) to_date parameter to spy.php.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| wordpress | wassup_plugin | * | - | - |
cpe:2.3:a:wordpress:wassup_plugin:*:*:*:*:*:*:*:*
|
| wordpress | wassup_plugin | 1.4 | - | - |
cpe:2.3:a:wordpress:wassup_plugin:1.4:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
AV:N/AC:L/Au:N/C:P/I:P/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2008-0520 |
2025-11-11 15:17:58 | 2025-11-11 07:32:50 |
| NVD | nvd_CVE-2008-0520 |
2025-11-11 14:52:33 | 2025-11-11 07:41:36 |
| CNNVD | cnnvd_CNNVD-200801-464 |
2025-11-11 15:09:00 | 2025-11-11 07:49:23 |
| EXPLOITDB | exploitdb_EDB-5017 |
2025-11-11 15:05:46 | 2025-11-11 08:58:29 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 5 -> 7
- tags_count: 0 -> 4
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> SQL注入
- cnnvd_id: 未提取 -> CNNVD-200801-464
- 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 -> 2
- data_sources: ['cve'] -> ['cve', 'nvd']