CVE-2026-90527 Details
Description
A vulnerability was detected in quequnlong shiyi-blog up to 1.2.1. Affected is an unknown function of the file blog-admin/src/views/message/message/index.vue of the component Add Message API. The manipulation of the argument body.content results in cross site scripting. The attack can be executed remotely. The project was informed of the problem early through an issue report but has not responded yet.
A stored cross-site scripting vulnerability has been identified in the Shiyi-Blog application, specifically in versions through 1.2.1. The issue arises in the Add Message API, within the file blog-admin/src/views/message/message/index.vue. The vulnerability allows anonymous users to submit malicious scripts via the body.content parameter, which is then stored in the sys_message.content field. When an administrator accesses the message management page, the content is rendered using Vue's v-html directive, executing the embedded scripts. This vulnerability was verified in an authorized testing environment.
It is recommended to sanitize the content before rendering it, using Vue's text interpolation or text nodes instead of v-html. If rich text is necessary, implement a well-maintained whitelist sanitizer to remove harmful elements and attributes.
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 13, 2026CISA-ADP
Assessed Sep 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://gitee.com/quequnlong/shiyi-blog/ | [email protected] | ProductSource CodeVendor |
| https://gitee.com/quequnlong/shiyi-blog/issues/IK5RF6 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/cve/CVE-2026-90527 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/912534 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/403117 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/403117/cti | [email protected] | Content Wall |
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 |
|---|---|
| quequnlong shiyi-blog | >= 1.0.0, <= 1.2.1 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 16, 2026 | CVE Modified | CISA-ADP |
| Sep 13, 2026 | New CVE Received | [email protected] |
Volerion