Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Reflected XSS requires no privileges and no special configuration but mandates victim interaction; scope changes to victim browser session with limited confidentiality and integrity impact, no availability impact.
Primary rating from Vendor (joomla).
CVSS VectorVendor: joomla
Lifecycle Timeline
1DescriptionCVE.org
The Joomla extension JoomShopping is vulnerable to an reflected XSS vulnerability in the product frontend controller.
AnalysisAI
Reflected XSS in JoomShopping's product frontend controller allows unauthenticated remote attackers to inject and execute arbitrary JavaScript in a victim's browser when the victim clicks a crafted link. The flaw affects Joomla-based e-commerce sites running the JoomShopping extension, and successful exploitation could enable session hijacking, credential theft, or malicious page manipulation targeting shoppers. No public exploit code or active exploitation via CISA KEV has been identified at time of analysis.
Technical ContextAI
JoomShopping is a third-party e-commerce extension for the Joomla CMS. The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation - XSS), specifically the reflected (non-persistent) variant, meaning attacker-controlled input passed via URL parameters is embedded directly in the HTTP response without proper output encoding. The vulnerable component is the product frontend controller, which likely processes query parameters such as product search terms, category filters, or product identifiers that are echoed back into the rendered HTML without sanitization. No CPE strings were included in the available intelligence, so exact affected version ranges cannot be confirmed from this data set alone.
RemediationAI
Update JoomShopping to the latest patched release as directed by the vendor; consult the advisory at https://www.joomshopping.com/ for the exact fixed version, which was not specified in the available data - a precise fix version cannot be cited here without that confirmation. As an interim measure if patching is not immediately possible, deploy a Web Application Firewall (WAF) rule to block or sanitize requests containing common XSS payloads in parameters processed by the product frontend controller, noting that overly broad WAF rules may generate false positives on legitimate product search or filter queries. Restricting public unauthenticated access to JoomShopping product pages would eliminate the external attack surface entirely but would impair normal e-commerce functionality. Content Security Policy (CSP) headers configured to restrict inline script execution provide an additional browser-side mitigation layer with minimal trade-offs.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-47619
GHSA-v36m-hw3w-whpw