---
id: CVE-2026-54549
title: >-
  Meta Ads MCP is a Model Context Protocol (MCP) server that lets AI assistants
  run Meta Ads
summary: >-
  Meta Ads MCP is a Model Context Protocol (MCP) server that lets AI assistants
  run Meta Ads. Prior to version 1.0.115, the upload_ad_image tool in
  meta_ads_mcp/core/ads.py passes an attacker-controlled image_url to
  try_multiple_download_m…
severity: high
cvss: 8.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L'
cwe:
  - CWE-918
vendor: pipeboard-co
product: meta-ads-mcp
affected:
  - meta-ads-mcp < 1.0.115
patched:
  - meta-ads-mcp 1.0.115
published: '2026-09-15'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T15:17:37.780'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54549'
references:
  - url: >-
      https://github.com/pipeboard-co/meta-ads-mcp/commit/7d9926336bbdac6285a988d043c4ccfe126c94c5
    label: security-advisories@github.com
  - url: 'https://github.com/pipeboard-co/meta-ads-mcp/pull/138'
    label: security-advisories@github.com
  - url: 'https://github.com/pipeboard-co/meta-ads-mcp/releases/tag/1.0.115'
    label: security-advisories@github.com
  - url: >-
      https://github.com/pipeboard-co/meta-ads-mcp/security/advisories/GHSA-45gf-fjxp-cjpq
    label: security-advisories@github.com
  - url: >-
      https://github.com/pipeboard-co/meta-ads-mcp/security/advisories/GHSA-45gf-fjxp-cjpq
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-45gf-fjxp-cjpq'
tags:
  - nvd
  - cve.org
  - exploit-available
  - ghsa
  - pip
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-16T14:44:33.498820Z'
aliases:
  - GHSA-45gf-fjxp-cjpq
ecosystem: pip
ingestedAt: '2026-07-17T19:14:48.453Z'
epss: 0.0023
epssPercentile: 0.14048
---

## Overview

Meta Ads MCP is a Model Context Protocol (MCP) server that lets AI assistants run Meta Ads. Prior to version 1.0.115, the upload_ad_image tool in meta_ads_mcp/core/ads.py passes an attacker-controlled image_url to try_multiple_download_methods() in meta_ads_mcp/core/utils.py, where httpx.AsyncClient uses follow_redirects=True and performs HTTP requests without validating the scheme, host, or resolved IP address. In a streamable-http deployment, a network caller can use any non-empty authorization value because Meta credential validation occurs after the image download, then direct the server to loopback services, private-network addresses, cloud metadata endpoints, or redirect-chained internal targets. The resulting server-side request forgery can expose internal data, invoke state-changing internal services, or disrupt reachable services. This issue is fixed in version 1.0.115.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-54549)

Affected packages:

- `meta-ads-mcp < 1.0.115`

Patched in:

- `meta-ads-mcp 1.0.115`

Source: https://github.com/advisories/GHSA-45gf-fjxp-cjpq
