Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-81819

Gravedad CVSS v4.0:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
27/08/2026
Última modificación:
28/08/2026

Descripción

*** Pendiente de traducción *** 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.<br /> <br /> <br /> As a result, a lower-privileged authenticated user could potentially query another user’s assignment information by supplying that user’s identifier.<br /> <br /> <br /> The fix changes:<br /> <br /> <br /> method_decorators = [api_required]<br /> <br /> <br /> to:<br /> <br /> <br /> method_decorators = [admin_or_org_admin_required, api_required]<br /> <br /> so only administrators or organization administrators can perform cross-user assignment queries.<br /> <br /> Version impacted =&gt;3.3.0