CVE-2026-5195

7.3

code-projects · Student Membership System

A SQL injection vulnerability exists in the User Registration Handler of the code-projects Student Membership System 1.0, allowing remote unauthenticated attackers to manipulate database queries.

Executive summary

A remote SQL injection vulnerability in the code-projects Student Membership System 1.0 poses a significant risk of unauthorized database interaction.

Vulnerability

This vulnerability is a SQL injection (CWE-89) located within the User Registration Handler component. The flaw permits an unauthenticated remote attacker to execute malicious SQL commands by manipulating input parameters.

Business impact

The ability for an unauthenticated attacker to inject arbitrary SQL commands represents a severe risk to data integrity and confidentiality. Successful exploitation could lead to unauthorized access to sensitive user data, potential modification of registration records, or disruption of database services. With a CVSS score of 7.3, this high-severity vulnerability requires immediate attention to prevent unauthorized access to the underlying application database.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict access to the registration module or disable the affected Student Membership System component until a vendor-supplied update is released.

Proactive Monitoring: Security teams should monitor database logs for abnormal query patterns, specifically looking for SQL syntax errors or unexpected data retrieval attempts originating from the registration handler.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns in HTTP requests directed at the application registration endpoints.

Exploitation status

Public Exploit Available: No (exploit_available: false).

Analyst recommendation

Given the potential for unauthorized data access and the existence of a proof-of-concept, this vulnerability should be prioritized for mitigation. Organizations currently running version 1.0 of the Student Membership System must implement the suggested WAF controls or restrict network access to the application immediately. Close coordination with the vendor is advised to ensure that security updates are applied as soon as they become available.

More code-projects CVEs

Sources

Originally found and disclosed by nomath (VulDB User), per the CVE Program record.