Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. meta-ads-mcp
  4. ›
  5. CVE-2026-54547

CVE-2026-54547: meta-ads-mcp: X-Pipeboard-Token Header Auth Bypass Reuses Operator Meta Token

July 17, 2026

AuthInjectionMiddleware in meta-ads-mcp rejects HTTP MCP requests only when both auth_token and pipeboard_token are absent. Because extract_token_from_headers() does not recognise the X-Pipeboard-Token header, an attacker who sends that header with any arbitrary value produces auth_token = None and pipeboard_token = <attacker value>, making the guard condition evaluate to False and passing the request through. No authentication context is set; the token getter falls back to the server operator’s META_ACCESS_TOKEN environment variable. Every subsequent MCP tool call executes with the operator’s Meta credentials, allowing an unauthenticated network caller to read and write the operator’s Meta Ads data.

References

  • github.com/advisories/GHSA-2v2f-mvfg-ph56
  • github.com/pipeboard-co/meta-ads-mcp/releases/tag/1.0.115
  • github.com/pipeboard-co/meta-ads-mcp/security/advisories/GHSA-2v2f-mvfg-ph56
  • nvd.nist.gov/vuln/detail/CVE-2026-54547

Code Behaviors & Features

Detect and mitigate CVE-2026-54547 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.0.115

Fixed versions

  • 1.0.115

Solution

Upgrade to version 1.0.115 or above.

Impact 7.4 HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-287: Improper Authentication

Source file

pypi/meta-ads-mcp/CVE-2026-54547.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:17:57 +0000.