CVE Catalog

CVE-2026-63205

MediumCVSS 5.1
Published: Translated: NVD NIST

Summary

In Zammad prior to 7.1.2, when creating or updating an email signature, inline images referenced in the signature body are processed. If the body contains an img tag pointing to an existing attachment, the system copies it into a new signature-owned record without checking the user's permission to access the original attachment.

Risk Assessment

A user with channel admin permissions can read attachments they would otherwise be denied, such as ticket attachments belonging to groups they are not members of.

Recommendation

Upgrade Zammad to version 7.1.2 or later to enforce permission checks on the original attachment when copying into a signature.

Other vulnerabilities in Zammad

See all
Original NVD description (English source)

Zammad is a web based open source helpdesk/customer support system. Prior to 7.1.2, when creating or updating an email signature, Zammad processes inline images referenced in the signature body. If a signature body contains an HTML img tag pointing to any existing attachment, the system copies that attachment into a new signature-owned record, without checking whether the user has permission to access the original attachment. The newly created copy is then downloadable by the same channel-admin user, because attachment access is determined by the copy's owner (the signature), not the original object (e.g., a ticket or knowledge-base article). This allows a user with any of the admin.channel_email, admin.channel_google, admin.channel_microsoft365, or admin.channel_microsoft_graph permissions to read attachments they would otherwise be denied access to, such as ticket attachments belonging to groups they are not a member of. This issue is fixed in version 7.1.2.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS