CVE-2026-81827: Flowintel Login Email Validation Bypass Allows Log Injection via Crafted Email Input

Published Aug 27, 2026
·
Updated

Affected versions of Flowintel incorrectly attempted to validate login email addresses by calling Email(email). That does not perform WTForms field validation; it merely constructs a validator object.

Consequently, malformed attacker-controlled email input could continue through the login process and be written to security-relevant logs. The vulnerable code inserted the supplied email into both a warning log and the custom audit logger. Since CR/LF characters were not escaped, an unauthenticated attacker could potentially inject additional physical log lines or forge misleading log entries.

The patch corrects the validation call to Email()(form, form.email), changes the standard logging call to parameterized logging, and introduces sanitizelogfragment() so carriage returns and line feeds are encoded instead of creating new records.

Version impacted >=3.3.0

Affected Software

1 affected component
Flowintel>=undefined

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Flowintel to a version that resolves this vulnerability.

    Fixed in 3.3.0
  2. Configuration

    Update the login email validation logic to call the WTForms validator with the form and form.email (use Email()(form, form.email)); do not call Email(email), which bypasses WTForms field validation.

    Flowintel login email validation Email call corrected from Email(email) to Email()(form, form.email) = Email()(form, form.email)
  3. Configuration

    Change warning logging and custom audit logger writes to use parameterized logging instead of inserting attacker-controlled email text directly into log strings.

    Flowintel logging Standard logging changed to parameterized logging = parameterized logging
  4. Configuration

    Implement and use _sanitize_log_fragment() for attacker-controlled log fields so carriage return (CR) and line feed (LF) characters are encoded rather than creating new log records.

    Flowintel logging Sanitize log fragments to encode CR/LF = encode carriage returns and line feeds (CR/LF) via _sanitize_log_fragment()

Event History

Aug 27, 2026
CVE Published
via MITRE·01:36 PM
Data Sourced
via MITRE·01:36 PM
DescriptionWeakness
Data Sourced
via NVD·05:21 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

An unauthenticated attacker can submit crafted email input to the login process. Successful exploitation depends on being able to send email values containing carriage return or line feed characters.

2

What is the impact on logs?

The supplied email could be written to both a warning log and the custom audit logger without CR/LF escaping. This may allow injected physical log lines or misleading forged log entries in security-relevant logs.

3

Which deployments are affected?

Flowintel versions 3.3.0 and later are identified as impacted. The issue is in the login email validation and logging path, so deployments exposing that login functionality are relevant.

4

What does the fix change?

The patch invokes WTForms email validation correctly, uses parameterized standard logging, and sanitizes log fragments by encoding carriage returns and line feeds.

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