Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Kingcoues

#18619of 53,634
14.4Total CVSS
Vulnerabilities · 2
High
2
PT-2022-25921
7.2
2022-10-14
Unknown · Open Source Sacco Management System · CVE-2022-41535
**Name of the Vulnerable Software and Affected Versions** Open Source SACCO Management System version 1.0 **Description** A SQL injection issue was found in the id parameter at the /sacco shield/manage borrower.php API endpoint. **Recommendations** For Open Source SACCO Management System version 1.0, avoid using the `id` parameter in the /sacco shield/manage borrower.php API endpoint until the issue is resolved. At the moment, there is no information about a newer version that contains a fix for this vulnerability.
PT-2022-25922
7.2
2022-10-14
Unknown · Open Source Sacco Management System · CVE-2022-41536
**Name of the Vulnerable Software and Affected Versions** Open Source SACCO Management System version 1.0 **Description** A SQL injection issue was found in the id parameter at the /sacco shield/manage user.php API endpoint. This allows for potential exploitation by injecting malicious SQL code. **Recommendations** For Open Source SACCO Management System version 1.0, avoid using the `id` parameter in the /sacco shield/manage user.php endpoint until the issue is resolved. Consider implementing input validation and sanitization for the `id` parameter to prevent SQL injection attacks.