# Exploit Title: CubeCart 6.7.4 - Stored Cross-Site Scripting # Date: 2026-06-08 # Exploit Author: Mikail Kocadağ (MKLKCDG) # Vendor Homepage: https://www.cubecart.com/ # Software Link: https://github.com/cubecart/v6 # Vulnerable Version: 6.7.4 # Fixed Version: 6.7.5 # CVE: CVE-2026-54645 # Advisory / References: https://github.com/cubecart/v6/security/advisories/GHSA-43f6-gfcf-wj9c -------------------------------------------------------------------------------- VULNERABILITY SUMMARY -------------------------------------------------------------------------------- A Stored Cross-Site Scripting (XSS) vulnerability exists in the product management panel of CubeCart 6.7.4, where product descriptions bypass global input filters and sanitization controls. In `admin/sources/products.index.inc.php` (lines 55-59), the application explicitly bypasses the global sanitizer mechanism by retrieving content directly from `$GLOBALS['RAW']['POST']`. The only defense applied is a basic regex filter against `