CVE-2026-37216 Details
Description
Ruoyi 4.8.2 is vulnerable to Cross Site Scripting (XSS) at the interface /system/notice/add.
A stored cross-site scripting vulnerability has been identified in Ruoyi version 4.8.2, specifically within the notice management interface. The issue arises because the application.yml file excludes the /system/notice/* path from XSS filtering to accommodate HTML submissions via the Summernote rich text editor. However, the server fails to sanitize the incoming HTML, allowing users with the appropriate permissions to inject malicious JavaScript. This injected script is executed in the browsers of all users who view the notice, including other administrators. Furthermore, the absence of CSRF protection enables exploitation of this XSS vulnerability to silently interact with administrative functions, such as creating a backdoor account.
To address this vulnerability, it is recommended to sanitize the HTML content of notices before saving them. This can be done using a library like JSoup to remove harmful elements while allowing safe formatting tags. Additionally, the XSS exclusion in the application.yml file can be maintained, as long as proper sanitization is implemented.
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 Jun 15, 2026CISA-ADP
Assessed Jun 16, 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/yangzongzhuan/RuoYi/issues/320 | CISA-ADP | ExploitIssue TrackingTechnical AnalysisVendor |
| https://github.com/yangzongzhuan/RuoYi/issues/320 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| Ruoyi | 4.8.2 (semver) |
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 |
| Jun 16, 2026 | CVE Modified | CISA-ADP |
| Jun 15, 2026 | New CVE Received | [email protected] |
Volerion