CVE-2026-81743
Received Received - Intake

Path Traversal in Flowintel

Vulnerability report for CVE-2026-81743, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: CIRCL

Description

Affected versions of Flowintel allow the LOG_FILE configuration value to be modified through system settings without restricting it to a filename inside the intended log directory. Because the application constructs the log destination from this configurable value, an administrator could set LOG_FILE to an arbitrary filesystem path. Since attackers can influence logged content, this enables controlled data to be written into unintended files. The upstream commit specifically describes an exploitation chain in which an attacker injects a template into a chosen file and subsequently abuses application rendering behavior to execute code. The patch removes LOG_FILE from the web-editable settings, introduces validate_log_file_name() to reject absolute paths, traversal, Windows paths, null bytes, and directory components, and centralizes log path construction through resolve_log_file_path(). Version impacted: >=3.3.0

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
flowintel flowintel From 3.3.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability allows an attacker to modify the LOG_FILE configuration value through system settings without restricting it to a filename in the intended log directory. This enables writing controlled data into unintended files, potentially leading to arbitrary code execution via template injection and application rendering behavior.

Detection Guidance

Check for unauthorized modifications to the LOG_FILE configuration in Flowintel settings. Review log files for unexpected content or file writes outside the intended directory. Look for suspicious template injections in logs that could indicate exploitation attempts.

Impact Analysis

An attacker with admin privileges could exploit this to inject malicious templates into arbitrary files, which may then be executed by the application. This could lead to unauthorized code execution, data theft, or system compromise depending on the application's context and permissions.

Compliance Impact

This vulnerability could lead to unauthorized file writes and potential remote code execution, which may result in data breaches or unauthorized access to sensitive information. For GDPR, this could violate principles of data integrity and confidentiality, leading to regulatory penalties. For HIPAA, it risks exposing protected health information, violating security requirements for safeguarding electronic protected health information.

Mitigation Strategies

Upgrade Flowintel to a patched version that removes LOG_FILE from editable settings and implements path validation. Restrict admin privileges to prevent unauthorized configuration changes. Monitor logs for unusual file writes or template injections.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-81743. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart