First published: Wed Nov 30 2022(Updated: )
Church Management System v1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /admin/edit_members.php.
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Church Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-45328 is a SQL injection vulnerability discovered in Church Management System v1.0.
CVE-2022-45328 allows an attacker to perform SQL injection attacks through the 'id' parameter in the '/admin/edit_members.php' endpoint of Church Management System v1.0.
CVE-2022-45328 has a severity rating of 7.2 (high).
The CWE ID associated with CVE-2022-45328 is CWE-89 (SQL Injection).
To fix the SQL injection vulnerability in Church Management System v1.0, it is recommended to implement proper input validation and parameterized queries to prevent malicious SQL statements.