header-logo
Suggest Exploit
vendor:
vCard PRO
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: vCard PRO
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: No
Related CWE: Not applicable
CPE: Not applicable
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

vCard PRO SQL Injection Vulnerability

The vCard PRO application is prone to an SQL injection vulnerability. This vulnerability occurs when user-supplied input is not properly sanitized before being used in an SQL query. An attacker can exploit this vulnerability by injecting malicious SQL code into the 'addr_id' parameter of the 'edit' action in the 'addrbook.php' script. Successful exploitation of this vulnerability could lead to a compromise of the application, disclosure or modification of data, or allow the attacker to exploit other vulnerabilities in the underlying database implementation.

Mitigation:

To mitigate this vulnerability, it is recommended to sanitize and validate user-supplied input before using it in SQL queries. Additionally, using parameterized queries or prepared statements can help prevent SQL injection attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/15254/info

vCard PRO is prone to an SQL injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.

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. 

http://www.example.com/fcard/addrbook.php?action=edit&addr_id='[SQL]