CVE-2025-69934
Deferred Deferred - Pending Action

SQL Injection in CodeAstro Membership Management System

Vulnerability report for CVE-2025-69934, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-30

Last updated on: 2026-07-31

Assigner: MITRE

Description

CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /delete_members.php?id=1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-31
Generated
2026-08-21
AI Q&A
2026-07-31
EPSS Evaluated
2026-08-19
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
codeastro membership_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability is a SQL Injection in the CodeAstro Membership Management System 1.0. It exists in the /delete_members.php file where the 'id' parameter is not properly sanitized, allowing an attacker to inject malicious SQL code.

Detection Guidance

To detect SQL Injection in CodeAstro Membership Management System 1.0, test the /delete_members.php endpoint with crafted input. Use tools like SQLmap with: sqlmap -u "http://target/delete_members.php?id=1" --batch. Alternatively, manually test with: curl "http://target/delete_members.php?id=1'" or "http://target/delete_members.php?id=1 AND 1=1" to check for errors or unexpected behavior.

Impact Analysis

This vulnerability could allow an attacker to manipulate the database, potentially accessing, modifying, or deleting sensitive member data. It may also enable unauthorized access to the system or execution of arbitrary commands.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing personal or health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for health information. A breach could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately patch the CodeAstro Membership Management System to the latest version. Disable the /delete_members.php endpoint if not in use. Implement input validation for all user-supplied data in web applications.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-69934. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart