---
id: CVE-2026-54596
title: >-
  ITFlow provides an IT documentation, ticketing and accounting system for small
  managed service providers
summary: >-
  ITFlow provides an IT documentation, ticketing and accounting system for small
  managed service providers. Prior to version 26.07, an authenticated Technician
  or higher with access to at least one client invoice can inject SQL through
  the…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'
cwe:
  - CWE-89
vendor: itflow-org
product: itflow
affected:
  - itflow < 26.07
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T21:17:16.683'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54596'
references:
  - url: >-
      https://github.com/itflow-org/itflow/commit/721142629296ac8e335a79b32fd4d2df721234a8
    label: security-advisories@github.com
  - url: 'https://github.com/itflow-org/itflow/pull/1284'
    label: security-advisories@github.com
  - url: 'https://github.com/itflow-org/itflow/releases/tag/v26.07'
    label: security-advisories@github.com
  - url: >-
      https://github.com/itflow-org/itflow/security/advisories/GHSA-f9m3-qjc9-v27j
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
  - exploit-available
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/iltosec/CVE-2026-54596'
  checkedAt: '2026-09-24T07:53:07.222Z'
exploitAvailable: true
ingestedAt: '2026-09-17T21:29:16.982Z'
epss: 0.00339
epssPercentile: 0.27491
---

## Overview

ITFlow provides an IT documentation, ticketing and accounting system for small managed service providers. Prior to version 26.07, an authenticated Technician or higher with access to at least one client invoice can inject SQL through the frequency parameter handled by agent/post/recurring_invoice.php. The handler passes recurring_invoice_frequency through sanitizeInput but interpolates it unquoted into DATE_ADD, allowing SQL syntax to escape the interval expression, assign additional INSERT columns, store subquery results in recurring_invoice_note, and expose those results through agent/recurring_invoice.php. The persisted recurring_invoice_frequency can execute again when Force Recurring uses it in a later UPDATE, allowing another legitimate user to trigger the second-order injection. This can expose password hashes, SMTP credentials, user records, and database metadata, modify database fields, and enable administrative takeover after credential cracking. This issue is fixed in version 26.07.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
