Description
The Flamingo plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.6.2. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with contributor-level access and above, to enumerate taxonomy terms including channel names derived from Contact Form 7 form titles that may reveal internal form purposes, department names, or workflow identifiers, as well as submission counts per channel and contact tag names. The plugin's flamingo_map_meta_cap() filter restricts access to Flamingo's admin UI but does not extend to WordPress core APIs such as XML-RPC wp.getTerms and admin-ajax ajax-tag-search.
Published: 2026-09-07
Score: 5.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Flamingo plugin for WordPress does not properly verify that a user is authorized before allowing access to WordPress core APIs. This flaw enables authenticated users with Contributor or higher roles to use the wp.getTerms method via XML‑RPC and the ajax‑tag‑search action to enumerate taxonomy terms. The returned data can include channel names derived from Contact Form 7 form titles, submission counts per channel, and contact tag names, revealing internal form purposes, department names, or workflow identifiers. The vulnerability is a classic case of authorization bypass through user‑controlled input, as identified by CWE‑862.

Affected Systems

Any WordPress site that installs the Flamingo plugin and runs a version up to and including 2.6.2. The affected product is identified by the vendor rocklobsterinc under the Flamingo plugin family. Sites that combine Flamingo with Contact Form 7 and rely on its taxonomy mapping are particularly at risk.

Risk and Exploitability

The CVSS score of 5.4 places the flaw in the medium severity range. While no EPSS figure is available, the vulnerability is not listed in the CISA KEV catalog. The likely attack vector requires the attacker to be authenticated with a role of Contributor or higher; no privileged escalation is necessary. Exploitation is straightforward: an attacker can simply invoke the wp.getTerms XML‑RPC call or perform an AJAX tag search to retrieve unwanted internal data. Because the flaw originates from missing authorization checks, any user with Contributor access can carry out the attack without interacting directly with the plugin’s admin UI.

Generated by OpenCVE AI on September 7, 2026 at 13:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flamingo to the latest available version (2.6.3 or newer) to receive the vendor‑provided authorization fix.
  • Restrict WordPress accounts to the minimal role required; remove Contributor or higher access from users who do not need it for their work.
  • Disable or protect the XML‑RPC endpoint or the ajax‑tag‑search action if they are not required for legitimate operations, for example by using a firewall rule or a security plugin that limits these API calls to administrators only.

Generated by OpenCVE AI on September 7, 2026 at 13:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
Description The Flamingo plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.6.2. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with contributor-level access and above, to enumerate taxonomy terms including channel names derived from Contact Form 7 form titles that may reveal internal form purposes, department names, or workflow identifiers, as well as submission counts per channel and contact tag names. The plugin's flamingo_map_meta_cap() filter restricts access to Flamingo's admin UI but does not extend to WordPress core APIs such as XML-RPC wp.getTerms and admin-ajax ajax-tag-search.
Title Flamingo <= 2.6.2 - Authenticated (Contributor+) Missing Authorization to Unauthorized Tag Information Disclosure via wp.getTerms and ajax-tag-search
Weaknesses CWE-862
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-07T12:29:04.519Z

Reserved: 2026-06-22T03:59:45.292Z

Link: CVE-2026-12853

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T13:18:04.133

Modified: 2026-09-07T13:18:04.133

Link: CVE-2026-12853

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T14:00:17Z

Weaknesses