Description
The Meow Gallery WordPress plugin before 5.5.5 does not properly sanitize a user-supplied value before concatenating it into a shortcode string that it passes to the WordPress shortcode parser on a publicly reachable endpoint, allowing unauthenticated users to execute arbitrary registered shortcodes and disclose non-public gallery content.
Published: 2026-09-20
Score: n/a
EPSS: n/a
KEV: No
Impact: Arbitrary Shortcode Execution
Action: Immediate Patch
AI Analysis

Impact

The Meow Gallery WordPress plugin, prior to version 5.5.5, fails to sanitize a value supplied through its load_gallery_collection REST route. By concatenating this value into a shortcode string, the plugin leaks the Shortcode parser to unauthenticated users, enabling them to execute any registered shortcode. This flaw results in the disclosure of non‑public gallery content and can be leveraged to run arbitrary code through shortcodes that perform privileged actions. The weakness aligns with improper input validation leading to unintended code execution.

Affected Systems

Systems running the Meow Gallery WordPress plugin versions older than 5.5.5 on any WordPress installation are susceptible. The vulnerability exists in the public REST endpoint load_gallery_collection, which is accessible without authentication.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in KEV. Although no CVSS score is supplied, the ability to run arbitrary shortcodes without authentication suggests a high severity impact. Attackers could reach the endpoint over the public network, send a crafted request, and trigger the plugin’s shortcode parsing logic. Because the vulnerability requires no prior authentication, the likelihood of exploitation is high in environments lacking additional access controls. The lack of known mitigation in official advisories highlights the need for immediate attention.

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, block or restrict the load_gallery_collection REST endpoint to authenticated/admin users using a firewall or access‑control plugin.
  • Remove or disable any shortcodes that expose sensitive content until the plugin is updated.

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-20

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 properly sanitize a user-supplied value before concatenating it into a shortcode string that it passes to the WordPress shortcode parser on a publicly reachable endpoint, allowing unauthenticated users to execute arbitrary registered shortcodes and disclose non-public gallery content.
Title Meow Gallery < 5.5.5 - Unauthenticated Arbitrary Shortcode Execution via load_gallery_collection REST Route
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

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

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

Link: CVE-2026-92422

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-92422

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-20

    Improper Input Validation