Description
TIM Flow before 26.0.6 contains a CRLF injection vulnerability that allows remote attackers to inject arbitrary HTTP headers and response body content by embedding unsanitized carriage return and line feed sequences in the rt URL parameter, which is reflected into Set-Cookie response headers. Attackers can craft malicious requests to induce authenticated users to execute arbitrary JavaScript in their browser context, enabling session token theft and account credential modification.
Published: 2026-08-24
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution via crafted Set-Cookie headers
Action: Immediate Patch
AI Analysis

Impact

TIM Flow before version 26.0.6 contains a CRLF injection flaw that allows a remote attacker to insert arbitrary carriage-return and line-feed characters into the rt URL parameter. The unsanitized input is reflected into Set‑Cookie response headers, enabling the injection of additional HTTP headers and response body content. Attackers can therefore embed malicious JavaScript that runs in the victim’s browser, leading to session‑token theft and the ability to modify account credentials. The weakness is classified as CWE‑113, indicating the improper handling of CRLF sequences in HTTP requests and responses.

Affected Systems

The vulnerability impacts the TIM Solutions TIM Flow product with all releases prior to version 26.0.6; any environment deploying those versions is susceptible.

Risk and Exploitability

The CVSS score of 8.5 marks this issue as high severity. EPSS information is not provided, and the vulnerability is not listed in CISA’s KEV catalog. The attack vector is remote: an attacker constructs a malicious HTTP request containing CRLF characters in the rt parameter and directs an authenticated user to the target URL. Once the victim’s browser processes the compromised Set‑Cookie header, attacker‑controlled JavaScript executes, allowing credential theft or modification. The lack of an official workaround means the only reliable defense is to upgrade or patch the product to a version that removes the unsanitized rt parameter handling.

Generated by OpenCVE AI on August 24, 2026 at 19:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade TIM Flow to version 26.0.6 or later, which removes the unsanitized rt parameter from response headers.
  • If an immediate upgrade is not possible, configure the application layer to sanitize the rt parameter by stripping or encoding CRLF characters before they are reflected into Set‑Cookie headers.
  • Deploy a Web Application Firewall rule to reject HTTP requests where the rt parameter contains CRLF sequences, preventing the injection from reaching the application.

Generated by OpenCVE AI on August 24, 2026 at 19:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 24 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 24 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Tim-solutions
Tim-solutions tim Flow
Vendors & Products Tim-solutions
Tim-solutions tim Flow

Mon, 24 Aug 2026 16:30:00 +0000


Mon, 24 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Description TIM Flow before 26.0.6 contains a CRLF injection vulnerability that allows remote attackers to inject arbitrary HTTP headers and response body content by embedding unsanitized carriage return and line feed sequences in the rt URL parameter and access_token cookie, which are reflected into Set-Cookie response headers. Attackers can craft malicious requests to induce authenticated users to execute arbitrary JavaScript in their browser context, enabling session token theft and account credential modification. TIM Flow before 26.0.6 contains a CRLF injection vulnerability that allows remote attackers to inject arbitrary HTTP headers and response body content by embedding unsanitized carriage return and line feed sequences in the rt URL parameter, which is reflected into Set-Cookie response headers. Attackers can craft malicious requests to induce authenticated users to execute arbitrary JavaScript in their browser context, enabling session token theft and account credential modification.
Title TIM Flow < 26.0.6 CRLF Injection via rt Parameter and access_token Cookie TIM Flow < 26.0.6 CRLF Injection via rt Parameter
References

Mon, 24 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Description TIM Flow before 26.0.6 contains a CRLF injection vulnerability that allows remote attackers to inject arbitrary HTTP headers and response body content by embedding unsanitized carriage return and line feed sequences in the rt URL parameter and access_token cookie, which are reflected into Set-Cookie response headers. Attackers can craft malicious requests to induce authenticated users to execute arbitrary JavaScript in their browser context, enabling session token theft and account credential modification.
Title TIM Flow < 26.0.6 CRLF Injection via rt Parameter and access_token Cookie
Weaknesses CWE-113
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N'}

cvssV4_0

{'score': 8.5, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Tim-solutions Tim Flow
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-24T16:24:47.765Z

Reserved: 2026-04-07T20:57:06.209Z

Link: CVE-2026-39915

cve-icon Vulnrichment

Updated: 2026-08-24T16:24:40.712Z

cve-icon NVD

Status : Received

Published: 2026-08-24T15:16:38.090

Modified: 2026-08-24T17:17:23.533

Link: CVE-2026-39915

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T20:00:04Z

Weaknesses
  • CWE-113

    Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')