EUVD Vulnerability Catalog

EUVD-2026-67133

Severity: MEDIUM Base Score: 6.9 CVSS Version: 4.0

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

CVSS Vector Analysis

Below is the complete, human-readable breakdown of the CVSS metric string: 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

Attack Vector (AV): Network
Attack Complexity (AC): Low
Attack Requirements (AT): None
Privileges Required (PR): None
User Interaction (UI): None
Vulnerability Confidentiality Impact (VC): None
Vulnerability Integrity Impact (VI): Low
Vulnerability Availability Impact (VA): None
Subsequent Confidentiality Impact (SC): None
Subsequent Integrity Impact (SI): None
Subsequent Availability Impact (SA): None

Affected Vendors & Systems

Vendor flowintel

References & Advisory Links

Metadata Profile

Database Authority

European Union Agency for Cybersecurity (ENISA) EUVD

Assigner

CIRCL

EPSS Probability

0

Known Aliases
CVE-2026-81827 GHSA-3hq8-r684-4qwf
Published On

2026-08-27

Last Updated

2026-08-27