Description
Zammad is a web based open source helpdesk/customer support system. Prior to 7.1.2, zammad's HTML sanitizer, which blocks remote images in ticket articles and email views, can be bypassed using a shortened URL format that omits the double slash after the scheme (for example a shortened HTTP URL instead of a shortened HTTP URL). Modern browsers treat both forms as equivalent remote URLs. As a result, an attacker who sends a crafted email or ticket can cause the recipient's browser to silently load an image from an external server, revealing when and by whom the ticket was opened. Zammad's "remote content blocked" warning is not shown because the sanitizer does not recognize the shortened form as remote. This issue is fixed in version 7.1.2.
Published: 2026-09-25
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Information Disclosure
Action: Apply Patch
AI Analysis

Impact

The vulnerability lies in Zammad's HTML sanitizer, which blocks remote images in ticket articles and email views. By omitting the double slash after the scheme in a shortened URL, an attacker can embed a remote image that browsers interpret as an external resource. When a recipient opens a ticket or email containing such an image, the browser silently requests the image from the external server, revealing that and when the ticket was opened. The impact is a privacy leakage that can expose usage patterns to an external observer, aligning with the CWE‑184 "Redirection of User-Generated Content" and CWE‑20 "Improper Input Validation" weaknesses.

Affected Systems

The affected product is Zammad, a web‑based open‑source helpdesk system. Versions prior to 7.1.2 are vulnerable. The issue is fixed in Zammad 7.1.2 and later.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog. An attacker can exploit the flaw by sending a crafted email or ticket containing a shortened URL that bypasses the sanitizer. The attack requires the recipient to load the content in a web‑based interface, so user interaction is needed, but modern browsers treat the shortened form as an equivalent remote URL, allowing the request to be made without the system's explicit approval.

Generated by OpenCVE AI on September 25, 2026 at 20:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Zammad update to version 7.1.2 or later, which restores proper URL sanitization
  • Run a controlled test by creating a ticket with an intentionally shortened URL and verify that the image is blocked or the request is not sent
  • If an immediate update is not possible, reconfigure or disable remote image loading in Zammad settings to eliminate the possibility of external requests

Generated by OpenCVE AI on September 25, 2026 at 20:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Description Zammad is a web based open source helpdesk/customer support system. Prior to 7.1.2, zammad's HTML sanitizer, which blocks remote images in ticket articles and email views, can be bypassed using a shortened URL format that omits the double slash after the scheme (for example a shortened HTTP URL instead of a shortened HTTP URL). Modern browsers treat both forms as equivalent remote URLs. As a result, an attacker who sends a crafted email or ticket can cause the recipient's browser to silently load an image from an external server, revealing when and by whom the ticket was opened. Zammad's "remote content blocked" warning is not shown because the sanitizer does not recognize the shortened form as remote. This issue is fixed in version 7.1.2.
Title Zammad: Remote image tracking bypass via shortened URL scheme
Weaknesses CWE-184
CWE-20
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-25T19:46:54.438Z

Reserved: 2026-07-15T22:19:06.906Z

Link: CVE-2026-63206

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T19:17:54.993

Modified: 2026-09-25T20:17:29.987

Link: CVE-2026-63206

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T20:30:17Z

Weaknesses
  • CWE-184

    Incomplete List of Disallowed Inputs

  • CWE-20

    Improper Input Validation