云虫漏洞情报

CVE-2026-81819 - 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_requi - 漏洞详情

漏洞编号:CVE-2026-81819

风险等级:未知

漏洞来源:CVE

CVE 编号:CVE-2026-81819

CNNVD 编号:-

厂商/产品:- / -

影响范围:-

CWE:CWE-862

发布/更新时间:2026-08-27 / 2026-08-28

漏洞描述

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

相关链接

相关漏洞

« 返回首页