Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-81819— Flowintel Missing Authorization Allows Regular API Users to View Other Users’ Task Assignments

Quick assessment

Affected
flowintel flowintel
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

受影响的 Flowintel 版本将 API 端点对所有已认证的 API 用户开放。该端点接受一个 参数,用于指定要返回任务分配信息的用户,但此前除了基本的 API 认证外,没有任何基于角色的访问限制。 因此,权限较低的已认证用户可以通过提供目标用户的标识符,潜在地查询其他用户的任务分配信息。 修复内容如下: 将方法装饰器从: 更改为: 这样,只有管理员或组织管理员才能执行跨用户的任务分配查询。 受影响版本:大于 3.3.0

CVSS 5.3 · Medium

Possible ATT&CK Techniques 2 AI

T1210.003 T1078.002 · Domain Accounts

Affected Version Matrix 1

VendorProduct Version RangeStatus
flowintel flowintel ≤ 3.3.0 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-81819

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Flowintel Missing Authorization Allows Regular API Users to View Other Users’ Task Assignments
Source: CVE Program / CVE List V5
Vulnerability Description
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
Source: CVE Program / CVE List V5
CVSS Information
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
Source: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
flowintel flowintel 0 ~ 3.3.0 -

II. Public POCs for CVE-2026-81819

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-81819

登录查看更多情报信息。

Patches & Fixes for CVE-2026-81819 (1)

Same Patch Batch · flowintel · 2026-08-27 · 11 CVEs total

CVE-2026-81826 9.1 CRITICAL Flowintel Fails to Invalidate Active Sessions After Password Change
CVE-2026-81662 8.6 HIGH Flowintel Alert Settings Configuration Allows Remote Code Execution via Arbitrary Configur
CVE-2026-81818 8.6 HIGH Flowintel Organization Administrator Can Reset Full Administrator Password and Escalate Pr
CVE-2026-81743 7.5 HIGH Flowintel Arbitrary Log File Path Allows Remote Code Execution via Template Injection
CVE-2026-81817 7.2 HIGH Flowintel Missing Task-to-Case Authorization Allows Cross-Case Task Modification
CVE-2026-81659 7.1 HIGH Flowintel Note PDF Export Allows Arbitrary Local File Read via Pandoc/XeLaTeX Processing
CVE-2026-81827 6.9 MEDIUM Flowintel Login Email Validation Bypass Allows Log Injection via Crafted Email Input
CVE-2026-81814 5.1 MEDIUM Flowintel Stored XSS in Calendar via Malicious Case Title
CVE-2026-81753 5.1 MEDIUM Flowintel Stored XSS in Case Notes via Malicious Mermaid Diagram Content
CVE-2026-81820 5.1 MEDIUM Flowintel HTML Injection in MISP Case History Timeline via Crafted Object Attributes

IV. Related Vulnerabilities

V. Comments for CVE-2026-81819

No comments yet


Leave a comment