Description
The Link Library plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the ll_delete_link_fields function in all versions up to, and including, 7.9.4 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). Exploitation requires the administrator to have enabled the 'Delete local file on link deletion' plugin option (disabled by default) and to subsequently permanently delete the attacker-submitted link, which is a routine moderation action.
Published: 2026-08-15
Score: 9.1 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Link Library plugin for WordPress contains an insufficient file path validation bug that allows an attacker to delete any file on the server. By sending a crafted request to the ll_delete_link_fields function, the storage path of the file can be manipulated. If an attacker removes a critical configuration file, such as wp-config.php, arbitrary code can be executed on the site. Because the deletion is triggered during a normal link moderation step, the attack can be performed without any additional privileges.

Affected Systems

The vulnerability affects the Jack Dewey Link Library WordPress plugin. Versions up through 7.9.4 are impacted; any site running 7.9.4 or earlier is susceptible. Upgrading to 7.9.5 or later eliminates the flaw.

Risk and Exploitability

The flaw has a CVSS score of 9.1, indicating a high impact. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack requires that the administrator has enabled the 'Delete local file on link deletion' option, a setting that defaults to disabled. After the option is active, an unauthenticated user can delete an arbitrary link, causing the editor to invoke the deletion routine and delete the targeted file. The attack vector is therefore unauthenticated but depends on a configuration that administrators may have left enabled.

Generated by OpenCVE AI on August 15, 2026 at 19:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Jack Dewey Link Library to version 7.9.5 or newer.
  • If an upgrade is not immediately possible, disable the 'Delete local file on link deletion' option in the plugin settings to prevent arbitrary file removal.
  • Review and monitor server logs for unexpected file deletions and for actions involving link deletion to detect possible exploitation.

Generated by OpenCVE AI on August 15, 2026 at 19:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Description The Link Library plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the ll_delete_link_fields function in all versions up to, and including, 7.9.4 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). Exploitation requires the administrator to have enabled the 'Delete local file on link deletion' plugin option (disabled by default) and to subsequently permanently delete the attacker-submitted link, which is a routine moderation action.
Title Link Library <= 7.9.4 - Unauthenticated Arbitrary File Deletion via link_url Parameter
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-15T18:25:57.238Z

Reserved: 2026-08-04T15:58:36.475Z

Link: CVE-2026-18855

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T19:16:32.160

Modified: 2026-08-15T19:16:32.160

Link: CVE-2026-18855

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T19:15:03Z

Weaknesses
  • CWE-22

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