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-2024-22122

CVE-2024-22122: Zabbix AT Command Injection Vulnerability

CVE-2024-22122 is an AT command injection flaw in Zabbix Server that allows attackers to execute unauthorized AT commands via SMS notifications. This article covers technical details, affected versions, and mitigations.

Published: May 26, 2026

CVE-2024-22122 Overview

CVE-2024-22122 is an AT command injection vulnerability in Zabbix Server affecting the SMS notification feature. The Number field used to configure SMS recipients is not validated on either the web frontend or the Zabbix server. An authenticated attacker with high privileges can supply a crafted phone number when testing SMS delivery. The crafted input is passed to the attached modem and interpreted as additional AT commands. This results in arbitrary command execution against the modem hardware and full compromise of monitoring confidentiality, integrity, and availability.

Critical Impact

Attackers can inject arbitrary AT commands into a modem connected to Zabbix Server through the SMS test workflow, enabling control over the SMS gateway and downstream telecom abuse.

Affected Products

  • Zabbix 5.0.0 through 5.0.42
  • Zabbix 6.0.0 through 6.0.28
  • Zabbix 6.4.0 through 6.4.13
  • Zabbix 7.0.0 alpha1 through 7.0.0 rc2

Discovery Timeline

  • 2024-08-12 - CVE-2024-22122 published to NVD
  • 2024-10 - Debian LTS advisory released
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-22122

Vulnerability Analysis

Zabbix supports SMS notifications by sending commands to a serial-attached GSM modem using the AT command set. Administrators configure recipient phone numbers in the frontend, and Zabbix Server forwards the values to the modem during the SMS test workflow and during normal alert delivery. The Number field accepts arbitrary input without sanitization for control characters, including carriage returns that delimit AT commands. An attacker who controls the field value can append further AT commands that the modem processes sequentially.

The weakness is classified as Improper Neutralization of Special Elements used in a Command [CWE-77]. Exploitation requires authenticated access with privileges to configure media types or run SMS tests, but no user interaction is needed. The scope changes because the injected commands run against a separate component, the modem, rather than the vulnerable Zabbix process itself.

Root Cause

The Zabbix frontend and server both accept the Number field without enforcing a strict numeric or E.164 pattern. The value is concatenated into the AT command stream issued to the modem device. Any carriage-return-delimited payload appended to a legitimate phone number is treated by the modem as a new command.

Attack Vector

The attack is launched over the network through the Zabbix web interface. An authenticated user navigates to the SMS media type configuration, supplies a malicious recipient string, and triggers the test SMS function. The Zabbix server forwards the data to the modem, which executes the injected AT instructions. Possible outcomes include sending unauthorized SMS messages, dialing premium numbers, disabling the modem, reading stored SMS, or interacting with the SIM file system.

No verified public proof-of-concept code is published for this vulnerability. Refer to the Zabbix Issue Tracker Entry ZBX-25012 for vendor technical detail.

Detection Methods for CVE-2024-22122

Indicators of Compromise

  • Unexpected AT command sequences in modem serial logs, particularly commands following carriage returns in the Number parameter.
  • Outbound SMS messages or voice calls originated by the Zabbix host that do not correspond to configured alerts.
  • Audit log entries showing edits to SMS media types or repeated SMS test executions from non-administrative accounts.

Detection Strategies

  • Review Zabbix audit logs for mediatype.test actions and changes to media type configuration objects.
  • Inspect the Number field of all configured SMS recipients for non-numeric characters, semicolons, or AT command keywords such as ATD, AT+CMGS, or AT+CPIN.
  • Correlate modem dmesg or /var/log serial communications with Zabbix server process activity to identify injected commands.

Monitoring Recommendations

  • Forward Zabbix frontend and server logs to a centralized SIEM and alert on SMS test invocations.
  • Monitor telecom billing records for unexpected SMS volume or premium-rate destinations.
  • Track the integrity of SMS media type configuration with file or database change auditing.

How to Mitigate CVE-2024-22122

Immediate Actions Required

  • Upgrade Zabbix to a fixed release: 5.0.43, 6.0.29, 6.4.14, or 7.0.0 or later as published in ZBX-25012.
  • Restrict the set of accounts that hold permissions to configure media types or execute SMS tests.
  • Audit existing SMS media type configurations and remove any recipient entries containing non-numeric characters.

Patch Information

Zabbix has released fixed builds tracked in the issue ZBX-25012. Debian users should apply the package updates described in the Debian LTS Announcement. Confirm the running Zabbix server and frontend versions match the patched release after upgrading.

Workarounds

  • Disable the SMS media type if upgrading immediately is not possible.
  • Physically disconnect the GSM modem from the Zabbix server until patches are applied.
  • Limit administrative role assignments and require multi-factor authentication on accounts that retain media configuration rights.
bash
# Verify the installed Zabbix server version against the fixed release
zabbix_server -V

# Example Debian package upgrade path
sudo apt update
sudo apt install --only-upgrade zabbix-server-mysql zabbix-frontend-php

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechZabbix

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.44%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Technical References
  • Debian LTS Announcement
  • Vendor Resources
  • Zabbix Issue Tracker Entry
  • Related CVEs
  • CVE-2024-22116: Zabbix RCE Vulnerability

  • CVE-2023-32727: Zabbix Server RCE Vulnerability

  • CVE-2021-46088: Zabbix Remote Code Execution Vulnerability

  • CVE-2020-11800: Zabbix Server RCE 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