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

An attacker can inject arbitrary SQL statements through the id parameter in the delete_membership.php script of the CodeAstro Membership Management System, allowing the execution of unintended database commands. By crafting malicious input, an adversary can read, modify, or delete data, potentially leading to the loss of data confidentiality, integrity, and availability. The weakness is a classic SQL Injection (CWE‑89) caused by insufficient input sanitization or the use of non‑parameterized queries.

Affected Systems

CodeAstro Membership Management System, version 1.0. No additional vendor or product details are provided.

Risk and Exploitability

The CVSS score of 9.8 indicates critical severity. Based on the EPSS score of < 1 %, the likelihood of exploitation is very low, though the vulnerability remains a high‑impact risk. This flaw is remotely exploitable via the web interface, allowing access to the underlying database if an attacker can reach the delete_membership.php endpoint. The vulnerability is not listed in the CISA KEV catalog. The risk persists until a patch or mitigation is applied. The attack vector is inferred from the description to be a web‑based exploitation through the id parameter.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch for CodeAstro Membership Management System 1.0 when released.
  • If a patch is not yet available, modify the delete_membership.php script to validate the id parameter, accepting only numeric input and rejecting any other characters.
  • Replace the existing database query with a parameterized or prepared statement to eliminate the risk of injection.
  • Limit the database user permissions for the deletion operation to the minimum necessary privileges, and consider using a dedicated user account for that functionality.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 00:15:00 +0000

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

Mon, 03 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
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'}


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

Type Values Removed Values Added
Title SQL Injection in Delete Membership Function of CodeAstro Membership Management System
Weaknesses CWE-89

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

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

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

Subscriptions

Codeastro Membership Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-03T16:27:40.060Z

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

Link: CVE-2025-69931

cve-icon Vulnrichment

Updated: 2026-08-03T16:18:14.568Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-03T17:16:28.340

Link: CVE-2025-69931

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T00:00:03Z

Weaknesses
  • CWE-89

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