{"id":"CVE-2026-81819","summary":"Flowintel Missing Authorization Allows Regular API Users to View Other Users’ Task Assignments","details":"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.\n\n\nAs a result, a lower-privileged authenticated user could potentially query another user’s assignment information by supplying that user’s identifier.\n\n\nThe fix changes:\n\n\nmethod_decorators = [api_required]\n\n\nto:\n\n\nmethod_decorators = [admin_or_org_admin_required, api_required]\n\nso only administrators or organization administrators can perform cross-user assignment queries.\n\nVersion impacted =\u003e3.3.0","modified":"2026-08-30T03:31:01.826852831Z","published":"2026-08-27T13:20:49.167Z","database_specific":{"osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81819.json","cna_assigner":"CIRCL","cwe_ids":["CWE-862"]},"references":[{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81819.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-81819"},{"type":"FIX","url":"https://github.com/flowintel/flowintel/commit/10ec32e7baa0fa12ffb83bec36d1b4749a428b5c.patch"},{"type":"PACKAGE","url":"https://github.com/flowintel/flowintel"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://github.com/flowintel/flowintel","events":[{"introduced":"0"},{"fixed":"10ec32e7baa0fa12ffb83bec36d1b4749a428b5c"}],"database_specific":{"extracted_events":[{"introduced":"0"},{"last_affected":"3.3.0"}],"source":["AFFECTED_FIELD","REFERENCES"]}}],"versions":["3.3.0","3.2.0","3.1.0","3.0.0","2.3.0","2.2.1","2.1.1","2.1.0","2.0.0","1.6.2","1.6.1","1.6.0","1.5.0","1.4.1","1.4.0","1.3.1","1.3.0","1.2.0","1.1.0","1.0.0","0.8.0","0.7.0","0.6.0","0.5.1","0.5.0","0.4.0","0.3.0","0.2.1","0.2.0","0.1.0","0.0.1"],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81819.json"}}],"schema_version":"1.9.0","severity":[{"type":"CVSS_V4","score":"CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N"}]}