惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
The Cloudflare Blog
D
DataBreaches.Net
J
Java Code Geeks
G
Google Developers Blog
L
LangChain Blog
N
Netflix TechBlog - Medium
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
小众软件
小众软件
量子位
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
博客园_首页
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
腾讯CDC

Exploit-DB.com RSS Feed

MEmu Android Emulator 9.2.7.0 - Local Privilege Escalation OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive OffSec’s Exploit Database Archive
OffSec’s Exploit Database Archive
Th3-SAx11 · 2026-05-29 · via Exploit-DB.com RSS Feed
# Exploit Title: CubeCart < 6.7.0 - Reflected Cross-Site Scripting 
# Google Dork: intext:"Powered by CubeCart"
# Date: 2026-04-12
# Exploit Author: Th3-SAx11 ( https://github.com/Th3-SAx11 )
# Vendor Homepage: https://www.cubecart.com/
# Software Link: https://www.cubecart.com/download
# Version: 6.x.x
# Tested on: Kali Linux / Windows 10 / Firefox
# CVE: CVE-2026-44376


# Vulnerability Description:
An Unauthenticated Reflected Cross-Site Scripting (XSS) vulnerability exists in CubeCart.
The application fails to properly sanitize user-supplied input in the search or catalogue modules 
before outputting it back to the user. An unauthenticated attacker can inject malicious 
JavaScript payloads that will be executed in the context of the victim's browser.

# Proof of Concept (PoC):
1- Go to the Search Bar on the homepage.
2- Enter a product name that has exactly one result (e.g., SAMSUNG) followed by the payload:
          SAMSUNG <script>alert("Test!")</script>
3- Press Enter.
4- Observe the alert box popping up on the screen, confirming the XSS execution.

# Alternative (Direct Link):
https://[TARGET]/cubecart/search?search[keywords]=SAMSUNG%20<script>alert("Test!")</script>&_a=category 


# Important Note for Reproduction
For the payload to execute successfully, the search query must include a valid keyword 
that matches exactly ONE existing product in the store's database (e.g., SAMSUNG). 
If the search returns 0 or multiple products, the payload will not trigger.