---
id: CVE-2026-9809
title: Mautic has Stored Cross-Site Scripting (XSS) in Projects Component
summary: Mautic has Stored Cross-Site Scripting (XSS) in Projects Component
severity: high
cvss: 7.6
cwe:
  - CWE-79
vendor: mautic
product: mautic/core
ecosystem: composer
affected:
  - 'mautic/core >= 7.0.0, < 7.1.2'
patched:
  - mautic/core 7.1.2
published: '2026-07-02'
updated: '2026-07-02'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-7h65-whp7-rgqf'
references:
  - url: 'https://github.com/mautic/mautic/security/advisories/GHSA-7h65-whp7-rgqf'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-9809'
  - url: 'https://github.com/advisories/GHSA-7h65-whp7-rgqf'
tags:
  - ghsa
  - composer
  - exploit-available
epss: 0.00213
epssPercentile: 0.11887
ingestedAt: '2026-07-02T20:42:45.841Z'
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/aj2108/CVE-2026-9809'
  checkedAt: '2026-09-21T15:31:32.571Z'
exploitAvailable: true
---

## Overview

### Summary
A stored Cross-Site Scripting (XSS) vulnerability exists in the Projects component of Mautic 7. When displaying project tags and popovers on administrative detail views (such as campaigns, emails, or forms), user-supplied project names are rendered without proper sanitization. An authenticated user with permissions to create or edit projects can exploit this to inject malicious script payloads.

### Impact
When an administrative user views an entity associated with a compromised project and hovers over its tag, the injected script executes within the context of their active browser session. This could allow an attacker to perform administrative actions on behalf of the victim, alter system configurations, or exfiltrate sensitive data.

### Patched Versions
This security issue has been addressed in the following release:
* **7.1.2**

*Note: Mautic 6.x, 5.x, and 4.x branches do not contain the Projects feature and are not affected by this vulnerability. For general security support regarding legacy Mautic 4 releases, please refer to the [ELTS](https://mautic.org/extended-long-term-support-elts/) page.*

### Workarounds
There are no official workarounds. To mitigate this vulnerability without upgrading, restrict project creation and modification permissions to trusted administrative users.

## Affected packages

- `mautic/core >= 7.0.0, < 7.1.2`

## Remediation

Upgrade to a patched release:

- `mautic/core 7.1.2`
