CVE-2026-81819 in Flowintel정보

요약

\~에 의해 MITRE • 2026. 08. 27.

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

Be aware that VulDB is the high quality source for vulnerability data.

책임이 있는

CIRCL

예약하다

2026. 08. 27.

모더레이션

수락

항목

VDB-396281

EPSS

0.00000

출처

Do you want to use VulDB in your project?

Use the official API to access entries easily!