CVE-2026-2224 Details
Description
A vulnerability was detected in code-projects Online Reviewer System 1.0. This affects an unknown part of the file /system/system/admins/manage/users/btn_functions.php. The manipulation of the argument firstname results in cross site scripting. It is possible to launch the attack remotely. The exploit is now public and may be used.
A cross-site scripting (XSS) vulnerability has been identified in Code-Projects Online Reviewer System version 1.0. The issue resides in the file '/system/system/admins/manage/users/btn_functions.php', where the 'firstname' parameter is not properly sanitized before being output. This flaw allows remote attackers to inject and execute malicious scripts in the context of the user's session, potentially leading to session hijacking, unauthorized actions, phishing attacks, website defacement, and redirection to malicious sites.
It is recommended to implement context-aware output encoding for all user-supplied data before rendering it in the HTML response. Additionally, input validation should be applied to ensure that only expected characters and formats are accepted. Consider using a Content Security Policy (CSP) to restrict the sources from which scripts can be loaded and executed. Finally, mark sensitive cookies with the 'HttpOnly' and 'Secure' flags to protect against session hijacking.
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 Feb 9, 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://code-projects.org/ | [email protected] | Product |
| https://github.com/tiancesec/CVE/issues/23 | [email protected] | ExploitIssue Tracking |
| https://vuldb.com/?ctiid.344941 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.344941 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.750028 | [email protected] | Third Party AdvisoryVDB Entry |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| fabian online reviewer 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] |
| Feb 10, 2026 | Initial Analysis | [email protected] |
| Feb 9, 2026 | New CVE Received | [email protected] |