{"id":"CVE-2026-81818","summary":"Flowintel Organization Administrator Can Reset Full Administrator Password and Escalate Privileges","details":"Affected versions of Flowintel contain an authorization flaw in the administrative user-edit API.\n\n\nThe existing authorization check correctly prevented an organization administrator from editing users in another organization, but it did not prevent them from editing a full administrator within their own organization. As a result, an org admin could modify that full administrator account, including changing its password. The upstream commit explicitly describes the issue as:\n\n\n“Org admin can change the password of a full admin in the same organization.”\n\n\nThe fix adds a higher-privilege boundary check:\n\n\nif user_to_edit.is_admin(): return ... 403\n\nso organization administrators can no longer modify full administrator accounts.\n\nVersion impacted \u003e=3.3.0","modified":"2026-08-30T03:31:00.528410974Z","published":"2026-08-27T13:14:20.526Z","database_specific":{"cwe_ids":["CWE-269"],"osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81818.json","cna_assigner":"CIRCL"},"references":[{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81818.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-81818"},{"type":"FIX","url":"https://github.com/flowintel/flowintel/commit/ffe64d1133b7d84909a69661bd5fee607e9ce757.patch"},{"type":"PACKAGE","url":"https://github.com/flowintel/flowintel"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://github.com/flowintel/flowintel","events":[{"introduced":"0"},{"fixed":"ffe64d1133b7d84909a69661bd5fee607e9ce757"}],"database_specific":{"extracted_events":[{"introduced":"0"},{"last_affected":"3.3.0"}],"source":["AFFECTED_FIELD","REFERENCES"]}}],"versions":["3.3.0","3.2.0","3.1.0","3.0.0","2.3.0","2.2.1","2.1.1","2.1.0","2.0.0","1.6.2","1.6.1","1.6.0","1.5.0","1.4.1","1.4.0","1.3.1","1.3.0","1.2.0","1.1.0","1.0.0","0.8.0","0.7.0","0.6.0","0.5.1","0.5.0","0.4.0","0.3.0","0.2.1","0.2.0","0.1.0","0.0.1"],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81818.json"}}],"schema_version":"1.9.0","severity":[{"type":"CVSS_V4","score":"CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N"}]}