CVE-2025-7643 CRITICAL

CVE-2025-7643: Attachment Manager <= 2.1.2 - Unauthenticated Arbitrary File Deletion

Vendor Aaroncampbell
Product Attachment Manager
Weakness CWE-22 · Path traversal
Published July 18, 2025
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Attachment Manager plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the handle_actions() function in all versions up to, and including, 2.1.2. This makes it possible for unauthenticated attackers 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

Attachment Manager versions 2.1.2 and earlier contain a path traversal vulnerability that allows an unauthenticated attacker to modify or delete files on the server. The vulnerability requires no user interaction and can be exploited over the network. An attacker can write malicious files or remove critical site files, potentially compromising site integrity and availability.

What an attacker can do

03Attacker Capabilities

Write, modify, or delete files on the server without authentication.

Potential impact on your site

04Site Impact

Site files can be corrupted, deleted, or replaced with malicious content, leading to site defacement or complete unavailability.

Conditions required to exploit

05Prerequisites

Network access to the vulnerable Attachment Manager component; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 18, 2025 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE