CVE-2025-7950 Details
Description
A vulnerability was found in code-projects Public Chat Room 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /login.php. The manipulation of the argument Username leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
A critical SQL injection vulnerability has been identified in the Public Chat Room project version 1.0, specifically within the login.php file. The issue arises because the application directly concatenates user-supplied input from the 'username' parameter into SQL queries without proper escaping or parameterization. This flaw allows attackers to inject malicious SQL statements, potentially bypassing authentication and manipulating or extracting sensitive information from the database. Notably, this vulnerability can be exploited remotely without any authentication.
It is recommended to use prepared statements and parameter binding to handle user input in SQL queries, ensuring that input is properly sanitized and not directly embedded into query strings. Additionally, input validation and filtering should be implemented to enforce expected data formats.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 22, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://code-projects.org/ | [email protected] | Product |
| https://github.com/BalanceLee/CVE/issues/5 | [email protected] | ExploitIssue TrackingThird Party Advisory |
| https://vuldb.com/?ctiid.317096 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.317096 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.619313 | [email protected] | Third Party AdvisoryVDB Entry |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| fabian public chat room | 1.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Jul 29, 2025 | Initial Analysis | [email protected] |
| Jul 22, 2025 | New CVE Received | [email protected] |