This task is identified by as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
[security vulnerability] arbitrary order shipments confirm
Recently, our team found an arbitrary order shipments confirm vulnerability in the latest version of the project.
The vulnerability logic is present in the file:https://gitee.com/old-peanut/wechat_applet__open_source/blob/new/platform-api/src/main/java/com/platform/api/ApiOrderFxController.java#225.
The operation `com.fengdu.dao.OrderDao.update()` is not protected by permission checks,
while the request of path `/sendGoods` is also unauthorized, which means an attacker can achieve arbitrary order shipments confirm.
To address this vulnerability, we strongly advise that developers implement access control policies that limit API access to admin users or the owner.
New content
Recently, our team found an arbitrary order shipments confirm vulnerability in the latest version of the project.
The vulnerability logic is present in the file:https://gitee.com/tiankong0310/my-shop/blob/master/my-shop-order/src/main/java/com/fengdu/controller/OrderController.java#133.