Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[security vulnerability] Arbitrary Order Detail Access Vulnerability #80

Open
GatekeeperBuster opened this issue Jun 19, 2023 · 0 comments

Comments

@GatekeeperBuster
Copy link

Recently, our team found an arbitrary order detail access vulnerability (different with #79) in the latest version of the project.
The vulnerability logic is present in the file:
https://github.com/Exrick/xmall/blob/master/xmall-front-web/src/main/java/cn/exrick/front/controller/OrderController.java#L36

The developer failed to check the ownership of the order with the access user when querying the order details via orderService.getOrder(), allowing attackers to manipulate the query param orderId of API /member/orderDetail and access other users' order details, potentially compromising user privacy data.

image
image

To address this vulnerability, we strongly recommend that developers implement access control policies to ensure that only privileged users or the owner can access the order information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant