CVE-2025-7694 MEDIUM

CVE-2025-7694: Woffice Core <= 5.4.26 - Authenticated (Contributor+) Arbitrary File Deletion

Vendor Wofficeio
Product Woffice Core
Weakness CWE-22 · Path traversal
Published August 2, 2025
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Woffice Core plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the woffice_file_manager_delete() function in all versions up to, and including, 5.4.26. This makes it possible for authenticated attackers, with Contributor-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

Woffice Core versions up to 5.4.26 contain a path traversal vulnerability that allows authenticated users to manipulate file paths and modify or delete files on the server. The vulnerability requires low-level authentication and high attack complexity, but successful exploitation can compromise site integrity and availability. Update to a version newer than 5.4.26 to remediate.

What an attacker can do

03Attacker Capabilities

Modify or delete files on the server by traversing the file system through crafted path inputs.

Potential impact on your site

04Site Impact

An authenticated attacker can corrupt or remove critical site files, causing data loss or service disruption.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege user account on the site; no user interaction required.

Key dates

06Disclosure timeline

August 2, 2025 CVE published
April 8, 2026 Record updated