Description
CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in the edit_type.php endpoint via the Parameter id.
Published: 2026-07-30
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The CodeAstro Membership Management System version 1.0 contains a critical SQL Injection flaw in the edit_type.php endpoint. The id parameter is concatenated directly into an SQL query, allowing an attacker to inject arbitrary SQL statements. This can lead to unintended data exfiltration, modification, or deletion of the membership database, thereby compromising both confidentiality and integrity of the application data.

Affected Systems

The vulnerability is limited to CodeAstro Membership Management System 1.0 and specifically targets the edit_type.php endpoint used for changing user types. No other products or versions are enumerated as affected.

Risk and Exploitability

With a CVSS score of 9.8 the flaw is classified as critical. Although the EPSS score is below 1%, indicating a low probability of exploitation in the wild, the exploit remains possible and could be used by adversaries with network access to the application. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is over the web interface, potentially without authentication if the endpoint does not enforce proper access controls, otherwise it requires administrative credentials.

Generated by OpenCVE AI on August 4, 2026 at 23:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Limit access to edit_type.php so that only authenticated administrative users can invoke the endpoint, adding proper authentication and authorization checks.
  • Validate the id parameter rigorously, ensuring it is an integer or matches an allowed set of values before it is used in any database operation.
  • Rewrite the database query to use a parameterized statement or a prepared statement, removing the direct concatenation of the id value into the SQL command.

Generated by OpenCVE AI on August 4, 2026 at 23:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Title SQL Injection in CodeAstro Membership Management System 1.0 Edit Type Endpoint

Mon, 03 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Codeastro
Codeastro membership Management System
Vendors & Products Codeastro
Codeastro membership Management System

Fri, 31 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
Title SQL Injection in CodeAstro Membership Management System 1.0 Edit Type Endpoint

Fri, 31 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Description CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in the edit_type.php endpoint via the Parameter id.
References

Subscriptions

Codeastro Membership Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-31T15:59:33.038Z

Reserved: 2026-01-09T00:00:00.000Z

Link: CVE-2025-69937

cve-icon Vulnrichment

Updated: 2026-07-31T14:35:12.185Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T21:16:52.563

Modified: 2026-07-31T16:16:56.643

Link: CVE-2025-69937

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:15:07Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')