---
id: CVE-2026-9557
title: Mautic Focus component Vulnerable to SSRF
summary: Mautic Focus component Vulnerable to SSRF
severity: medium
cvss: 6.4
cwe:
  - CWE-918
vendor: mautic
product: mautic/core
ecosystem: composer
affected:
  - 'mautic/core >= 4.0.0, <= 4.4.13'
  - 'mautic/core >= 5.0.0, < 5.2.11'
  - 'mautic/core >= 6.0.0, < 6.0.9'
  - 'mautic/core >= 7.0.0, < 7.1.2'
patched:
  - mautic/core 5.2.11
  - mautic/core 6.0.9
  - mautic/core 7.1.2
published: '2026-07-02'
updated: '2026-07-02'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-jmv8-8j9j-rcpc'
references:
  - url: 'https://github.com/mautic/mautic/security/advisories/GHSA-jmv8-8j9j-rcpc'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-9557'
  - url: 'https://github.com/advisories/GHSA-jmv8-8j9j-rcpc'
tags:
  - ghsa
  - composer
epss: 0.00146
epssPercentile: 0.04198
ingestedAt: '2026-07-02T20:42:45.862Z'
---

## Overview

### Summary
A Server-Side Request Forgery (SSRF) vulnerability exists in the Mautic Focus component (`MauticFocusBundle`). Under certain conditions, insufficiency in validating user-supplied URLs allows authenticated users to trigger outbound HTTP requests from the hosting server.

### Impact
An authenticated user with access to the Mautic panel can exploit this vulnerability to perform internal port probing or force the server to initiate requests to external or arbitrary internal destinations. This can enable internal network reconnaissance or mapping of firewalled infrastructure.

### Patched Versions
This security issue has been fixed in the following releases:
* **7.1.2**
* **6.0.9**
* **5.2.11**
* **4.4.20** [ELTS](https://mautic.org/extended-long-term-support-elts/)

Mautic strongly recommend upgrading to the latest version corresponding to your release branch.

### Workarounds
There are no official workarounds. To completely mitigate the exposure without upgrading, disabling or limiting external network access from the Mautic web server to internal-only subnets/local hosts is recommended.

## Affected packages

- `mautic/core >= 4.0.0, <= 4.4.13`
- `mautic/core >= 5.0.0, < 5.2.11`
- `mautic/core >= 6.0.0, < 6.0.9`
- `mautic/core >= 7.0.0, < 7.1.2`

## Remediation

Upgrade to a patched release:

- `mautic/core 5.2.11`
- `mautic/core 6.0.9`
- `mautic/core 7.1.2`
