Impact
The CodeAstro Membership Management System 1.0 contains a flaw in the renew.php script where the membershipType parameter is inserted directly into an SQL statement without proper sanitization. This classic SQL injection (CWE-89) allows an attacker to execute arbitrary database commands, potentially reading, modifying, or deleting member data and corrupting application state.
Affected Systems
The vulnerability applies to the CodeAstro Membership Management System version 1.0. No additional vendors or products are mentioned in the available information.
Risk and Exploitability
The CVSS score of 9.8 reflects a critical severity level, while the EPSS score is less than 1%, indicating a low current exploitation probability. Based on the description, it is inferred that the vulnerability is triggered via the publicly reachable renew.php endpoint, meaning attackers who can access this URL can provide a crafted membershipType value to inject SQL. The impact ranges from data exposure to full database compromise. The vulnerability is not listed in CISA’s KEV catalog, but the combined high impact and potential for low effort exploitation warrants immediate attention.
OpenCVE Enrichment