cve request pfrom #14 goods in the recycle

Vulnerability Report

  • Product: platform

  • URL: http://host/goods/historyList

  • Title: Broken Function Level Authorization in GoodsController's historyList Method

  • PoC (Proof of Concept):

    1. Log in to the application with any user account, including those with low privileges.

    2. Send a GET request to the endpoint http://host/goods/historyList.

    3. The server returns a list of goods in the recycle bin. This data should typically be restricted to users with administrative privileges.

  • Effect: The historyList method in the GoodsController class lacks any permission checks. This allows any authenticated user, regardless of their assigned roles or permissions, to access the list of goods in the recycle bin, leading to unauthorized information disclosure.

  • Finder: aibot88 @secsys from Fudan university


漏洞申请报告

  • 产品: platform

  • URL: http://host/goods/historyList

  • 标题: GoodsController的historyList方法中存在broken function level authorization (BFLA)

  • PoC (Proof of Concept):

    1. 使用任意权限的用户(包括低权限用户)登录系统。

    2. 向URL http://host/goods/historyList 发送GET请求。

    3. 服务器返回了商品回收站中的商品列表。这些数据通常只应由管理员访问。

  • 影响: GoodsController 类中的 historyList 方法没有进行任何权限验证。这允许任何已认证的用户,无论其角色或权限如何,都能够获取商品回收站中的商品列表,导致未经授权的信息泄露。

  • 发现者: aibot88 @secsys from Fudan university

posted @ 2025-08-28 20:36  Aibot  阅读(3)  评论(0)    收藏  举报