-
Notifications
You must be signed in to change notification settings - Fork 307
Open
Description
Description
Several horizontal missing user check are founded in current codebase
Attack Vector



Details
3. Horizontal Privilege Escalation: It is possible to query any user’s order based on the order number. • [Link to code](https://gitee.com/nageoffer/12306/blob/main/services/order-service/src/main/java/org/opengoofy/index12306/biz/orderservice/service/impl/OrderServiceImpl.java#L92) 2. Horizontal Privilege Escalation: It is possible to close any user’s order based on the order number.
• [Link to code](https://gitee.com/nageoffer/12306/blob/main/services/order-service/src/main/java/org/opengoofy/index12306/biz/orderservice/service/impl/OrderServiceImpl.java#L194)
3. Horizontal Privilege Escalation: It is possible to close any user’s order based on the order number.
• [Link to code](https://gitee.com/nageoffer/12306/blob/main/services/order-service/src/main/java/org/opengoofy/index12306/biz/orderservice/service/impl/OrderServiceImpl.java#L209)
4. Horizontal Privilege Escalation: It is possible to reverse any user’s order based on the order number.
• [Link to code](https://gitee.com/nageoffer/12306/blob/main/services/order-service/src/main/java/org/opengoofy/index12306/biz/orderservice/service/impl/OrderServiceImpl.java#L247)
5. Horizontal Privilege Escalation: It is possible to view any sub-order based on the order number.
• [Link to code](https://gitee.com/nageoffer/12306/blob/main/services/order-service/src/main/java/org/opengoofy/index12306/biz/orderservice/service/impl/OrderItemServiceImpl.java#L105)
6. Business Logic Vulnerability: There is no limit on locking any ticket seat multiple times.
• [Link to code](https://gitee.com/nageoffer/12306/blob/main/services/ticket-service/src/main/java/org/opengoofy/index12306/biz/ticketservice/service/impl/SeatServiceImpl.java#L110)
These issues point to various horizontal privilege escalation vulnerabilities, where users can perform actions on other users’ data based on information like order numbers, and also a business logic flaw in the seat locking mechanism.
Metadata
Metadata
Assignees
Labels
No labels