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

CVE-2026-42571: Pelican WebUI Privilege Escalation Flaw

CVE-2026-42571 is a privilege escalation vulnerability in Pelican's Web User Interface that allows authenticated OAuth users to gain admin privileges. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-42571 Overview

CVE-2026-42571 is a privilege escalation vulnerability in Pelican, a platform for creating data federations. The flaw affects the Pelican Web User Interface (WebUI) and allows any user authenticated via OAuth to obtain administrative privileges under specific configurations. The issue is classified as an authorization weakness [CWE-863] and impacts versions 7.21.0 to before 7.21.5, 7.22.0 to before 7.22.3, 7.23.0 to before 7.23.3, and 7.24.0 to before 7.24.2. The Pelican maintainers released fixes in versions 7.21.5, 7.22.3, 7.23.3, and 7.24.2.

Critical Impact

Any OAuth-authenticated WebUI user can escalate to administrator, gaining full control over the Pelican data federation under affected configurations.

Affected Products

  • Pelican 7.21.0 through versions before 7.21.5
  • Pelican 7.22.0 through versions before 7.22.3
  • Pelican 7.23.0 through versions before 7.23.3 and 7.24.0 through versions before 7.24.2

Discovery Timeline

  • 2026-05-09 - CVE-2026-42571 published to the National Vulnerability Database (NVD)
  • 2026-05-13 - Last updated in the NVD database

Technical Details for CVE-2026-42571

Vulnerability Analysis

The vulnerability resides in the authorization logic of Pelican's WebUI. Pelican supports OAuth-based authentication for users accessing the WebUI. Under certain configurations, the WebUI fails to correctly enforce the boundary between standard authenticated users and administrators. As a result, an attacker who successfully completes OAuth authentication can perform actions reserved for administrators. This includes managing federation membership, configuration, and operational state of the Pelican deployment.

Root Cause

The defect maps to CWE-863: Incorrect Authorization. The WebUI accepts OAuth authentication as sufficient evidence of administrative role under specific configuration paths. The privilege check does not properly validate that the authenticated user holds an administrative role before granting privileged operations. The patched releases tighten the authorization check so that OAuth authentication alone does not confer admin status.

Attack Vector

An attacker requires a valid OAuth identity that the target Pelican WebUI accepts. Once authenticated, the attacker invokes administrative WebUI endpoints. No additional user interaction or social engineering is needed. The attack is performed over the network against any exposed Pelican WebUI running an affected version with the vulnerable configuration. Verified exploitation details are described in the GitHub Security Advisory GHSA-rpfr-x88x-xwcw and the corresponding upstream commit.

Detection Methods for CVE-2026-42571

Indicators of Compromise

  • WebUI audit log entries showing administrative actions performed by accounts that were not previously provisioned as administrators.
  • Unexpected changes to federation configuration, namespace registrations, or origin/cache entries shortly after OAuth logins from non-admin users.
  • New or modified user role assignments originating from the WebUI rather than from configuration files.

Detection Strategies

  • Compare the list of users granted administrative actions in WebUI logs against the authoritative admin allowlist defined in the Pelican configuration.
  • Hunt for HTTP requests to administrative WebUI API endpoints originating from sessions tied to standard OAuth identities.
  • Correlate OAuth login events with subsequent privileged operations to identify privilege escalation patterns.

Monitoring Recommendations

  • Forward Pelican WebUI access and audit logs to a centralized logging or SIEM platform for long-term retention and analysis.
  • Alert on first-time administrative actions per user identity to catch unauthorized role transitions.
  • Monitor changes to Pelican configuration files and runtime state for unauthorized modifications.

How to Mitigate CVE-2026-42571

Immediate Actions Required

  • Upgrade Pelican to a fixed release: 7.21.5, 7.22.3, 7.23.3, or 7.24.2 depending on the deployed branch.
  • Review WebUI audit logs for any unauthorized administrative actions performed since the affected version was deployed.
  • Rotate OAuth client secrets and revoke active sessions to invalidate any tokens that may have been used for privilege escalation.

Patch Information

The Pelican maintainers fixed CVE-2026-42571 in versions 7.21.5, 7.22.3, 7.23.3, and 7.24.2. The corrective change is included in commit 7f73b9c3e677a0ae4a0ec465c5d98bb8bd948854. Operators should consult the GitHub Security Advisory GHSA-rpfr-x88x-xwcw for upgrade guidance.

Workarounds

  • Restrict network exposure of the Pelican WebUI to trusted administrative networks until patching is complete.
  • Disable OAuth-based WebUI authentication or remove the vulnerable configuration paths described in the upstream advisory if upgrading is not immediately feasible.
  • Reduce the OAuth identity provider's user pool that can authenticate to the WebUI to a minimal, vetted set of operators.

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechPelican

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-rpfr-x88x-xwcw
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
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