CVE-2026-28405 Details
Description
MarkUs is a web application for the submission and grading of student assignments. Prior to version 2.9.1, the courses/<:course_id>/assignments/<:assignment_id>/submissions/html_content route reads the contents of a student-submitted file and renders them without sanitization. This issue has been patched in version 2.9.1.
A stored cross-site scripting vulnerability has been identified in MarkUs versions prior to 2.9.1. The issue arises in the 'courses/<:course_id>/assignments/<:assignment_id>/submissions/html_content' route, which processes and displays student-submitted files without proper sanitization. This flaw allows malicious JavaScript to be executed with elevated privileges when viewed by instructors or graders. Although the route is primarily used for rendering Jupyter notebooks and RMarkdown files, the lack of sanitization in the RMarkdown conversion poses a significant risk. The vulnerability can also be exploited by crafting a specific URL that includes a maliciously designed file.
Users are advised to upgrade to MarkUs version 2.9.1 or later, where this vulnerability has been patched by removing the insecure 'html_content' route and implementing content security policies that prevent the execution of embedded scripts in RMarkdown files.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 6, 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.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| markusproject markus | < 2.9.1 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 10, 2026 | Initial Analysis | [email protected] |
| Mar 5, 2026 | New CVE Received | [email protected] |