目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-81827— Flowintel 邮箱验证绕过及日志注入漏洞

一分钟漏洞结论

影响对象
flowintel flowintel
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

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

CVSS 6.9 · Medium

可能的 ATT&CK 技术 1 AI

T1120 · Peripheral Device Discovery
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-81827 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Flowintel Login Email Validation Bypass Allows Log Injection via Crafted Email Input
来源: 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
来源: 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
来源: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
flowintel flowintel 0 ~ 3.3.0 -

二、漏洞 CVE-2026-81827 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-81827 的情报信息

登录查看更多情报信息。

CVE-2026-81827 补丁与修复 (1)

同批安全公告 · flowintel · 2026-08-27 · 共 11 条

CVE-2026-81826 9.1 CRITICAL Flowintel修改密码后会话未失效漏洞
CVE-2026-81662 8.6 HIGH Flowintel 配置项导致的远程代码执行漏洞
CVE-2026-81818 8.6 HIGH Flowintel 组织管理员可重置密码并提权
CVE-2026-81743 7.5 HIGH Flowintel 远程代码执行漏洞
CVE-2026-81817 7.2 HIGH Flowintel 缺失任务至案例授权,允许跨案例任务修改
CVE-2026-81659 7.1 HIGH Flowintel Note PDF导出任意本地文件读取漏洞
CVE-2026-81819 5.3 MEDIUM Flowintel 缺失授权导致越权查看任务
CVE-2026-81814 5.1 MEDIUM Flowintel 日历功能存储型跨站脚本漏洞
CVE-2026-81753 5.1 MEDIUM Flowintel 案例备注 Mermaid 图存储型 XSS
CVE-2026-81820 5.1 MEDIUM Flowintel MISP 历史时间线 HTML 注入

IV. Related Vulnerabilities

V. Comments for CVE-2026-81827

暂无评论


发表评论