Junglewise Threat Intelligence

CVE-2025-69931: CodeAstro Membership Management System SQL injection in delete_membership.php

CVE-2025-69931 · Severity: info · CVSS 7.5 · Published 2026-07-30

Executive brief

The CodeAstro Membership Management System, a tool used for managing organizational memberships, contains a security flaw that allows unauthorized access to its database. By sending a specially crafted web request, an attacker can bypass security controls to view sensitive information stored in the system's database. This could lead to the exposure of member records, administrative credentials, or other private organizational data.

Technical details

A SQL injection vulnerability exists in CodeAstro Membership Management System 1.0 within the '/delete_membership.php' endpoint. The application fails to properly sanitize the 'id' GET parameter before using it in a database query. An unauthenticated remote attacker can exploit this by sending crafted SQL commands via the URL, potentially allowing them to extract sensitive data from the underlying database. The vulnerability is categorized as a classic SQL injection (CWE-89) resulting from improper neutralization of special elements used in a SQL command.

Affected products

  • CodeAstro Membership Management System 1.0

Timeline

  • 2026-07-30: disclosed: Initial disclosure via NVD and MITRE

References

Related threats