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-30

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-30
Generated
2026-07-31
AI Q&A
2026-07-31
EPSS Evaluated
N/A
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-UNKNOWN

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