Description
The Meow Gallery WordPress plugin before 5.5.5 does not perform a proper capability check or restrict results to the requesting user's own posts before returning post data, allowing authenticated users with Author-level access and above to disclose the titles, authors, dates and statuses of other users' draft and private posts.
Published: 2026-09-20
Score: n/a
EPSS: n/a
KEV: No
Impact: Information Disclosure
Action: Patch Now
AI Analysis

Impact

The Meow Gallery WordPress plugin before 5.5.5 allows an authenticated user with Author privileges or higher to retrieve the titles, authors, dates, and statuses of other users' draft and private posts. This occurs because the plugin fails to verify that the requesting user has permission to view the requested posts and does not limit the results to the user’s own posts. The result is an unauthorized disclosure of post metadata that could aid further reconnaissance or social engineering attacks.

Affected Systems

WordPress sites using the Meow Gallery plugin version 5.5.4 or earlier. Any installation that has not applied the 5.5.5 update is affected.

Risk and Exploitability

An attacker must be authenticated with at least Author level privileges to exploit the flaw, making the attack vector authenticated. Once the user calls the fetch_posts endpoint, the plugin returns the restricted metadata. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, indicating limited evidence of exploitation in the wild. The severity cannot be inferred from a CVSS score, but the lack of a publicly known CVE mitigates the immediacy of risk. Nonetheless, the exposure of private post information is a significant concern for confidentiality.

Generated by OpenCVE AI on September 20, 2026 at 07:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Meow Gallery plugin to version 5.5.5 or later.
  • If an upgrade is not immediately possible, restrict the Author role or any higher role from accessing the fetch_posts endpoint by using a role‑management plugin or custom code to block the request.
  • Disable the Meow Gallery plugin on sites that have not yet been updated, or remove public access to the endpoint until a fix is available.

Generated by OpenCVE AI on September 20, 2026 at 07:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 20 Sep 2026 08:15:00 +0000

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

Sun, 20 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Meow Gallery WordPress plugin before 5.5.5 does not perform a proper capability check or restrict results to the requesting user's own posts before returning post data, allowing authenticated users with Author-level access and above to disclose the titles, authors, dates and statuses of other users' draft and private posts.
Title Meow Gallery < 5.5.5 - Author+ Draft and Private Post Disclosure via fetch_posts
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-20T06:00:18.400Z

Reserved: 2026-09-16T09:59:30.597Z

Link: CVE-2026-92423

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-20T07:16:51.160

Modified: 2026-09-20T07:16:51.160

Link: CVE-2026-92423

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-20T08:00:08Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control