Vulnerability Description
Meta Ads MCP is a Model Context Protocol (MCP) server that lets AI assistants run Meta Ads. Prior to version 1.0.115, AuthInjectionMiddleware in meta_ads_mcp/core/http_auth_integration.py rejects HTTP MCP requests only when both auth_token and pipeboard_token are absent, while extract_token_from_headers() does not recognize X-Pipeboard-Token as a primary credential. A network caller using the streamable-http transport can therefore send any X-Pipeboard-Token value, pass the guard without establishing authentication context, and cause get_auth_token() to fall back to the server operator's META_ACCESS_TOKEN. Subsequent MCP tools execute with the operator's Meta credentials and can read or modify the operator's Meta Ads data. Deployments using the default stdio transport or without META_ACCESS_TOKEN are not affected. This issue is fixed in version 1.0.115.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/pipeboard-co/meta-ads-mcp/commit/95e852793b7ff8604a8132e85d5f
- https://github.com/pipeboard-co/meta-ads-mcp/pull/137
- https://github.com/pipeboard-co/meta-ads-mcp/releases/tag/1.0.115
- https://github.com/pipeboard-co/meta-ads-mcp/security/advisories/GHSA-2v2f-mvfg-
- https://github.com/pipeboard-co/meta-ads-mcp/security/advisories/GHSA-2v2f-mvfg-
FAQ
What is CVE-2026-54547?
CVE-2026-54547 is a vulnerability with a CVSS score of 7.4 (HIGH). Meta Ads MCP is a Model Context Protocol (MCP) server that lets AI assistants run Meta Ads. Prior to version 1.0.115, AuthInjectionMiddleware in meta_ads_mcp/core/http_auth_integration.py rejects HTTP...
How severe is CVE-2026-54547?
CVE-2026-54547 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54547?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.