CVE-2026-65828
Received Received - Intake

Unauthorized File Deletion in Zammad via AttachmentsController

Vulnerability report for CVE-2026-65828, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: GitHub, Inc.

Description

Zammad is a web based open source helpdesk/customer support system. Prior to 7.1.2, the legacy destroy_form action on AttachmentsController deletes UploadCache Store records based solely on a user-supplied form_id without verifying that the requesting user owns those records. An authenticated attacker who learns another user's pending-upload UUID can silently remove temporary file uploads before the victim submits their ticket or article. This issue is fixed in version 7.1.2.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-26
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
zammad zammad 7.1.2

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Zammad is a helpdesk system. Prior to version 7.1.2, an action called destroy_form in AttachmentsController could delete temporary file uploads without verifying ownership. An attacker with a user's pending-upload UUID could silently remove those files before the victim submits a ticket or article.

Detection Guidance

Detecting this vulnerability requires checking for unauthorized deletion of UploadCache Store records in Zammad versions prior to 7.1.2. Monitor logs for the destroy_form action on AttachmentsController with mismatched form_id and user ownership. Check for unexpected file deletions in temporary upload directories before ticket submission.

Impact Analysis

If you use Zammad before version 7.1.2, an attacker could delete your temporary file uploads before you submit them. This could cause data loss for pending tickets or articles, requiring you to re-upload files and potentially delaying support requests.

Compliance Impact

This vulnerability may impact compliance by causing loss of data integrity for pending support requests. GDPR requires data integrity and availability, while HIPAA requires safeguards for protected health information. Data loss could violate these requirements if sensitive information is lost.

Mitigation Strategies

Upgrade Zammad to version 7.1.2 or later immediately. Review and restrict access to the destroy_form action in AttachmentsController. Implement logging and alerts for suspicious deletion attempts. Verify no unauthorized deletions occurred in temporary uploads before upgrading.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-65828. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart