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

CVE-2026-22200: osTicket File Read Vulnerability

CVE-2026-22200 is an arbitrary file read vulnerability in osTicket's PDF export that allows attackers to disclose sensitive server files. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2026-22200 Overview

Enhancesoft osTicket versions up to and including 1.18.2 contain an arbitrary file read vulnerability in the ticket PDF export functionality. A remote attacker can submit a ticket containing crafted rich-text HTML that includes PHP filter expressions which are insufficiently sanitized before being processed by the mPDF PDF generator during export. When the attacker exports the ticket to PDF, the generated PDF can embed the contents of attacker-selected files from the server filesystem as bitmap images, allowing disclosure of sensitive local files in the context of the osTicket application user.

Critical Impact

This vulnerability allows unauthenticated remote attackers to read arbitrary files from the server filesystem, potentially exposing sensitive configuration files, database credentials, and application secrets.

Affected Products

  • Enhancesoft osTicket versions up to and including 1.18.2
  • osTicket installations with default configurations where guests may create tickets
  • osTicket deployments where self-registration is enabled

Discovery Timeline

  • 2026-01-12 - CVE CVE-2026-22200 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-22200

Vulnerability Analysis

This vulnerability stems from improper neutralization of special elements used in an expression (CWE-74). The osTicket application's PDF export functionality relies on the mPDF library to generate PDF documents from ticket content. However, the application fails to adequately sanitize rich-text HTML content submitted within tickets before passing it to the mPDF renderer.

The mPDF library supports certain PHP filter wrapper expressions and embedded content directives. When an attacker crafts a ticket containing malicious HTML with embedded PHP filter expressions or file reference directives, these are processed by mPDF during PDF generation. The resulting PDF document embeds the contents of server-side files as bitmap images, effectively exfiltrating their contents to the attacker.

This issue is particularly concerning because it is exploitable in default osTicket configurations. Guest users who can create tickets and access ticket status, or environments with self-registration enabled, provide sufficient access for exploitation without any authentication.

Root Cause

The root cause is insufficient input sanitization in the ticket PDF export workflow. The osTicket application does not properly filter or escape PHP filter expressions and file reference directives from user-supplied rich-text HTML content before passing it to the mPDF library for PDF rendering. The mPDF library interprets these directives and processes the referenced files, embedding their contents in the output PDF.

Attack Vector

The attack is network-based and requires no user interaction or special privileges. An attacker can exploit this vulnerability by:

  1. Creating a new support ticket through the osTicket web interface (as a guest or registered user)
  2. Inserting crafted rich-text HTML containing PHP filter expressions that reference sensitive server files
  3. Submitting the ticket to the osTicket system
  4. Requesting the PDF export of the submitted ticket
  5. Downloading the generated PDF which now contains the embedded contents of the targeted server files as images

The attack can target critical files such as /etc/passwd, osTicket configuration files containing database credentials (include/ost-config.php), or other sensitive application data accessible to the web server user.

The vulnerability mechanism involves the mPDF library processing specially crafted HTML content. Attackers embed directives within ticket content that cause mPDF to read local files and embed their contents in the generated PDF. For detailed technical information, refer to the VulnCheck Advisory on osTicket.

Detection Methods for CVE-2026-22200

Indicators of Compromise

  • Unusual PDF export requests with large or unexpected file sizes in web server logs
  • Tickets containing suspicious HTML content with PHP filter wrapper patterns or unusual embedded directives
  • Multiple rapid PDF export requests from a single source IP address
  • Web application firewall alerts for PHP wrapper or file inclusion patterns in POST data

Detection Strategies

  • Monitor web server access logs for excessive or unusual requests to PDF export endpoints (e.g., /ajax.php/tickets/*/pdf)
  • Implement content inspection rules to detect PHP filter expressions and file reference patterns in ticket submission data
  • Deploy Web Application Firewall (WAF) rules to block requests containing known malicious mPDF directives
  • Review osTicket ticket content for HTML containing file://, php://filter, or similar URI schemes

Monitoring Recommendations

  • Enable verbose logging for osTicket ticket creation and PDF export operations
  • Configure SIEM alerting for patterns associated with file disclosure attempts in web application logs
  • Monitor file access patterns for the osTicket application user to detect unusual file reads
  • Implement anomaly detection for PDF export request patterns and response sizes

How to Mitigate CVE-2026-22200

Immediate Actions Required

  • Upgrade osTicket to a patched version when available from osTicket Official Website
  • Disable guest ticket creation and self-registration if not required for business operations
  • Restrict PDF export functionality to trusted administrative users only
  • Implement input validation at the web server or WAF level to filter potentially malicious HTML patterns

Patch Information

Organizations should monitor the GitHub osTicket Repository for security updates addressing this vulnerability. Review the VulnCheck Advisory on osTicket for additional remediation guidance.

Workarounds

  • Disable the PDF export feature by removing or restricting access to the relevant PHP scripts until a patch is applied
  • Implement strict content security policies that filter user-submitted HTML before storage
  • Use a web application firewall (WAF) to block requests containing PHP filter wrapper patterns and file reference directives
  • Restrict osTicket application user filesystem permissions to minimize accessible sensitive files
bash
# Example Apache configuration to restrict PDF export access
<Location "/ajax.php">
    <If "%{QUERY_STRING} =~ /pdf/">
        Require ip 10.0.0.0/8
        Require ip 192.168.0.0/16
    </If>
</Location>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOsticket

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-74
  • Technical References
  • GitHub osTicket Repository

  • osTicket Official Website

  • VulnCheck Advisory on osTicket
  • Latest CVEs
  • CVE-2025-9962: Novakon P Series Privilege Escalation

  • CVE-2026-1961: Foreman WebSocket Proxy RCE Vulnerability

  • CVE-2026-4903: Tenda AC5 Buffer Overflow Vulnerability

  • CVE-2026-4902: Tenda AC5 Buffer Overflow Vulnerability
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