CVE-2026-90570
Received Received - Intake

Cross-Site Scripting in Litemall Product Detail Component

Vulnerability report for CVE-2026-90570, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-13

Last updated on: 2026-09-13

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-13
Last Modified
2026-09-13
Generated
2026-09-13
AI Q&A
2026-09-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 6 associated CPEs
Vendor Product Version / Range
linlinjava litemall 1.4.0
linlinjava litemall 1.5.0
linlinjava litemall 1.6.0
linlinjava litemall 1.7.0
linlinjava litemall 1.8.0
linlinjava litemall From 1.4.0 (inc) to 1.8.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored cross-site scripting (XSS) vulnerability in the litemall e-commerce platform. It affects the product detail page in versions 1.4.0 to 1.8.0. Attackers with product editing privileges can inject malicious HTML code into the goods.detail field. When other users view the product page, the frontend renders this field using Vue's v-html directive, executing the malicious script in their browsers.

Detection Guidance

Check if your litemall instance is running versions 1.4.0 to 1.8.0 or the latest master branch. Inspect the AdminGoodsService.validate function in litemall-vue/src/views/items/detail/index.vue for improper input sanitization. Look for v-html directives rendering untrusted user input in product detail pages.

Impact Analysis

The impact includes potential theft of user session cookies, account takeover, or defacement of the website. Even users without accounts can be affected if they visit a compromised product page. Attackers only need basic product editing permissions to exploit this.

Compliance Impact

This vulnerability could lead to violations of GDPR (data protection) and HIPAA (health data security) by enabling unauthorized access to user data. It compromises data integrity and confidentiality, potentially resulting in regulatory fines and legal consequences.

Mitigation Strategies

Implement server-side HTML filtering for the goods.detail field before saving. Replace v-html with text rendering methods to prevent script execution. Add strict input validation for product detail fields. Upgrade to a patched version if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90570. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart