Description
The Yogeta WP Cloud WordPress plugin through 1.0 does not validate a user-supplied file path before passing it to a file-read function on a public endpoint that lacks any authorization check, allowing unauthenticated attackers to download arbitrary files from the server, including files containing sensitive credentials.
Published: 2026-09-12
Score: n/a
EPSS: n/a
KEV: No
Impact: Unauthenticated arbitrary file download and potential credential exposure
Action: Apply Update
AI Analysis

Impact

The Yogeta WP Cloud plugin, through version 1.0, fails to validate a user-supplied file path before passing it to a file‑read function on a publicly accessible endpoint that has no authorization checks. This flaw allows any Internet user to craft a request containing a file path and retrieve the contents of that file from the server. Sensitive files, such as configuration files containing credentials, can be exposed, leading to information disclosure and potential compromise of privileged accounts.

Affected Systems

All installations of the Yogeta WP Cloud WordPress plugin with a version of 1.0 or earlier are vulnerable. No specific patch version is identified in the advisory, but any upgrade beyond 1.0 removes the described flaw.

Risk and Exploitability

The vulnerability can be exploited remotely over the network without authentication, using a crafted URL pointing to a desired file. The CMS does not enforce any access controls on the endpoint, so an attacker can trigger the file download from any location. Because no CVSS score is supplied and the EPSS score is unavailable, the exact severity is uncertain, but the impact is high due to unrestricted file access and potential credential theft. The vulnerability is not listed in the CISA KEV catalog, suggesting no confirmed exploitation in the wild yet, yet the lack of authorization makes it a high‑risk asset in any environment that relies on the plugin.

Generated by OpenCVE AI on September 12, 2026 at 08:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest version of the Yogeta WP Cloud plugin or disable the plugin if it is no longer needed
  • If upgrading is not immediately possible, block or remove the public endpoint that exposes file download functionality using web‑application firewall rules or web server configuration
  • Implement server‑side checks to validate file paths against a whitelisted directory tree or sanitize the input before invoking file‑read operations
  • Monitor web traffic for unusual file‑download requests and audit logs for unexpected file access patterns

Generated by OpenCVE AI on September 12, 2026 at 08:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 08:45:00 +0000

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

Sat, 12 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Yogeta WP Cloud WordPress plugin through 1.0 does not validate a user-supplied file path before passing it to a file-read function on a public endpoint that lacks any authorization check, allowing unauthenticated attackers to download arbitrary files from the server, including files containing sensitive credentials.
Title Yogeta WP Cloud <= 1.0 - Unauthenticated Arbitrary File Download
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-12T06:00:08.813Z

Reserved: 2026-08-26T13:47:33.757Z

Link: CVE-2026-80494

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-12T06:16:25.510

Modified: 2026-09-12T06:16:25.510

Link: CVE-2026-80494

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-12T08:30:10Z

Weaknesses
  • CWE-22

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

  • CWE-284

    Improper Access Control