vendor:
Fundraising Script
by:
nu11secur1ty
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Fundraising Script
Affected Version From: Fundraising Script-1.0
Affected Version To: Fundraising Script-1.0
Patch Exists: NO
Related CWE:
CPE: a:phpjabbers:fundraising_script:1.0
Platforms Tested:
2023
Fundraising Script-1.0 SQL Injection
The 'cid' parameter in Fundraising Script-1.0 is vulnerable to SQL injection attacks. By submitting the payload ' as the cid parameter, a database error message was returned. If the database is not empty, this vulnerability could lead to unauthorized access to sensitive information such as donor's money and bank account details.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent SQL injection attacks.