Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-55998 | Kitploit
Tools/GitHubGitHub/ocmenog/cve-2025-55998
Vulnerability AnalysisWeb Application ExploitationWeb SecurityPapers & ResearchLearning & Education
GitHubocmenog/cve-2025-55998

CVE-2025-55998

View Repository
11 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-55998

Summary

Vulnerability DetailsCVE-2025-55998
TypeXSS
TitleReflected XSS in Mezereon's Smart Search and Filter app for Shopify and BigCommerce
Product impactedSmart Search and Filter app
Impacted version1.0 (not fixed)
CVSS ScoreTBD
AuthorOcmenog

Description

A lack of parameter value sanitization allows remote attackers to perform a reflected Cross-Site Scripting (XSS) attack in the Smart Search and Filter app for Shopify and BigCommerce. The parameters value can be modified directly in the URL to insert a payload.

Impact

The malicious payload executes in the context of the vulnerable application, allowing an attacker to perform actions on behalf of the victim, steal sensitive information (such as session cookies or user data), or manipulate the content of the page. The impact affects confidentiality and integrity. User interaction (e.g., clicking a crafted link) is required to trigger the vulnerability.

Proof of concept

A payload such as `` could be used in the following parameters to trigger an XSS:

  • mz.category
  • mz.price
  • mz.option_color
  • mz.color
  • mz.size
  • mz.tree
  • mz.percent_sale
  • mz.shoe_size
  • mz.reviews
  • mz.show
  • mz.brand
  • mz.custom_year
  • ...

Examples:

root@kitploit:~
https://shopify.mezereon.com/collections/symmetry-filters?page=1&sort=_score&size=24&mz.option_color=Purple
https://mezereon.mybigcommerce.com/shop-all/?page=1&sort=_score&size=12&mz.color=Purple%3Cimg%20src=x%20onerror=%27alert(%22XSS%22)%27/%3E

Timeline

  • 23/06/2025 : Vulnerability discovered
  • 23/06/2025 : Vendor contacted
  • 03/09/2025 : CVE ID attributed

References

  • Mezereon's website
  • Mezereon's shopify demo website
  • Mezereon's bigcommerce demo website
Download Tool