CVE-2026-9557: A Server-Side Request Forgery (SSRF) vulnerability exists in Mautic's Focus component.
A Server-Side Request Forgery (SSRF) vulnerability exists in Mautic's Focus component. Due to insufficient validation of user-supplied URLs, an authenticated user can trigger outbound HTTP requests from the hosting server, enabling internal network reconnaissance or forcing requests to arbitrary internal or external destinations.
Mautic’s Focus component can be abused by a logged-in user to make the Mautic server send HTTP requests chosen by that user. This could expose internal network details or cause requests to internal or external systems. It is medium severity because authentication is required and availability impact is not reported.
Executive priority
Treat this as a moderate-priority application security issue. It is not reported as exploited, but it can turn a compromised or low-privilege Mautic account into a path for internal network probing. Prioritize internet-facing or broadly accessible Mautic instances first.
Technical view
CVE-2026-9557 is an SSRF issue in mautic/core Focus caused by insufficient validation of user-supplied URLs. CVSS 3.1 is 6.4: network attack vector, low complexity, low privileges required, no user interaction, changed scope, low confidentiality and integrity impact, no availability impact.
Likely exposure
Organizations running affected mautic/core versions 4.0.0, 5.0.0, 6.0.0, or 7.0.0 may be exposed if authenticated users can access the Focus component. Evidence does not identify unauthenticated exposure or specific hosted deployment conditions.
Exploitation context
The source bundle does not report active exploitation, public exploit availability, or CISA KEV listing. The main risk is abuse by an authenticated account to make server-originated HTTP requests that may reach internal services not directly exposed to the attacker.
Researcher notes
The record identifies CWE-918 SSRF in Focus URL validation and lists mautic/core 4.0.0, 5.0.0, 6.0.0, and 7.0.0. The provided evidence does not include exploit details, patched release numbers, or concrete configuration-based mitigations beyond consulting the vendor advisory.
Mitigation direction
Check the Mautic GitHub advisory for patched versions and upgrade guidance.
Inventory Mautic deployments and confirm whether the Focus component is enabled.
Limit Mautic server outbound HTTP access to required destinations where operationally feasible.
Review authenticated user access and remove unnecessary Focus-related privileges.
Monitor vendor guidance for updated remediation details.
Validation and detection
Confirm deployed mautic/core version against the advisory’s affected versions.
Review Mautic user roles for accounts able to access Focus functionality.
Inspect server egress logs for unusual Focus-related outbound HTTP destinations.
Validate network controls prevent Mautic from reaching sensitive internal services.
Track remediation status against the official Mautic security advisory.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-918: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
2Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-918 · source CWE mapping
Server-Side Request Forgery (SSRF)
Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.