🔐 CVE Alert

CVE-2026-81819

UNKNOWN 0.0

Flowintel Missing Authorization Allows Regular API Users to View Other Users’ Task Assignments

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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

CWE CWE-862
Vendor flowintel
Product flowintel
Published Aug 27, 2026
Stay Ahead of the Next One

Get instant alerts for flowintel flowintel

Be the first to know when new unknown vulnerabilities affecting flowintel flowintel are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

flowintel / flowintel
0 ≤ 3.3.0

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/flowintel/flowintel/commit/10ec32e7baa0fa12ffb83bec36d1b4749a428b5c.patch

Credits

Jeroen Pinoy David Cruciani