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
    • 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-8194

CVE-2026-8194: osTicket CSRF Vulnerability in Dispatcher

CVE-2026-8194 is a cross-site request forgery flaw in osTicket up to version 1.18.3 affecting the Dispatcher component. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 18, 2026

CVE-2026-8194 Overview

CVE-2026-8194 is a Cross-Site Request Forgery (CSRF) vulnerability [CWE-352] affecting osTicket versions up to 1.18.3. The flaw resides in an unknown function within include/class.dispatcher.php, part of the Dispatcher component. Manipulation of the _method argument allows attackers to bypass CSRF protections and trigger unintended state-changing actions on behalf of an authenticated user. The vulnerability is exploitable remotely over the network and requires user interaction, such as visiting an attacker-controlled page. Public disclosure of the exploit has occurred, and the osTicket maintainers were notified through a pull request but have not yet released a fix.

Critical Impact

Attackers can forge state-changing requests against authenticated osTicket users by manipulating the _method parameter, potentially modifying ticket data or configuration without user consent.

Affected Products

  • osTicket versions up to and including 1.18.3
  • The include/class.dispatcher.php file in the Dispatcher component
  • Deployments running unpatched osTicket installations exposed to untrusted web traffic

Discovery Timeline

  • 2026-05-09 - CVE-2026-8194 published to the National Vulnerability Database
  • 2026-05-11 - Last updated in NVD database

Technical Details for CVE-2026-8194

Vulnerability Analysis

The vulnerability is a CSRF weakness located in the Dispatcher component of osTicket. The Dispatcher is responsible for routing HTTP requests to the appropriate handler based on the requested method and resource. Attackers can manipulate the _method argument to bypass CSRF token validation, allowing forged requests to be processed as if they originated from a legitimate authenticated session.

Because the Dispatcher honors the _method parameter to override the HTTP verb, an attacker can craft a request that appears as a benign GET or POST while triggering a sensitive action server-side. When a logged-in osTicket user is lured to an attacker-controlled page, the browser submits the forged request with the user's session cookies attached.

Root Cause

The root cause is insufficient validation of the _method argument within include/class.dispatcher.php. CSRF protection logic does not consistently apply when the request method is overridden through this parameter. This gap permits the Dispatcher to execute state-changing operations without verifying a valid anti-CSRF token tied to the user session.

Attack Vector

Exploitation occurs over the network and requires user interaction. The attacker hosts a malicious page or sends a link that, when visited by an authenticated osTicket user, issues a crafted HTTP request containing the manipulated _method argument. The osTicket Dispatcher processes the request using the victim's authenticated session, allowing the attacker to perform actions that would normally require explicit user intent. Public exploit details are available, increasing the likelihood of opportunistic abuse.

No verified proof-of-concept code is published in this advisory. Refer to the GitHub Security Advisory and GitHub Pull Request #6945 for technical details on the bypass mechanism.

Detection Methods for CVE-2026-8194

Indicators of Compromise

  • HTTP requests to osTicket endpoints containing an unexpected _method parameter, particularly with verb-override values such as PUT, DELETE, or PATCH.
  • Requests with mismatched Origin or Referer headers compared to the osTicket host serving the Dispatcher.
  • Unexpected state changes (ticket modifications, configuration updates) tied to user sessions without corresponding user-driven UI activity.

Detection Strategies

  • Inspect web server and application logs for requests targeting paths handled by include/class.dispatcher.php that include the _method argument.
  • Correlate session activity with browser navigation patterns to identify forged requests issued without legitimate user interaction.
  • Deploy a Web Application Firewall (WAF) rule to flag or block requests where _method overrides the HTTP verb without a valid CSRF token.

Monitoring Recommendations

  • Monitor osTicket administrative and agent actions for anomalous frequency or off-hours activity.
  • Enable detailed access logging on the web server fronting osTicket to capture request bodies and query strings for forensic review.
  • Alert on cross-origin requests targeting authenticated osTicket endpoints, especially from referrers outside the trusted domain.

How to Mitigate CVE-2026-8194

Immediate Actions Required

  • Restrict access to osTicket administrative interfaces using network controls or VPN gating until a patch is released.
  • Enforce strict SameSite=Strict or SameSite=Lax cookie attributes on osTicket session cookies to limit cross-site request submission.
  • Educate agents and administrators to avoid clicking untrusted links while logged into the osTicket portal.

Patch Information

At the time of publication, the osTicket project has not released an official patch. A community pull request, GitHub Pull Request #6945, proposes a fix but has not been merged. Organizations should track the osTicket repository for an upstream release that closes the _method bypass in include/class.dispatcher.php.

Workarounds

  • Apply a custom modification to include/class.dispatcher.php to validate CSRF tokens regardless of the _method parameter value.
  • Deploy WAF rules that reject requests containing the _method argument when the originating Referer or Origin header does not match the osTicket host.
  • Reduce session lifetime and require re-authentication for sensitive administrative actions to limit the window of CSRF abuse.
bash
# Example WAF rule (ModSecurity) to block _method override without same-origin Referer
SecRule ARGS:_method "@rx ^(PUT|DELETE|PATCH)$" \
    "id:1008194,phase:2,deny,status:403,\
    chain,msg:'osTicket CVE-2026-8194 CSRF _method override'"
    SecRule REQUEST_HEADERS:Referer "!@beginsWith https://osticket.example.com/"

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechOsticket

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.02%

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

  • GitHub osTicket Repository

  • GitHub Pull Request #6945

  • VulDB Submission #802755

  • VulDB Vulnerability #362346

  • VulDB CTI for #362346
  • Related CVEs
  • CVE-2026-26895: osTicket Information Disclosure Flaw

  • CVE-2026-22200: osTicket File Read 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