CVE-2025-69937
Deferred Deferred - Pending Action

SQL Injection in CodeAstro Membership Management System

Vulnerability report for CVE-2025-69937, 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 the edit_type.php endpoint via the Parameter id.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-31
Generated
2026-08-20
AI Q&A
2026-07-31
EPSS Evaluated
2026-08-18
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 CodeAstro Membership Management System 1.0. It occurs in the edit_type.php endpoint where the 'id' parameter is not properly sanitized, allowing attackers to inject malicious SQL code.

Detection Guidance

To detect SQL Injection in the edit_type.php endpoint of CodeAstro Membership Management System 1.0, you can test by sending crafted input to the 'id' parameter. Use tools like curl or Burp Suite to send requests with SQL payloads such as ' OR '1'='1 or ' OR 1=1 -- to observe if the application returns unexpected results or errors.

Impact Analysis

This vulnerability could allow attackers to manipulate the database, potentially accessing, modifying, or deleting sensitive data. It may also enable unauthorized access to the system or bypass authentication.

Compliance Impact

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

Mitigation Strategies

Immediately patch the CodeAstro Membership Management System to the latest version. Disable the edit_type.php endpoint if not in use. Implement input validation for all parameters in the application. Use a web application firewall to block SQL injection attempts.

Chat Assistant

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

EPSS Chart