CVE-2026-86181 Details
Description
A vulnerability was found in code-projects Task Management System 1.0. Affected by this issue is some unknown functionality of the file /user/UpdateUserProfile.php of the component User Profile Update. The manipulation of the argument lname results in cross site scripting. The attack can be launched remotely. The exploit has been made public and could be used.
A stored cross-site scripting vulnerability has been identified in Code-Projects Task Management System version 1.0. The issue resides in the user profile update feature, specifically within the 'lname' parameter of the 'UpdateUserProfile.php' file. This vulnerability allows authenticated users to inject HTML or JavaScript, which is then executed when the stored data is viewed by others.
To address this vulnerability, implement proper output encoding for all user-controlled data when it is rendered in HTML. Additionally, validate name fields to ensure they meet appropriate length and character requirements. Use prepared statements for database operations to protect against SQL injection, and review all locations where stored user data is displayed to ensure it is properly encoded.
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 Sep 6, 2026CISA-ADP
Assessed Sep 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] | Not ApplicableVendor |
| https://github.com/ahmadmarz10-hub/CVEsMarz/blob/main/Stored%20Cross-Site%20Scripting%20(XSS)%20in%20Task%20Management%20System%20%60lname%60%20Parameter.md | [email protected] | ExploitTechnical Analysis |
| https://vuldb.com/cve/CVE-2026-86181 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/896153 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/submit/897266 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/submit/897268 | [email protected] | Permission Required |
| https://vuldb.com/vuln/399313 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/399313/cti | [email protected] | AdvisoryPermission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| 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 |
|---|---|
| Code-Projects Task Management System | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 9, 2026 | CVE Modified | CISA-ADP |
| Sep 6, 2026 | New CVE Received | [email protected] |
Volerion