You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A reflected XSS (Cross-Site Scripting) vulnerability has been discovered in DBShop商城系统 V 3.3 Release 231225. The vulnerability allows for the execution of arbitrary HTML/javascript code, potentially resulting in the theft of sensitive user information.
Details
The vulnerability is located in My Orders in the User Center. $orderStatus is echoed directly on the page without filtering.
Hebing123
changed the title
DBShop商城系统 V 3.3 Release 231225 has a reflective XSS vulnerability
DBShop V3.3 Release 231225 has a reflected XSS vulnerability
Dec 16, 2024
Summary
A reflected XSS (Cross-Site Scripting) vulnerability has been discovered in DBShop商城系统 V 3.3 Release 231225. The vulnerability allows for the execution of arbitrary HTML/javascript code, potentially resulting in the theft of sensitive user information.
Details
The vulnerability is located in My Orders in the User Center. $orderStatus is echoed directly on the page without filtering.
Proof of Concept (POC)
http(s)://your-ip/home-order?orderStatus=%22%3E%3Csvg%20onload=alert(5888)%3E
The text was updated successfully, but these errors were encountered: