-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Description
Recently, our team found an arbitrary coupon access vulnerability in the latest version of the project.
The vulnerability logic is present in the file:https://github.com/Run2948/wechat_applet/blob/4b6941d2aabf2608b6a7d909c4ec37f229b44a49/platform-api/src/main/java/com/platform/api/ApiCouponController.java#72}.
The operation com.platform.dao.BaseDao<CouponVo>.queryList(java.util.Map) is not protected by permission checks, which means an attacker can achieve arbitrary coupon access.
To address this vulnerability, we strongly advise that developers implement access control policies that limit API access to admin users or the owner.
Metadata
Metadata
Assignees
Labels
No labels