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
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.