CVE-2026-36766 Details
Description
Multiple authenticated cross-site scripting (XSS) vulnerabilities in the XssHttpServletRequestWrapper class of shopizer v3.2.5 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload into the getInputStream() or getReader() functions.
A stored cross-site scripting vulnerability has been identified in Shopizer version 3.2.5. This issue resides in the XssHttpServletRequestWrapper class, where the filtering mechanism fails to sanitize JSON request bodies before they are processed by the server. As a result, attackers can inject malicious JavaScript payloads that are persisted in the database and executed in the context of the user when the affected data is accessed through the application's REST API.
To address this vulnerability, override the getInputStream() and getReader() methods in the XssHttpServletRequestWrapper class to include proper sanitization before the data is deserialized by Spring. Additionally, enable security response headers in the Spring Security configuration to mitigate XSS risks.
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 Apr 30, 2026CISA-ADP
Assessed Apr 30, 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/shopizer-ecommerce/shopizer/issues/1093 | CISA-ADP | ExploitIssue TrackingTechnical AnalysisVendor |
| https://github.com/shopizer-ecommerce/shopizer | [email protected] | ProductVendor |
| https://github.com/shopizer-ecommerce/shopizer/issues/1093 | [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 |
|---|---|
| shopizer | <= 3.2.5 (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 |
| Apr 30, 2026 | CVE Modified | CISA-ADP |
| Apr 30, 2026 | New CVE Received | [email protected] |
Volerion