CVE-2025-69930
Deferred Deferred - Pending Action

SQL Injection in CodeAstro Membership Management System

Vulnerability report for CVE-2025-69930, 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 /print_membership_card.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, specifically in the /print_membership_card.php file. It allows attackers to manipulate SQL queries by injecting malicious input into the 'id' parameter, potentially accessing or modifying database contents.

Detection Guidance

To detect SQL injection vulnerabilities in CodeAstro Membership Management System 1.0, test the /print_membership_card.php endpoint with crafted input. Use tools like SQLmap to automate detection by sending payloads such as ' OR 1=1 -- or ' OR '1'='1. Manual testing can be done with curl commands like curl 'http://target.com/print_membership_card.php?id=1 OR 1=1'.

Impact Analysis

This vulnerability could allow unauthorized access to sensitive membership data, including personal or financial information. Attackers might extract, alter, or delete data, leading to privacy breaches or service disruption.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for data protection and access controls. It could result in unauthorized data exposure, leading to legal penalties, fines, or reputational damage for organizations handling protected information.

Mitigation Strategies

Immediately update CodeAstro Membership Management System to the latest patched version. If no patch is available, apply input validation to sanitize the 'id' parameter in /print_membership_card.php. Use prepared statements in the backend code to prevent SQL injection. Temporarily restrict access to the vulnerable endpoint if possible.

Chat Assistant

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

EPSS Chart