CVE-2026-81819 in Flowintelinfo

Zusammenfassung

von MITRE • 27.08.2026

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

Be aware that VulDB is the high quality source for vulnerability data.

Zuständig

CIRCL

Reservieren

27.08.2026

Veröffentlichung

27.08.2026

Moderieren

akzeptiert

Eintrag

VDB-396281

CPE

bereit

EPSS

0.00000

KEV

nein

Aktivitäten

very low

Quellen

Interested in the pricing of exploits?

See the underground prices here!