OSV 1.4.0 · unreviewed · 修改于 2026-08-28 02:32
发布时间
2026-08-28 02:32
GitHub 审查时间
—
NVD 发布时间
2026-08-28 01:21
源文件
advisories/unreviewed/2026/08/GHSA-49jg-8r6h-h4r7/GHSA-49jg-8r6h-h4r7.json
Affected versions of Flowintel expose the /my_assignment/user API endpoint to any authenticated API user. The endpoint accepts a user_id parameter identifying the user whose assignments should be returned, but previously had no role restriction beyond general API authentication.
As a result, a lower-privileged authenticated user could potentially query another user’s assignment information by supplying that user’s identifier.
The fix changes:
method_decorators = [api_required]
to:
method_decorators = [admin_or_org_admin_required, api_required]
so only administrators or organization administrators can perform cross-user assignment queries.
Version impacted =>3.3.0
该公告没有提供结构化的受影响软件包信息。