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-34721

CVE-2026-34721: Zammad OAuth Callback CSRF Vulnerability

CVE-2026-34721 is a CSRF flaw in Zammad's OAuth callback endpoints for Microsoft, Google, and Facebook that fails to validate state parameters. This post covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-34721 Overview

Zammad, a web-based open source helpdesk and customer support system, contains a Cross-Site Request Forgery (CSRF) vulnerability in its OAuth callback endpoints for Microsoft, Google, and Facebook external credentials. Prior to versions 7.0.1 and 6.5.4, these OAuth callback endpoints fail to validate the CSRF state parameter, potentially allowing attackers to perform unauthorized actions on behalf of authenticated users.

Critical Impact

Attackers can potentially hijack OAuth authentication flows, leading to unauthorized account access or credential manipulation in Zammad helpdesk installations.

Affected Products

  • Zammad versions prior to 7.0.1
  • Zammad versions prior to 6.5.4
  • Zammad installations using Microsoft, Google, or Facebook OAuth authentication

Discovery Timeline

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

Technical Details for CVE-2026-34721

Vulnerability Analysis

This vulnerability (CWE-352: Cross-Site Request Forgery) exists in Zammad's OAuth authentication flow implementation. OAuth protocols use a state parameter as a security mechanism to prevent CSRF attacks during the authentication handshake. When a user initiates OAuth authentication with an external provider (Microsoft, Google, or Facebook), the application should generate a unique, unpredictable state value and verify it when the OAuth provider redirects back to the application's callback endpoint.

In vulnerable versions of Zammad, the OAuth callback endpoints for these external credential providers do not properly validate this CSRF state parameter. This oversight creates an opportunity for attackers to craft malicious requests that could manipulate the OAuth authentication process.

Root Cause

The root cause of this vulnerability is the missing validation logic for the OAuth state parameter in Zammad's callback handlers for Microsoft, Google, and Facebook authentication providers. The application accepts OAuth callback requests without verifying that the state parameter matches the value originally generated when the authentication flow was initiated. This architectural oversight in the OAuth implementation allows attackers to inject their own malicious callback requests into a victim's session.

Attack Vector

The attack requires network access and involves user interaction. An attacker must craft a malicious link containing a forged OAuth callback URL and trick an authenticated Zammad user into clicking it. The attack complexity is high as it requires precise timing and the victim must have an active session. If successful, the attacker could potentially link their own external account credentials to the victim's Zammad account or perform other unauthorized actions within the OAuth flow context.

The vulnerability specifically affects the OAuth callback endpoints handling external credential authentication for Microsoft, Google, and Facebook integrations. An attacker would need to:

  1. Understand the target Zammad instance's OAuth configuration
  2. Craft a malicious OAuth callback request without a valid state parameter
  3. Convince an authenticated user to trigger this request through social engineering

Detection Methods for CVE-2026-34721

Indicators of Compromise

  • Unexpected OAuth account linkages in Zammad user profiles, particularly external credentials added without user knowledge
  • Unusual authentication patterns involving Microsoft, Google, or Facebook OAuth providers
  • Web server logs showing OAuth callback requests with missing or invalid state parameters
  • Multiple OAuth callback requests in rapid succession from different source IPs for the same user session

Detection Strategies

  • Monitor OAuth callback endpoint access logs (/auth/microsoft/callback, /auth/google/callback, /auth/facebook/callback) for requests with missing state parameters
  • Implement Web Application Firewall (WAF) rules to detect suspicious OAuth callback patterns
  • Review audit logs for unexpected changes to user external credentials or account associations
  • Enable detailed logging on OAuth authentication flows to capture state parameter validation failures

Monitoring Recommendations

  • Configure alerting for failed OAuth state validation attempts if logging is available in patched versions
  • Monitor for unusual patterns in external credential additions across user accounts
  • Implement session monitoring to detect cross-origin OAuth callback attempts
  • Set up anomaly detection for OAuth-related API endpoint access patterns

How to Mitigate CVE-2026-34721

Immediate Actions Required

  • Upgrade Zammad to version 7.0.1 or 6.5.4 immediately to address this vulnerability
  • Review audit logs for any suspicious OAuth activity or unexpected external credential additions
  • Notify users to review their connected external accounts (Microsoft, Google, Facebook) for unauthorized linkages
  • Consider temporarily disabling OAuth authentication via external providers until patching is complete

Patch Information

Zammad has released security patches in versions 7.0.1 and 6.5.4 that properly validate the CSRF state parameter in OAuth callback endpoints. Organizations should update to these versions or later to remediate the vulnerability. For detailed patch information, refer to the GitHub Security Advisory.

Workarounds

  • Temporarily disable Microsoft, Google, and Facebook OAuth authentication methods until patching can be completed
  • Implement network-level access controls to restrict access to OAuth callback endpoints from untrusted sources
  • Enable additional authentication factors for user accounts to reduce impact of potential OAuth hijacking
  • Consider using alternative authentication methods such as SAML or local authentication until the patch is applied
bash
# Verify Zammad version after upgrade
zammad run rails r "puts Version.get"

# Expected output should show 7.0.1, 6.5.4 or later
# If using Docker, verify with:
docker exec -it zammad-railsserver zammad run rails r "puts Version.get"

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechZammad

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:P/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-352
  • 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 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