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

The CodeAstro Membership Management System version 1.0 contains an SQL injection flaw in the delete_members.php handler, where the 'id' parameter is incorporated directly into a SQL query. An attacker can supply malicious input that is executed by the database, enabling them to delete or modify member records without authentication. This flaw is classified as CWE‑89, indicating a classic input validation failure.

Affected Systems

CodeAstro Membership Management System version 1.0 is the only affected product listed. No additional vendor or product information is available.

Risk and Exploitability

The CVSS score of 9.8 reflects a critical severity. The EPSS score of less than 1% suggests a low current probability of exploitation, but the vulnerability is still high risk. It is not listed in the CISA KEV catalog. The likely attack vector is a web‑based HTTP GET request to /delete_members.php?id= followed by a crafted payload that injects arbitrary SQL.

Generated by OpenCVE AI on August 4, 2026 at 12:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a vendor‑issued patch or update for the delete_members.php endpoint when it becomes available.
  • Implement input validation and use parameterized queries or prepared statements for the 'id' parameter to prevent SQL code execution.
  • Restrict access to the delete operation so that only authenticated administrators can invoke it.

Generated by OpenCVE AI on August 4, 2026 at 12:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 12:45:00 +0000

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

Mon, 03 Aug 2026 16:15: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 /delete_members.php?id=1.
References

Subscriptions

Codeastro Membership Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

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

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

Link: CVE-2025-69934

cve-icon Vulnrichment

Updated: 2026-07-31T17:46:16.899Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2025-69934

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:30:09Z

Weaknesses
  • CWE-89

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