Affected versions of Flowintel expose the /myassignment/user API endpoint to any authenticated API user. The endpoint accepts a userid 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:
methoddecorators = [apirequired]
to:
methoddecorators = [adminororgadminrequired, apirequired]
so only administrators or organization administrators can perform cross-user assignment queries.
Version impacted =>3.3.0
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81819.json",
"cwe_ids": [
"CWE-862"
],
"cna_assigner": "CIRCL"
}