Description
CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /edit_member.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

CodeAstro Membership Management System 1.0 contains a classic SQL Injection flaw in the edit_member.php script. The vulnerability resides in the handling of the id parameter in the URL, which is interpolated directly into an SQL query without sanitization. An attacker able to supply a crafted id value could inject arbitrary SQL commands. The impact could range from data disclosure to modification or deletion of user records, effectively compromising confidentiality, integrity, and availability of the membership database.

Affected Systems

The affected product is CodeAstro Membership Management System version 1.0. The vulnerability is specifically tied to the edit_member.php script reachable at the path /edit_member.php?id=1. Users running version 1.0 of the system in a production or exposed environment are at risk. No vendor or official patch is listed in the CVE data, so any deployment of the affected version should be considered vulnerable.

Risk and Exploitability

The CVSS score is 9.8 and the EPSS score is less than 1%, indicating a severe risk but a very low probability of exploitation at this time. KEV does not list the vulnerability, so no confirmed exploits are publicly known. Nevertheless, SQL injection vulnerabilities inherently carry high potential for remote attackers to execute arbitrary database commands, and the likely attack vector is the web interface via the id query string, which an unauthenticated or authenticated attacker may control. Without mitigation, the risk remains potentially severe, especially for systems exposing the edit_member endpoint to the internet.

Generated by OpenCVE AI on August 2, 2026 at 07:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor's official patch or upgrade to a protected version of CodeAstro Membership Management System when available.
  • Modify edit_member.php to use parameterized queries and safely escape the id parameter.
  • Restrict access to edit_member.php to authorized users only and enforce proper authentication and authorization checks.
  • Deploy a web application firewall (WAF) with SQL injection protection rules to monitor and block malicious requests.

Generated by OpenCVE AI on August 2, 2026 at 07:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Sun, 02 Aug 2026 08:00:00 +0000

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

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

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

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 /edit_member.php?id=1.
References

Subscriptions

Codeastro Membership Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-31T19:00:52.675Z

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

Link: CVE-2025-69936

cve-icon Vulnrichment

Updated: 2026-07-31T17:27:59.799Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2025-69936

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:45:03Z

Weaknesses
  • CWE-89

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