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

Impact

A classic SQL injection flaw exists in the Membership Management System’s print_membership_card.php page, where the id parameter is passed directly into a database query without proper sanitisation. An attacker can inject arbitrary SQL commands through this parameter, allowing read, modify or delete operations on the underlying database. The impact includes theft of member records, potential alteration of membership statuses, creation of rogue administrative credentials, and broader compromise of the system’s confidentiality and integrity.

Affected Systems

The affected product is the CodeAstro Membership Management System, version 1.0. The vulnerability is triggered by accessing the /print_membership_card.php endpoint with an id query string, such as /print_membership_card.php?id=1. No other product versions are listed in the available data.

Risk and Exploitability

The EPSS score is < 1%, indicating a very low but non-zero exploitation probability, and the issue is not listed in the CISA KEV catalog. Nevertheless, the flaw is exploitable over the network, requiring only that the attacker can reach the vulnerable endpoint and submit a crafted id value. Because the affected code directly concatenates user input into an SQL statement, the attack is straightforward for an automated exploitation script. The potential damage aligns with a high‑severity rating on a CVSS scale, with an exact score of 9.8 indicated in the source data.

Generated by OpenCVE AI on August 3, 2026 at 12:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an updated version of the CodeAstro Membership Management System that removes the SQL injection flaw.
  • Refactor the application to use parameterised queries or prepared statements when accessing the database via the id parameter.
  • Implement input validation to ensure the id value is a numeric integer before it is used in SQL statements.

Generated by OpenCVE AI on August 3, 2026 at 12:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 13:15:00 +0000

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

Sun, 02 Aug 2026 19:45: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 19: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': 'poc', '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 /print_membership_card.php?id=1.
References

Subscriptions

Codeastro Membership Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-31T18:24:02.594Z

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

Link: CVE-2025-69930

cve-icon Vulnrichment

Updated: 2026-07-31T18:23:04.435Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-07-31T19:17:02.690

Link: CVE-2025-69930

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T13:00:07Z

Weaknesses
  • CWE-89

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