CVE-2026-86278 Details
Description
A vulnerability was found in SourceCodester Syllabus-Aligned Learning Management & Examination System 1.0. The affected element is an unknown function of the file manage_subjects.php. The manipulation of the argument msg/title/content results in cross site scripting. The attack may be performed from remote. The exploit has been made public and could be used.
A cross-site scripting (XSS) vulnerability has been identified in SourceCodester Syllabus-Aligned Learning Management & Examination System version 1.0. The issue arises in the file manage_subjects.php, where the 'msg' parameter is echoed without proper HTML encoding, allowing for the injection of malicious scripts. This vulnerability can be exploited remotely and has been made public.
Apply proper output encoding using 'htmlspecialchars()' with the appropriate flags to all user-generated content before displaying it. Additionally, implement input validation and sanitization to remove potentially harmful content before it is processed or stored.
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 7, 2026CISA-ADP
Assessed Sep 8, 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://github.com/hackliu/Vulnerability-Reports/blob/master/Syllabus%20Aligned%20Learning%20Management%20Examination%20System/VULN-05-XSS-Reflected-Stored.md | [email protected] | ExploitTechnical Analysis |
| https://vuldb.com/cve/CVE-2026-86278 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/904879 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/399439 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/399439/cti | [email protected] | Content Wall |
| https://www.sourcecodester.com/ | [email protected] | Vendor |
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 |
|---|---|
| SourceCodester Syllabus-Aligned Learning Management & Examination System | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 8, 2026 | CVE Modified | CISA-ADP |
| Sep 7, 2026 | New CVE Received | [email protected] |
Volerion