Description
CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /memberProfile.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 SQL injection flaw in the memberProfile.php page that accepts an untrusted id parameter via a GET request. The vulnerability allows an attacker to inject arbitrary SQL statements, potentially exposing, modifying, or deleting data stored in the underlying database. The impact is limited to the database content accessed by the application and does not directly lead to remote code execution, but it can be leveraged to gain unauthorized access to sensitive member information or alter stored data.

Affected Systems

The flaw affects the CodeAstro Membership Management System version 1.0 as implemented on a web server that serves the memberProfile.php script. No CPE or vendor enumeration data are available in the CVE record, but the reference indicates a typical PHP‑based membership platform.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity, while the EPSS score of < 1% suggests a low but non‑zero probability of exploitation. The vulnerability can be attacked remotely by crafting a URL such as /memberProfile.php?id=1 OR 1=1; SELECT …, indicating that standard web access is sufficient for exploitation. The vulnerability is not listed in the CISA KEV catalog, implying that no confirmed exploits are in widespread use. Nonetheless, the theoretical risk of data compromise warrants immediate attention.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Sanitize all user input and modify the SQL query to use prepared statements or parameterized queries to eliminate direct string concatenation.
  • Apply the principle of least privilege to the database account used by the web application; restrict permissions to only those needed for normal operations.
  • Implement strict input validation on the id parameter to accept only numeric values or valid member identifiers and reject malformed requests.
  • If possible, deploy a web application firewall or input filtering middleware to block injection patterns before they reach the application logic.
  • Continue to audit similar code paths for analogous injection risks and maintain regular penetration testing.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Subscriptions

Codeastro Membership Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-31T19:01:01.187Z

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

Link: CVE-2025-69933

cve-icon Vulnrichment

Updated: 2026-07-31T18:07:18.697Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2025-69933

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')