Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

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

Quick assessment

Affected
flowintel flowintel
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

受影响版本的 Flowintel 在验证登录邮箱地址时,错误地调用了 来尝试验证。该调用并没有执行 WTForms 的字段验证,而仅仅是构造了一个验证器对象。 因此,攻击者控制的格式错误的邮箱输入可能会继续通过登录流程,并被写入与安全性相关的日志中。存在漏洞的代码将提供的邮箱同时插入到警告日志和自定义审计日志中。由于回车(CR)和换行(LF)字符未被转义,未认证的攻击者可能会注入额外的物理日志行,或伪造具有误导性的日志条目。 补丁修正了验证调用,将其改为 ,将标准日志记录调用改为参数化日志记录,并引入了 函数,以便

CVSS 6.9 · Medium

Possible ATT&CK Techniques 1 AI

T1120 · Peripheral Device Discovery

Affected Version Matrix 1

VendorProduct Version RangeStatus
flowintel flowintel ≤ 3.3.0 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-81827

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Flowintel Login Email Validation Bypass Allows Log Injection via Crafted Email Input
Source: CVE Program / CVE List V5
Vulnerability Description
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
Source: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
Source: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
flowintel flowintel 0 ~ 3.3.0 -

II. Public POCs for CVE-2026-81827

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-81827

登录查看更多情报信息。

Patches & Fixes for CVE-2026-81827 (1)

Same Patch Batch · flowintel · 2026-08-27 · 11 CVEs total

CVE-2026-81826 9.1 CRITICAL Flowintel Fails to Invalidate Active Sessions After Password Change
CVE-2026-81662 8.6 HIGH Flowintel Alert Settings Configuration Allows Remote Code Execution via Arbitrary Configur
CVE-2026-81818 8.6 HIGH Flowintel Organization Administrator Can Reset Full Administrator Password and Escalate Pr
CVE-2026-81743 7.5 HIGH Flowintel Arbitrary Log File Path Allows Remote Code Execution via Template Injection
CVE-2026-81817 7.2 HIGH Flowintel Missing Task-to-Case Authorization Allows Cross-Case Task Modification
CVE-2026-81659 7.1 HIGH Flowintel Note PDF Export Allows Arbitrary Local File Read via Pandoc/XeLaTeX Processing
CVE-2026-81819 5.3 MEDIUM Flowintel Missing Authorization Allows Regular API Users to View Other Users’ Task Assignm
CVE-2026-81814 5.1 MEDIUM Flowintel Stored XSS in Calendar via Malicious Case Title
CVE-2026-81753 5.1 MEDIUM Flowintel Stored XSS in Case Notes via Malicious Mermaid Diagram Content
CVE-2026-81820 5.1 MEDIUM Flowintel HTML Injection in MISP Case History Timeline via Crafted Object Attributes

IV. Related Vulnerabilities

V. Comments for CVE-2026-81827

No comments yet


Leave a comment