SCA: security update for kimai/kimai (GHSA-h5fh-7hwr-97mw)

medium Tenable Cloud Security Plugin ID 441602

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Kimai is an open-source time tracking application. From version 2.32.0 to before version 2.56.0, users
with the role System-Admin (ROLE_SYSTE_ADMIN) and the permission upload_invoice_template can upload PDF
invoice templates, which can call pdfContext.setOption('associated_files', ...) inside the sandboxed Twig
render. This is forwarded to mPDF's SetAssociatedFiles(), whose writer calls
file_get_contents($entry['path']) during PDF output and embeds the bytes as a FlateDecode stream in the
PDF. Any file readable by the PHP worker is returned to the attacker inside the rendered invoice. This
issue has been patched in version 2.56.0. (CVE-2026-44298)

Solution

Update the kimai/kimai library and its related packages to version 2.56 or later.

See Also

https://github.com/advisories/GHSA-h5fh-7hwr-97mw

Plugin Details

Severity: Medium

ID: 441602

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 5/9/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.68

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.1

Temporal Score: 4.5

Vector: CVSS2#AV:N/AC:L/Au:M/C:C/I:N/A:N

CVSS Score Source: CVE-2026-44298

CVSS v3

Risk Factor: Medium

Base Score: 4.9

Temporal Score: 4.3

Vector: CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/8/2026

Vulnerability Publication Date: 5/8/2026

Reference Information

CVE: CVE-2026-44298

cwe: CWE-22