Description
The Link Library WordPress plugin before 7.9.6 does not sanitize a user-supplied destination folder before writing a generated image to disk, allowing users with the Contributor role and above to create directories and write or overwrite image files anywhere the web server can write, including outside the site's document root.

The written file name is always numeric with a fixed image extension, so executable code cannot be planted this way.
Published: 2026-09-25
Score: 4.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote File Write via Path Traversal
Action: Patch Immediately
AI Analysis

Impact

The vulnerability occurs in the Link Library WordPress plugin prior to version 7.9.6, where a contributor or higher privileged user can supply a destination folder name without sanitization. This allows the creation of directories and the writing of image files—always numeric names with static image extensions—anywhere the web server writeable file system permits. While the file names preclude placement of executable code directly, attackers can overwrite existing files outside the document root, potentially causing denial of service, information disclosure, or modification of critical files such as configuration files.

Affected Systems

Any WordPress installation that is running the Link Library plugin earlier than version 7.9.6 and has Contributor role users or higher is affected. The vulnerable product is the Link Library plugin by Unknown:Link Library. Precise version ranges are limited to those before 7.9.6, and the patch is applied by updating the plugin to 7.9.6 or a later release.

Risk and Exploitability

The CVSS score is not disclosed, but the lack of input validation results in a path traversal that grants write access wherever the web server can write. Because authentication is required (Contributor role or higher), an attacker must first compromise or be granted such a role, which is a non‑zero but limited attack surface. The EPSS score is not available, and the vulnerability is not listed in CISA KEV. Nonetheless, once obtained, the ability to overwrite arbitrary files poses a significant risk. There is no known exploitation to drop malicious code due to the fixed numeric image file names, but the impact remains serious when critical files can be corrupted.

Generated by OpenCVE AI on September 25, 2026 at 08:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Link Library plugin to version 7.9.6 or newer to resolve the unsanitized file path issue.
  • Restrict Contributor users' ability to use the Link Library feature or remove Contributor role privileges to minimize exposure.
  • Verify the web server’s write permissions are appropriately confined to necessary directories, preventing unreliable write access outside the intended document root.
  • Monitor file system logs for unexpected directory creation or file modification events related to the plugin.

Generated by OpenCVE AI on September 25, 2026 at 08:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-22
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 25 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-36

Fri, 25 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Description The Link Library WordPress plugin before 7.9.6 does not sanitize a user-supplied destination folder before writing a generated image to disk, allowing users with the Contributor role and above to create directories and write or overwrite image files anywhere the web server can write, including outside the site's document root. The written file name is always numeric with a fixed image extension, so executable code cannot be planted this way.
Title Link Library < 7.9.6 - Contributor+ Path Traversal via 'filepath' Parameter
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-25T12:40:02.907Z

Reserved: 2026-08-24T14:15:53.750Z

Link: CVE-2026-78394

cve-icon Vulnrichment

Updated: 2026-09-25T12:35:58.024Z

cve-icon NVD

Status : Deferred

Published: 2026-09-25T07:16:54.437

Modified: 2026-09-25T13:25:48.533

Link: CVE-2026-78394

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T08:15:17Z

Weaknesses
  • CWE-22

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

  • CWE-36

    Absolute Path Traversal