Description
The shared-files-pro WordPress plugin before 1.7.70 does not validate the file path supplied when creating a featured image, allowing unauthenticated attackers to read arbitrary files from the server and republish their contents at a public URL.
Published: 2026-08-28
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated arbitrary file read and content publication
Action: Immediate Update
AI Analysis

Impact

The shared-files‑pro WordPress plugin allows users to set a featured image by providing a file path. The plugin fails to validate this path, enabling attackers to read any file on the server and publish its contents under a public URL. This results in disclosure of confidential data, potential leakage of credentials, and indirect exposure of the site to further attacks. The weakness falls under Improper Input Validation (CWE-20), Path Traversal (CWE-22), and arbitrary file read (CWE-73).

Affected Systems

Any WordPress site that has the shared‑files‑pro plugin installed with a version earlier than 1.7.70 is affected. The vendor is unknown; the product name is shared‑files‑pro. No specific release notes are listed, so all prior releases are considered vulnerable until a fixed version is released.

Risk and Exploitability

The vulnerability can be exploited without authentication by sending a crafted request to the plugin’s featured‑image endpoint, supplying an arbitrary path such as ../../../../etc/passwd. Because it is triggered via a public endpoint, attackers with basic network access can retrieve any readable file. The EPSS score is less than 1% and the lack of requirement for privileged execution combined with the ability to read any file makes this a high‑risk flaw. The vulnerability is not listed in the CISA KEV catalog, but given its nature and the potential impact, it should be treated as a severe threat.

Generated by OpenCVE AI on August 28, 2026 at 17:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the shared‑files‑pro plugin to version 1.7.70 or later. If a newer version is not yet released, replace the plugin with a maintainer‑supported alternative or remove it entirely.
  • Disable the featured‑image upload feature if possible, or restrict the file path parameter to a predefined safe directory using server‑side access controls. This mitigates the path‑traversal abuse while retaining the plugin functionality.
  • Audit the file system permissions of the WordPress installation and ensure that the web server process does not have unnecessary read access to sensitive files such as /wp-config.php or the /wp-content/uploads directory.

Generated by OpenCVE AI on August 28, 2026 at 17:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-22

Fri, 28 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-22

Fri, 28 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-22

Fri, 28 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-73
Metrics cvssV3_1

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

ssvc

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


Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description The shared-files-pro WordPress plugin before 1.7.70 does not validate the file path supplied when creating a featured image, allowing unauthenticated attackers to read arbitrary files from the server and republish their contents at a public URL.
Title Shared Files < 1.7.70 - Unauthenticated Arbitrary File Read
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-28T13:03:21.003Z

Reserved: 2026-08-06T12:20:17.235Z

Link: CVE-2026-19084

cve-icon Vulnrichment

Updated: 2026-08-28T12:58:06.086Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T08:16:40.513

Modified: 2026-08-28T18:43:25.883

Link: CVE-2026-19084

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T17:30:08Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-22

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

  • CWE-73

    External Control of File Name or Path