๐Ÿ” CVE Alert

CVE-2026-81827

UNKNOWN 0.0

Flowintel Login Email Validation Bypass Allows Log Injection via Crafted Email Input

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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 _sanitize_log_fragment() so carriage returns and line feeds are encoded instead of creating new records. Version impacted >=3.3.0

CWE CWE-20
Vendor flowintel
Product flowintel
Published Aug 27, 2026
Stay Ahead of the Next One

Get instant alerts for flowintel flowintel

Be the first to know when new unknown vulnerabilities affecting flowintel flowintel are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

flowintel / flowintel
0 โ‰ค 3.3.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/flowintel/flowintel/commit/660b4cc405055a794f157d3e4612520f12fe65bf

Credits

Jeroen Pinoy David Cruciani