CVE-2025-69935
Deferred Deferred - Pending Action

SQL Injection in CodeAstro Membership Management System

Vulnerability report for CVE-2025-69935, 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 vulnerale to SQL Injection in the report.php and revenue_report.php via the fromDate parameter.

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

This vulnerability is a SQL Injection flaw in CodeAstro Membership Management System 1.0. It allows attackers to inject malicious SQL code through the fromDate parameter in report.php and revenue_report.php files. This could let them manipulate database queries to access, modify, or delete sensitive data.

Detection Guidance

To detect SQL injection vulnerabilities in the CodeAstro Membership Management System 1.0, test the fromDate parameter in report.php and revenue_report.php with crafted inputs like single quotes or SQL keywords. Use tools like SQLmap with commands such as sqlmap -u "http://target/report.php?fromDate=test" --data="fromDate=value" or Burp Suite to intercept and modify requests.

Impact Analysis

If exploited, this vulnerability could allow unauthorized access to your database, leading to data breaches. Attackers might steal, alter, or delete membership data, financial records, or other sensitive information stored in the system.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR, HIPAA, and other data protection regulations. A data breach may result in legal penalties, fines, and reputational damage due to unauthorized access to personal or sensitive health information.

Mitigation Strategies

Immediately patch the CodeAstro Membership Management System to the latest version. Disable the report.php and revenue_report.php endpoints if not in use. Implement input validation for the fromDate parameter to prevent SQL injection. Monitor database queries for suspicious activity.

Chat Assistant

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

EPSS Chart