A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-34724

CVE-2026-34724: Zammad Helpdesk RCE Vulnerability

CVE-2026-34724 is a server-side template injection vulnerability in Zammad helpdesk that leads to remote code execution via AI Agent. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 10, 2026

CVE-2026-34724 Overview

CVE-2026-34724 is a server-side template injection (SSTI) vulnerability in Zammad, a web-based open source helpdesk and customer support system. This vulnerability exists in the AI Agent feature and can lead to remote code execution (RCE) when exploited. The impact is limited to environments where an attacker can control or influence type_enrichment_data, which typically requires high-privilege administrative configuration access.

Critical Impact

Successful exploitation allows authenticated attackers with administrative privileges to execute arbitrary code on the server through server-side template injection via the AI Agent functionality.

Affected Products

  • Zammad versions prior to 7.0.1

Discovery Timeline

  • 2026-04-08 - CVE-2026-34724 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-34724

Vulnerability Analysis

This vulnerability is classified under CWE-94 (Improper Control of Generation of Code), which encompasses code injection flaws including server-side template injection. The vulnerability exists within Zammad's AI Agent feature, where user-controlled input in the type_enrichment_data parameter is improperly processed by the template engine without adequate sanitization.

Server-side template injection occurs when an attacker is able to inject malicious template directives into a template that is then executed on the server. In the context of Zammad, the AI Agent feature processes enrichment data that, when manipulated by an attacker with administrative access, can be leveraged to inject arbitrary template code. This injected code is subsequently rendered and executed by the server-side template engine, allowing the attacker to achieve remote code execution.

The attack requires network access with high privileges and user interaction, making the attack complexity higher than typical RCE vulnerabilities. However, once exploited, the impact is severe across confidentiality, integrity, and availability dimensions, with potential for scope change affecting other components in the environment.

Root Cause

The root cause lies in insufficient input validation and sanitization of the type_enrichment_data parameter within the AI Agent feature. When template expressions or directives are passed through this parameter without proper escaping or restriction, the template engine interprets and executes them as legitimate template code. This allows an attacker to break out of the intended data context and inject arbitrary server-side template commands.

Attack Vector

The attack requires an authenticated attacker with administrative privileges to access the AI Agent configuration. By manipulating the type_enrichment_data field with malicious template injection payloads, the attacker can execute arbitrary code on the underlying server. The network-based attack vector means exploitation can be performed remotely against exposed Zammad instances.

The exploitation mechanism involves crafting template-specific injection payloads that, when processed by the template engine, execute attacker-controlled commands. For detailed technical information about this vulnerability, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-34724

Indicators of Compromise

  • Unexpected modifications to AI Agent configuration settings, particularly in type_enrichment_data fields
  • Unusual process execution originating from the Zammad application server
  • Administrative audit logs showing repeated access to AI Agent configuration endpoints
  • Suspicious template syntax patterns in configuration data or request logs

Detection Strategies

  • Monitor administrative activity logs for unusual changes to AI Agent settings
  • Implement web application firewall (WAF) rules to detect common SSTI payloads in request parameters
  • Review audit trails for administrative configuration changes, especially those involving enrichment data
  • Deploy runtime application self-protection (RASP) solutions to detect template injection attempts

Monitoring Recommendations

  • Enable verbose logging for AI Agent feature interactions and configuration changes
  • Set up alerts for administrative access to sensitive configuration endpoints
  • Monitor for anomalous outbound network connections from the Zammad server that may indicate post-exploitation activity
  • Implement file integrity monitoring on Zammad application directories

How to Mitigate CVE-2026-34724

Immediate Actions Required

  • Upgrade Zammad to version 7.0.1 or later immediately
  • Review audit logs for any suspicious administrative activity targeting AI Agent configuration
  • Restrict administrative access to the AI Agent feature to only essential personnel
  • Implement network segmentation to limit exposure of Zammad administrative interfaces

Patch Information

The vulnerability is fixed in Zammad version 7.0.1. Organizations should prioritize upgrading to this version or later to remediate the vulnerability. For additional details and the security advisory, see the GitHub Security Advisory for GHSA-fg9w-jg8f-4j94.

Workarounds

  • Limit administrative access to the AI Agent configuration to trusted users only
  • If AI Agent functionality is not required, consider disabling the feature until patching is completed
  • Implement additional authentication controls for administrative interfaces
  • Monitor and restrict network access to Zammad administrative endpoints using firewall rules
bash
# Example: Restrict access to Zammad admin interfaces via nginx
location /admin {
    allow 10.0.0.0/8;  # Allow internal network only
    deny all;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechZammad

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34718: Zammad Helpdesk XSS Vulnerability

  • CVE-2026-34248: Zammad Information Disclosure Vulnerability

  • CVE-2026-34722: Zammad Auth Bypass Vulnerability

  • CVE-2026-34782: Zammad Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English