CVE-2026-90570 Details
Description
A vulnerability has been found in linlinjava litemall 1.4.0/1.5.0/1.6.0/1.7.0/1.8.0. This issue affects the function AdminGoodsService.validate of the file litemall-vue/src/views/items/detail/index.vue of the component Product Detail. Such manipulation of the argument detail leads to cross site scripting. The attack may be launched 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 Linlinjava Litemall versions 1.4.0 through 1.8.0. The issue arises in the AdminGoodsService.validate function within the Product Detail component, specifically in the litemall-vue/src/views/items/detail/index.vue file. The vulnerability allows for the injection of malicious scripts into the product detail, which are then executed when the detail is viewed. This issue can be exploited remotely by users with permission to add or edit products.
It is recommended to sanitize product detail inputs using a reliable HTML allowlist sanitizer before saving them to the database. If rich text formatting is not necessary, plain text interpolation should be used instead of rendering HTML with 'v-html'. Additionally, dangerous HTML tags, event attributes, and URL schemes should be prohibited, and regression tests should be implemented to ensure the vulnerability does not reoccur.
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/linlinjava/litemall/ | [email protected] | ProductVendor |
| https://gitee.com/linlinjava/litemall/issues/IK5SVR | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://vuldb.com/cve/CVE-2026-90570 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/912674 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/403155 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/403155/cti | [email protected] | AdvisoryContent 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 |
|---|---|
| linlinjava litemall | 1.4.0 (semver) 1.5.0 (semver) 1.6.0 (semver) 1.7.0 (semver) 1.8.0 (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