The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-34719

CVE-2026-34719: Zammad Information Disclosure Vulnerability

CVE-2026-34719 is an information disclosure flaw in Zammad helpdesk software that allows attackers to retrieve confidential cloud metadata. This article covers technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-34719 Overview

CVE-2026-34719 is a Server-Side Request Forgery (SSRF) vulnerability affecting Zammad, a web-based open source helpdesk and customer support system. The vulnerability exists in the webhook model which lacks proper validation for loopback addresses and link-local addresses. While the application validates the URL scheme (HTTP/HTTPS) and hostname, it fails to prevent requests to internal network addresses. This security gap could allow an attacker with administrative privileges to retrieve confidential metadata from cloud or hosting providers, potentially exposing sensitive infrastructure information.

Critical Impact

Authenticated attackers can exploit inadequate webhook URL validation to access internal cloud provider metadata endpoints, potentially exposing sensitive infrastructure credentials and configuration data.

Affected Products

  • Zammad versions prior to 7.0.1
  • Zammad versions prior to 6.5.4

Discovery Timeline

  • April 8, 2026 - CVE-2026-34719 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-34719

Vulnerability Analysis

This vulnerability is classified under CWE-918 (Server-Side Request Forgery), a weakness category that occurs when a web application fetches remote resources without properly validating user-supplied URLs. In this case, the Zammad webhook functionality allows authenticated administrators to configure webhook endpoints that trigger HTTP requests when certain events occur within the helpdesk system.

The core issue lies in the incomplete validation logic within the webhook model. While the application correctly validates that webhook URLs use HTTP or HTTPS schemes and performs basic hostname checks, it fails to block requests to loopback addresses (such as 127.0.0.1 or localhost) and link-local addresses (such as 169.254.x.x). This oversight enables attackers to craft malicious webhook configurations that target internal network resources.

Cloud environments are particularly at risk because providers like AWS, Azure, and GCP expose instance metadata through well-known internal endpoints (e.g., http://169.254.169.254/). An attacker exploiting this vulnerability could retrieve temporary IAM credentials, instance configuration data, or other sensitive metadata that could facilitate further attacks on the infrastructure.

Root Cause

The root cause of this vulnerability is insufficient input validation in the webhook URL processing logic. The validation routine checks the URL scheme and performs hostname validation but does not adequately filter IP addresses that resolve to internal network ranges. Specifically, the application fails to:

  1. Block loopback addresses (127.0.0.0/8)
  2. Block link-local addresses (169.254.0.0/16)
  3. Prevent DNS rebinding attacks where a hostname initially resolves to an external IP but later resolves to an internal address

The fix implemented in versions 7.0.1 and 6.5.4 extends the existing validation checks and applies them both during webhook configuration and when triggering webhook jobs.

Attack Vector

The attack vector requires network access and authenticated administrative privileges within the Zammad application. An attacker with these privileges can configure a webhook with a malicious URL pointing to internal resources. When the webhook is triggered by system events, Zammad's server makes an HTTP request to the specified URL, effectively acting as a proxy for the attacker.

A typical attack scenario involves:

  1. Attacker gains administrative access to the Zammad instance
  2. Attacker configures a webhook targeting a cloud metadata endpoint (e.g., http://169.254.169.254/latest/meta-data/iam/security-credentials/)
  3. Attacker triggers the webhook through a helpdesk event
  4. The server retrieves the metadata and potentially exposes it through response handling or logging
  5. Attacker extracts sensitive credentials or infrastructure information

The vulnerability can also be used to scan internal network services, identify open ports, and potentially interact with internal APIs that lack authentication when accessed from trusted internal addresses.

Detection Methods for CVE-2026-34719

Indicators of Compromise

  • Webhook configurations containing loopback addresses (127.0.0.1, localhost, ::1)
  • Webhook URLs targeting link-local addresses (169.254.x.x)
  • Webhook configurations pointing to cloud metadata endpoints
  • Unusual outbound HTTP requests from the Zammad server to internal IP ranges
  • Access logs showing requests to metadata service endpoints from application servers

Detection Strategies

  • Audit existing webhook configurations for URLs containing internal IP addresses or suspicious hostnames
  • Monitor network traffic from Zammad application servers for connections to RFC 1918 private address ranges
  • Implement DNS logging to detect resolution of hostnames to internal addresses
  • Review application logs for webhook execution errors that may indicate SSRF attempts

Monitoring Recommendations

  • Configure network monitoring to alert on outbound connections from application servers to cloud metadata endpoints
  • Implement web application firewall rules to detect SSRF patterns in webhook configuration requests
  • Enable detailed audit logging for webhook configuration changes in Zammad
  • Deploy egress filtering on application servers to restrict outbound connections to approved destinations

How to Mitigate CVE-2026-34719

Immediate Actions Required

  • Upgrade Zammad to version 7.0.1 or 6.5.4 immediately
  • Audit all existing webhook configurations for suspicious URLs targeting internal resources
  • Review access logs for evidence of exploitation attempts
  • Restrict administrative access to trusted users pending upgrade

Patch Information

Zammad has released security patches in versions 7.0.1 and 6.5.4 that address this vulnerability. The patches extend the existing URL validation to properly block loopback and link-local addresses during both webhook configuration and webhook job execution. Organizations should upgrade to these versions as soon as possible.

For additional details and upgrade instructions, refer to the GitHub Security Advisory.

Workarounds

  • Implement network-level egress filtering to block connections from application servers to metadata endpoints and internal ranges
  • Use a web application firewall to inspect and block webhook configuration requests containing internal IP addresses
  • Restrict webhook configuration privileges to a minimal set of trusted administrators
  • Consider disabling webhook functionality entirely until patches can be applied in high-risk environments
bash
# Example: iptables rule to block access to cloud metadata endpoint from application server
# Add this rule on the Zammad application server to prevent SSRF to metadata services
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Block entire link-local range
iptables -A OUTPUT -d 169.254.0.0/16 -j DROP

# Block loopback (if external processes shouldn't access localhost services)
# Use with caution as this may affect legitimate local services
# iptables -A OUTPUT -d 127.0.0.0/8 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechZammad

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:N/VA:H/SC:L/SI:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34248: Zammad Information Disclosure Vulnerability

  • CVE-2026-34723: Zammad Information Disclosure Flaw

  • CVE-2026-34718: Zammad Helpdesk XSS Vulnerability

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

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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