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

CVE-2026-33331: Orpc OpenAPI Documentation XSS Vulnerability

CVE-2026-33331 is a stored cross-site scripting flaw in Orpc's OpenAPI documentation that allows attackers to execute arbitrary JavaScript in users' browsers. This article covers technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-33331 Overview

CVE-2026-33331 is a stored cross-site scripting (XSS) vulnerability affecting oRPC, a tool designed to help developers build end-to-end type-safe APIs that adhere to OpenAPI standards. The vulnerability exists in the OpenAPI documentation generation functionality of oRPC. Prior to version 1.13.9, if an attacker can control any field within the OpenAPI specification (such as info.description), they can break out of the JSON context and execute arbitrary JavaScript when a user views the generated API documentation.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of users viewing oRPC-generated API documentation, potentially leading to session hijacking, credential theft, or malicious actions performed on behalf of authenticated users.

Affected Products

  • oRPC versions prior to 1.13.9
  • Applications using oRPC for OpenAPI documentation generation
  • Development and staging environments exposing auto-generated API documentation

Discovery Timeline

  • 2026-03-24 - CVE CVE-2026-33331 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33331

Vulnerability Analysis

This stored XSS vulnerability arises from insufficient input sanitization in oRPC's OpenAPI documentation generation process. When oRPC renders OpenAPI specification fields into HTML documentation, it fails to properly escape or sanitize user-controlled content. This allows an attacker who can influence OpenAPI specification fields—such as info.description, info.title, or other metadata fields—to inject malicious JavaScript that executes when victims browse the generated documentation.

The attack is classified as "stored" XSS because the malicious payload persists within the OpenAPI specification and is served to all users who view the documentation. This makes it particularly dangerous in shared development environments or public-facing API documentation portals.

Root Cause

The root cause of CVE-2026-33331 is improper neutralization of input during web page generation (CWE-79). The oRPC documentation generator directly embeds OpenAPI specification field values into the rendered HTML output without adequate encoding or sanitization. When these values are embedded within a JSON context in the generated page, an attacker can craft input that breaks out of the JSON structure and injects executable script tags or event handlers.

Attack Vector

The attack requires network access and user interaction. An attacker must first be able to modify or influence the OpenAPI specification fields—this could occur through compromised API definition files, malicious contributions to shared specifications, or exploitation of other input vectors that feed into the OpenAPI spec generation.

Once the malicious payload is embedded in a field like info.description, any user who views the generated API documentation will have the attacker's JavaScript executed in their browser context. This can lead to:

  • Session token theft via cookie exfiltration
  • Credential harvesting through fake login forms
  • Redirection to malicious sites
  • Actions performed on behalf of authenticated users

The vulnerability requires user interaction (viewing the documentation), and the scope is changed, meaning the impact extends beyond the vulnerable component to affect other origins or security contexts.

Detection Methods for CVE-2026-33331

Indicators of Compromise

  • Unusual or obfuscated content in OpenAPI specification fields such as info.description, info.title, or info.termsOfService
  • Script tags, event handlers, or JavaScript URI schemes appearing in API documentation source
  • Reports of unexpected browser behavior or popups when viewing API documentation
  • Suspicious modifications to OpenAPI specification files in version control

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor API specification files for changes containing script tags or JavaScript event handlers
  • Use web application firewalls (WAF) with XSS detection rules on documentation endpoints
  • Perform regular security scans of generated API documentation pages

Monitoring Recommendations

  • Enable logging for all modifications to OpenAPI specification files
  • Monitor browser console errors for CSP violations on documentation pages
  • Set up alerts for unusual patterns in documentation access logs
  • Review audit logs for unauthorized changes to API metadata fields

How to Mitigate CVE-2026-33331

Immediate Actions Required

  • Upgrade oRPC to version 1.13.9 or later immediately
  • Review existing OpenAPI specifications for potentially malicious content in description fields
  • Implement Content Security Policy headers on documentation endpoints as defense-in-depth
  • Restrict write access to OpenAPI specification files to trusted personnel only

Patch Information

The oRPC development team has addressed this vulnerability in version 1.13.9. The fix implements proper output encoding and sanitization for OpenAPI specification fields when generating HTML documentation. Organizations should upgrade to this version or later to remediate the vulnerability.

For detailed information about the patch, refer to the GitHub Security Advisory GHSA-7f6v-3gx7 and the GitHub Commit Update. The patched version is available at the GitHub Release v1.13.9.

Workarounds

  • Implement strict Content Security Policy headers that disable inline JavaScript execution
  • Manually sanitize all OpenAPI specification fields before documentation generation
  • Restrict access to API documentation to authenticated and trusted users only
  • Use a web application firewall with XSS filtering rules in front of documentation endpoints
bash
# Example CSP header configuration for nginx
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; object-src 'none';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOrpc

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Release v1.13.9
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-7f6v-3gx7
  • Related CVEs
  • CVE-2026-28794: Orpc RCE 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