CVE-2026-81662 PUBLISHED

Flowintel Alert Settings Configuration Allows Remote Code Execution via Arbitrary Configuration Keys

Assigner: CIRCL
Reserved: 27.08.2026 Published: 27.08.2026 Updated: 27.08.2026

Affected versions of Flowintel improperly trust configuration keys supplied to the alerts settings update endpoint. While configuration values were normalized to Python literals, the corresponding keys were used directly when constructing and replacing lines in conf/config_module.py.

The vulnerable code used requester-controlled keys in both the regular expression and the generated assignment:

f'{key} = {py_val}'

and appended an assignment if the key was not already present. The modified Python configuration module was subsequently reloaded using importlib.reload(). This creates a code-generation boundary in which specially crafted configuration keys can alter the Python source structure and result in execution of attacker-controlled Python statements.

Version impacted >=3.3.0

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor flowintel
Product flowintel
Versions Default: unaffected
  • affected from 0 to 3.3.0 (incl.)

Credits

  • Jeroen Pinoy finder
  • David Cruciani remediation developer

References

Problem Types

  • CWE-94 Improper Control of Generation of Code ('Code Injection') CWE
  • CWE-20 Improper Input Validation CWE

Impacts

  • CAPEC-242 Code Injection