CVE-2024-10626 HIGH

CVE-2024-10626: WooCommerce Support Ticket System <= 17.7 - Authenticated (Subscriber+) Arbitrary File Deletion

Vendor Vanquish
Product WooCommerce Support Ticket System
Weakness CWE-22 · Path traversal
Published November 9, 2024
Last update April 8, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

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

What the vulnerability does

01Description

The WooCommerce Support Ticket System plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_uploaded_file() function in all versions up to, and including, 17.7. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).

Explanation of Vulnerability in Simple Terms

02Summary

The WooCommerce Support Ticket System contains a path traversal vulnerability that allows authenticated users with low privileges to read, modify, or delete arbitrary files on the server. An attacker can navigate outside intended directories to access sensitive data, configuration files, or system files. This affects all versions up to 17.7. Update to a version newer than 17.7 to remediate.

What an attacker can do

03Attacker Capabilities

Read, modify, or delete arbitrary files on the server outside the intended application directory.

Potential impact on your site

04Site Impact

Attackers with basic site access can steal database credentials, configuration files, or other sensitive data stored on the server.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege user account on the site (e.g., customer or subscriber role).

Key dates

06Disclosure timeline

November 9, 2024 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE