Description
The Support Genix WordPress plugin before 1.4.48 does not prevent directory traversal in its ticket-attachment download route, allowing unauthenticated attackers to read arbitrary files with an allowlisted extension — including other users' private ticket attachments — from the server.
Published: 2026-08-01
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Support Genix WordPress plugin allows an attacker to read arbitrary files on the server through a directory traversal vulnerability in its ticket‑attachment download route. The flaw lets unauthenticated users request files that have an allowed extension, including private ticket attachments belonging to other users, thereby exposing sensitive data. The weakness is a classic path traversal flaw (CWE‑22).

Affected Systems

Any installation of the Support Genix plugin running a version earlier than 1.4.48 is vulnerable. The issue to all WordPress sites that host this plugin and have the ticket‑attachment download route enabled, regardless of the hosting environment or WordPress configuration.

Risk and Exploitability

The EPSS score is below 1 % and the CVSS base score is 5.3, the vulnerability is not listed in CISA KEV, indicating a low to moderate likelihood of exploitation. Nonetheless, the impact is high because the flaw permits the disclosure of confidential user data without any authentication requirement. An attacker would target the /ticket‑attachment download endpoint, supply a crafted filename that traverses directories (e.g., ../../../../etc/passwd) and receive the contents of the requested file. Although the attack is single‑point and web‑based, it can lead to significant privacy breaches.

Generated by OpenCVE AI on August 5, 2026 at 20:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Support Genix plugin to version 1.4.48 or later where the path‑traversal issue is resolved.
  • Disable or remove the ticket‑attachment download functionality if it is not required for business operations.
  • Use web‑server configuration or .htaccess rules to block directory traversal patterns and restrict access to files outside the intended attachment directory.
  • Move ticket attachments to a directory outside the web root or enforce strict access controls so that only authorized users can retrieve them.

Generated by OpenCVE AI on August 5, 2026 at 20:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Wed, 05 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 02 Aug 2026 04:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-22
CWE-284

Sat, 01 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Description The Support Genix WordPress plugin before 1.4.48 does not prevent directory traversal in its ticket-attachment download route, allowing unauthenticated attackers to read arbitrary files with an allowlisted extension — including other users' private ticket attachments — from the server.
Title Support Genix Lite < 1.4.48 - Unauthenticated Arbitrary File Read via Path Traversal
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-05T16:20:11.887Z

Reserved: 2026-07-16T07:53:32.791Z

Link: CVE-2026-15932

cve-icon Vulnrichment

Updated: 2026-08-05T16:16:54.374Z

cve-icon NVD

Status : Received

Published: 2026-08-01T07:16:31.583

Modified: 2026-08-05T17:16:43.137

Link: CVE-2026-15932

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T20:45:05Z

Weaknesses
  • CWE-22

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