Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-23878

CVE-2026-23878: HotCRP Information Disclosure Flaw

CVE-2026-23878 is an information disclosure vulnerability in HotCRP conference review software that allows authors to download any submission documents. This article covers technical details, impact, and patches.

Published: January 23, 2026

CVE-2026-23878 Overview

A sensitive data exposure vulnerability exists in HotCRP, widely-used conference review software, that allows authenticated authors with at least one submission to download any documents (PDFs, attachments) associated with any submission through the document API. This Insecure Direct Object Reference (IDOR) vulnerability enables unauthorized access to confidential peer review materials and submission documents.

Critical Impact

Authenticated users can access and download confidential documents from any submission on the HotCRP instance, potentially exposing unpublished research, reviewer comments, and sensitive conference materials.

Affected Products

  • HotCRP versions from commit aa20ef288828b04550950cf67c831af8a525f508 to commit ceacd5f1476458792c44c6a993670f02c984b4a0
  • Self-hosted HotCRP installations running vulnerable commits
  • HotCRP instances with document API functionality enabled

Discovery Timeline

  • 2026-01-19 - CVE CVE-2026-23878 published to NVD
  • 2026-01-19 - Last updated in NVD database

Technical Details for CVE-2026-23878

Vulnerability Analysis

This vulnerability represents a classic Insecure Direct Object Reference (IDOR) flaw in HotCRP's document API. The root cause lies in insufficient authorization checks when processing document retrieval requests. Any authenticated author with at least one submission could exploit the document API endpoints to access documents belonging to other submissions, bypassing the intended access control mechanisms.

The vulnerability affects the document handling functionality, specifically the API endpoints responsible for document retrieval. The authorization logic failed to properly verify that the requesting user had legitimate access rights to the specific document being requested, allowing horizontal privilege escalation between different authors' submissions.

Root Cause

The vulnerability stems from inadequate authorization enforcement in the document API implementation. The code failed to validate whether the authenticated user making the document request was actually authorized to access documents from that specific submission. The fix implemented in commit ceacd5f1476458792c44c6a993670f02c984b4a0 addresses this by properly validating document access permissions and fixing a document leak in the API handler.

Attack Vector

An attacker with valid credentials and at least one submission on the HotCRP platform could exploit this vulnerability by manipulating document API requests. By modifying parameters such as docid, hash, or version in API calls, an attacker could enumerate and download documents belonging to other submissions. This attack requires network access and low-privilege authentication (any author account).

The fix introduces proper document access validation as shown in the security patches:

php
// Security patch in src/api/api_document.php - Fix document leak
    }

    static function document(Contact $user, Qrequest $qreq) {
-    return false;
        $qreq->qsession()->commit();
        if (friendly_boolean($qreq->forceShow) !== false) {
            $user->add_overrides(Contact::OVERRIDE_CONFLICT);

Source: GitHub Commit

Additional changes to the document request handling improved parameter validation:

php
// Security patch in src/documentrequest.php - Fix document leak
    /** @param Qrequest $qreq */
    private function _apply_specific_version($qreq) {
        $this->cacheable = true;
+
+        // parse version parameters
+        $docid = null;
        if (isset($qreq->docid)) {
-            $key = "docid";
            $docid = stoi($qreq->docid) ?? 0;
            if ($docid <= 1) {
-                $this->error_at($key, "<0>Invalid document ID");
+                $this->error_at("docid", "<0>Invalid document ID");
                $this->_error_status = 400;
                return;
            }
-            $doc = $this->prow->document($this->dtype, $docid, true);
-        } else {
-            $key = isset($qreq->hash) ? "hash" : "version";
-            $dochash = HashAnalysis::hash_as_binary(trim($qreq->$key));
+        }
+
+        $dochash = $hashkey = null;
+        if (isset($qreq->hash) || isset($qreq->version)) {
+            $hashkey = isset($qreq->hash) ? "hash" : "version";
+            $dochash = HashAnalysis::hash_as_binary(trim($qreq->$hashkey));
            if (!$dochash) {
-                $this->error_at($key, "<0>Invalid document hash");
+                $this->error_at($hashkey, "<0>Invalid document hash");
                $this->_error_status = 400;
                return;

Source: GitHub Commit

Detection Methods for CVE-2026-23878

Indicators of Compromise

  • Unusual volume of document API requests from a single user account
  • Document access logs showing users downloading documents for submissions they don't own
  • API requests with sequential or enumerated docid parameters indicating document enumeration attempts
  • Access to documents outside of typical user behavior patterns

Detection Strategies

  • Monitor web application logs for document API endpoint access patterns
  • Implement alerting for users accessing documents outside their authorized submission scope
  • Review access logs for bulk document download patterns from individual accounts
  • Correlate document access requests with submission ownership records

Monitoring Recommendations

  • Enable detailed logging for all document API endpoints
  • Implement real-time monitoring for document access anomalies
  • Set up alerts for document enumeration patterns (sequential docid requests)
  • Audit document access logs periodically for unauthorized access attempts

How to Mitigate CVE-2026-23878

Immediate Actions Required

  • Update HotCRP to a version containing commit ceacd5f1476458792c44c6a993670f02c984b4a0 or later
  • Review document access logs for potential unauthorized access prior to patching
  • Notify affected users if unauthorized document access is detected
  • Consider temporarily restricting document API access until patching is complete

Patch Information

The vulnerability has been patched in commit ceacd5f1476458792c44c6a993670f02c984b4a0. Administrators should update their HotCRP installations to include this fix. For detailed patch information, refer to the GitHub Security Advisory GHSA-vh3x-xwj4-jvqx and the patch commit.

Workarounds

  • Restrict access to the document API endpoints at the web server level until patching
  • Implement additional authentication layers for document access
  • Temporarily disable document history and versioning features if not critical
  • Consider network-level access restrictions to limit API exposure
bash
# Example: Restrict document API access via nginx (temporary workaround)
location ~ /api/document {
    # Allow only trusted IP ranges until patch is applied
    allow 192.168.1.0/24;
    deny all;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechHotcrp

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-201
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Change

  • GitHub Security Advisory GHSA-vh3x-xwj4-jvqx
  • Related CVEs
  • CVE-2026-25156: HotCRP XSS Vulnerability

  • CVE-2026-23836: HotCRP Formula 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