CVE-2026-81662: Flowintel Alert Settings Configuration Allows Remote Code Execution via Arbitrary Configuration Keys

Published Aug 27, 2026
·
Updated

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/configmodule.py.

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

f'{key} = {pyval}'

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

Affected Software

1 affected component
Flowintel Alert Settings Configuration>=undefined

Event History

Aug 27, 2026
CVE Published
via MITRE·10:23 AM
Data Sourced
via MITRE·10:23 AM
DescriptionWeakness
Data Sourced
via NVD·01:18 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which versions should be considered affected?

Flowintel Alert Settings Configuration versions 3.3.0 and later are impacted.

2

What attacker-controlled input reaches the unsafe code path?

Configuration keys supplied to the alerts settings update endpoint are used directly in both a regular expression and generated Python assignment statements. The configuration values are normalized to Python literals, but the keys are not safely constrained before being written to conf/config_module.py.

3

When does the injected configuration take effect?

The modified conf/config_module.py file is subsequently reloaded with importlib.reload(). A crafted key can therefore alter the Python source structure and cause attacker-controlled Python statements to execute during that reload.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203