litemall icon indicating copy to clipboard operation
litemall copied to clipboard

又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端

Results 53 litemall issues
Sort by recently updated
recently updated
newest added

# Summary The endpoint /admin/storage/create allow attacker uploads arbitrary type of file without sanitizer, which leads to Stored XSS, even RCE. # Details - litemall-admin-api/src/main/java/org/linlinjava/litemall/admin/web/AdminStorageController.java ``` @RequiresPermissions("admin:storage:create") @RequiresPermissionsDesc(menu = {"系统管理",...

# Arbitrary File Deletion Vulnerability in `/admin/storage/delete` ### Summary An arbitrary file deletion vulnerability exists in the **Litemall** system at the `/admin/storage/delete` endpoint. Due to insufficient validation of user-provided input,...

# Captcha Brute-force Vulnerability in Litemall (≤ v1.8.0) ### Summary A captcha brute-force vulnerability exists in **Litemall versions ≤ 1.8.0** due to the use of an insecure third-party component for...