CVE-2025-69931
Deferred Deferred - Pending Action

SQL Injection in CodeAstro Membership Management System

Vulnerability report for CVE-2025-69931, 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_membership.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_membership.php file where the 'id' parameter is not properly sanitized, allowing attackers to inject malicious SQL code.

Detection Guidance

To detect SQL Injection in CodeAstro Membership Management System 1.0, check if the /delete_membership.php endpoint accepts unsanitized user input via the id parameter. Test by appending a single quote to the URL like /delete_membership.php?id=1' and observe if database errors or unexpected behavior occur.

Impact Analysis

This vulnerability could allow attackers to manipulate the database, potentially accessing, modifying, or deleting sensitive membership data. It may also enable unauthorized access to the system or further attacks on the database server.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA if it results in unauthorized access or exposure of personal data. Organizations may face legal penalties, fines, or reputational damage due to data breaches.

Mitigation Strategies

Immediately patch the /delete_membership.php endpoint to use prepared statements with parameterized queries. Disable the vulnerable endpoint if possible until a fix is applied. Monitor database logs for suspicious queries targeting this parameter.

Chat Assistant

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

EPSS Chart