Recently, our team found an arbitrary people access vulnerability in the latest version of the project.
The vulnerability logic is present in the file:https://github.com/sunkaifei/FlyCms/blob/master/src/main/java/com/flycms/web/front/PeopleController.java#50.
The operation com.flycms.module.user.dao.UserDao.findUserByShorturl(java.lang.String) is not protected by permission checks, which means an attacker can achieve arbitrary people access.
To address this vulnerability, we strongly advise that developers implement access control policies that limit API access to admin users or the owner.
Recently, our team found an arbitrary people access vulnerability in the latest version of the project.
The vulnerability logic is present in the file:https://github.com/sunkaifei/FlyCms/blob/master/src/main/java/com/flycms/web/front/PeopleController.java#50.
The operation
com.flycms.module.user.dao.UserDao.findUserByShorturl(java.lang.String)is not protected by permission checks, which means an attacker can achieve arbitrary people access.To address this vulnerability, we strongly advise that developers implement access control policies that limit API access to admin users or the owner.