Description
ConvertX 0.17.0 contains an arbitrary file read vulnerability in the xelatex converter that allows authenticated users to read files by uploading LaTeX files with input directives. Attackers can upload .tex files containing \\input{path} or \\verbatiminput{path} directives to have the TeX engine read arbitrary files accessible to the server process and include them in downloadable PDF output.
Published: 2026-09-04
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ConvertX 0.17.0 allows an authenticated user to read arbitrary files on the hosting server by uploading LaTeX files that contain \input{path} or \verbatiminput{path}. The TeX engine processes these directives during conversion and the resulting PDF includes the raw file contents, giving an attacker direct read access to files that the server process can reach. The vulnerability is a classic path traversal / privilege escalation flaw mapped to CWE-22. The impact is local integrity and confidentiality compromise within the system’s file namespace, potentially exposing configuration files, credentials, or other sensitive data. The problem is limited to authenticated users with write permission to the upload mechanism, and no public unauthenticated web-facing attack vector is documented.

Affected Systems

The issue affects the C4illin software suite ConvertX, specifically version 0.17.0. Vulnerable upstream code is visible in the xelatex module and has been patched in the subsequent 0.18.0 release. No other vendors or product variants have reported susceptibility.

Risk and Exploitability

With a CVSS score of 7.1, the vulnerability presents moderate to high severity. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting limited public exploitation. The likely attack vector is an authenticated user with file upload privileges; attackers can craft malicious LaTeX files and trigger the vulnerable conversion routine, resulting in arbitrary file read. In the absence of an official patch, exploitation requires legitimate access to the upload interface.

Generated by OpenCVE AI on September 4, 2026 at 15:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ConvertX to version 0.18.0 or later where the vulnerability is fixed
  • If an upgrade is not immediately possible, disable or remove the xelatex converter module and restrict LaTeX file uploads entirely
  • If the vulnerable version must remain in use, implement file validation to block \\input and \\verbatiminput directives or enforce strict path restrictions on files included by the TeX engine

Generated by OpenCVE AI on September 4, 2026 at 15:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description ConvertX 0.17.0 contains an arbitrary file read vulnerability in the xelatex converter that allows authenticated users to read files by uploading LaTeX files with input directives. Attackers can upload .tex files containing \\input{path} or \\verbatiminput{path} directives to have the TeX engine read arbitrary files accessible to the server process and include them in downloadable PDF output.
Title ConvertX 0.17.0 Arbitrary File Read via LaTeX Input Directives
First Time appeared C4illin
C4illin convertx
Weaknesses CWE-22
CPEs cpe:2.3:a:c4illin:convertx:*:*:*:*:*:*:*:*
Vendors & Products C4illin
C4illin convertx
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

C4illin Convertx
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-04T14:32:10.532Z

Reserved: 2026-09-04T11:03:33.315Z

Link: CVE-2026-85618

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T15:17:41.857

Modified: 2026-09-04T15:17:41.857

Link: CVE-2026-85618

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T16:15:05Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')