CVE-2026-7103 Details
Description
A vulnerability was determined in code-projects Chat System 1.0. Affected is an unknown function of the file update_user.php of the component MD5 Hash Handler. This manipulation of the argument Password causes use of weak hash. The attack is possible to be carried out remotely. The attack's complexity is rated as high. The exploitability is told to be difficult. The exploit has been publicly disclosed and may be utilized.
A vulnerability exists in Code-Projects Chat System version 1.0, specifically in the user account update feature within the file update_user.php. This vulnerability combines Insecure Direct Object Reference (IDOR), SQL Injection, weak password hashing, and plaintext password storage. The IDOR aspect allows low-privilege users to overwrite any user's account details, including passwords, without authorization. The SQL Injection vulnerability arises from unsanitized user input being directly concatenated into SQL queries, creating two injection points. Additionally, a flaw in the password update logic can lead to passwords being stored in plaintext under certain conditions, while using MD5 hashing without salt, which is weak and easily reversible. This vulnerability can be exploited remotely by authenticated users with a valid session.
It is recommended to implement ownership validation, ensuring users can only update their own accounts. Using prepared statements to prevent SQL Injection, adopting strong password hashing methods, and removing the plaintext password storage fallback are also advised. Additionally, adding CSRF token validation, implementing role-based access control, and requiring current password confirmation for sensitive changes can enhance security.
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.
Volerion
Assessed Apr 27, 2026CISA-ADP
Assessed Apr 27, 2026References 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://gist.github.com/higordiego/84ae7f08f5c23debebf309de3920bda2 | CISA-ADP | ExploitTechnical Description |
| https://code-projects.org/ | [email protected] | Not ApplicableVendor |
| https://gist.github.com/higordiego/84ae7f08f5c23debebf309de3920bda2 | [email protected] | ExploitTechnical Description |
| https://vuldb.com/submit/800384 | [email protected] | ExploitTechnical Description |
| https://vuldb.com/vuln/359678 | [email protected] | AdvisoryBundleExploitTechnical Description |
| https://vuldb.com/vuln/359678/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-327 | Use of a Broken or Risky Cryptographic Algorithm | [email protected] |
| CWE-328 | Use of Weak Hash | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| code-projects Chat System | 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] |
| Apr 27, 2026 | CVE Modified | CISA-ADP |
| Apr 27, 2026 | New CVE Received | [email protected] |
Volerion