CVE-2020-37003
Unknown Unknown - Not Provided
Persistent XSS in Sellacious 4.6 Address Management Module

Publication date: 2026-01-30

Last updated on: 2026-01-30

Assigner: VulnCheck

Description
Sellacious eCommerce 4.6 contains a persistent cross-site scripting vulnerability in the Manage Your Addresses module that allows attackers to inject malicious scripts. Attackers can exploit multiple address input fields like full name, company, and address to execute persistent script code that can hijack user sessions and manipulate application modules.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-30
Last Modified
2026-01-30
Generated
2026-05-07
AI Q&A
2026-01-30
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
sellacious sellacious_ecommerce 4.6
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.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a persistent cross-site scripting (XSS) flaw in the Sellacious eCommerce 4.6 software, specifically in the 'Manage Your Addresses' module. Attackers can inject malicious scripts into multiple address input fields such as full name, company, and address by registering a low-privilege user account and submitting crafted POST requests. These malicious scripts are stored on the server and execute whenever the affected address information is displayed in the web application's user interface, allowing attackers to hijack user sessions and manipulate application modules. [1, 4]


How can this vulnerability impact me? :

Exploitation of this vulnerability can lead to session hijacking, persistent phishing attacks, external redirects to malicious websites, and manipulation of application modules. Because the malicious scripts persist and execute whenever the compromised address data is viewed, attackers can continuously compromise users interacting with the application, potentially stealing sensitive information or disrupting normal operations. [1, 4]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by attempting to inject malicious script payloads into the address input fields (such as full name, company, address, PO Box, landmark) via POST requests to the 'Manage Your Addresses' module (e.g., index.php/manage-your-addresses). You can test by submitting payloads like <script>alert(document.cookie)</script> or iframe elements in these fields and then checking if the script executes when the address data is displayed in the web UI. Commands to test this might include using curl to POST data with script payloads to the address management endpoint, for example: curl -X POST -d "full_name=<script>alert(1)</script>&company=test" https://your-sellacious-site/index.php/manage-your-addresses. Monitoring web application responses for script execution or unexpected behavior can confirm the vulnerability. [1, 4]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting or disabling the 'Manage Your Addresses' module to prevent input of malicious scripts, applying proper input validation and sanitization on all address input fields to block script injection, and updating the Sellacious eCommerce software if a patch is available. Additionally, monitor user inputs for suspicious content and consider implementing web application firewall (WAF) rules to detect and block XSS payloads targeting these fields. [1, 4]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart