CVE-2026-81819
Last modified
CVE-2026-81819 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
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
Metrics
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| flowintel | flowintel | <= 3.3.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-81819?
How severe is CVE-2026-81819?
How do I fix CVE-2026-81819?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-8180IBM Aspera High-Speed Transfer Endpoint 3.7.4 through 4.4.7 …7.5
- CVE-2026-81807The Simple Ajax Chat WordPress plugin before 20260827 does …
- CVE-2026-8181The Burst Statistics – Privacy-Friendly WordPress Analytics …9.8
- CVE-2026-81814Affected versions of Flowintel render calendar event titles …5.1
- CVE-2026-81817Affected versions of Flowintel contain an insecure direct ob…7.2
- CVE-2026-81818Affected versions of Flowintel contain an authorization flaw…8.6
- CVE-2026-8182IBM Langflow OSS 1.0.0 through 1.10.3 installations allow an…8.8
- CVE-2026-81820Affected versions of Flowintel construct timeline HTML using…5.1
- CVE-2026-81826Affected versions of Flowintel do not revoke existing authen…9.1
- CVE-2026-81827Affected versions of Flowintel incorrectly attempted to vali…6.9
- CVE-2026-8183IBM Langflow OSS 1.0.0 through 1.10.3, 1.0.0 through 1.10.3,…7.7
- CVE-2026-81833A security flaw has been discovered in RooCodeInc Roo-Code u…5.5
Are you affected by CVE-2026-81819?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
