CVE-2026-81827
Last modified
CVE-2026-81827 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. 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. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
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
Metrics
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| flowintel | flowintel | <= 3.3.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-81827?
How severe is CVE-2026-81827?
How do I fix CVE-2026-81827?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-81817Affected versions of Flowintel contain an insecure direct ob…7.2
- CVE-2026-81818Affected versions of Flowintel contain an authorization flaw…8.6
- CVE-2026-81819Affected versions of Flowintel expose the /my_assignment/use…5.3
- CVE-2026-8182IBM Langflow OSS 1.0.0 through 1.10.3 installations allow an…8.8
- CVE-2026-81820Affected versions of Flowintel construct timeline HTML using…5.1
- CVE-2026-81826Affected versions of Flowintel do not revoke existing authen…9.1
- CVE-2026-8183IBM Langflow OSS 1.0.0 through 1.10.3, 1.0.0 through 1.10.3,…7.7
- CVE-2026-81833A security flaw has been discovered in RooCodeInc Roo-Code u…5.5
- CVE-2026-81834A weakness has been identified in RooCodeInc Roo-Code up to …6.3
- CVE-2026-81835A security vulnerability has been detected in RooCodeInc Roo…5.5
- CVE-2026-81836A vulnerability was detected in RooCodeInc Roo-Code up to 3.…3.7
- CVE-2026-81837A flaw has been found in RooCodeInc Roo-Code up to 3.51.1. T…6.3
Are you affected by CVE-2026-81827?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
