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

CVE-2026-30949: Parse Server Auth Bypass Vulnerability

CVE-2026-30949 is an authentication bypass flaw in Parse Server's Keycloak adapter that enables cross-application account takeover in multi-client realms. This article covers technical details, affected versions, and patches.

Published: March 13, 2026

CVE-2026-30949 Overview

CVE-2026-30949 is an authentication bypass vulnerability in Parse Server, an open source backend that can be deployed to any infrastructure that can run Node.js. The vulnerability exists in the Keycloak authentication adapter, which fails to properly validate the azp (authorized party) claim of Keycloak access tokens against the configured client-id. This flaw enables cross-application account takeover in multi-client Keycloak realms, allowing attackers with valid access tokens from other client applications within the same realm to impersonate any user on the affected Parse Server deployment.

Critical Impact

This vulnerability enables cross-application account takeover, allowing attackers to authenticate as any user on Parse Server deployments using the Keycloak adapter within multi-client realms.

Affected Products

  • parseplatform parse-server versions prior to 8.6.18
  • parseplatform parse-server versions 9.5.2-alpha.1 through 9.5.2-alpha.4
  • All Parse Server deployments using Keycloak authentication adapter with multi-client realms

Discovery Timeline

  • 2026-03-10 - CVE CVE-2026-30949 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-30949

Vulnerability Analysis

The vulnerability stems from improper authentication (CWE-287) in the Keycloak authentication adapter implementation. When Parse Server processes Keycloak access tokens for authentication, it validates that the token was issued by the configured Keycloak realm but fails to verify that the token was specifically issued for the Parse Server application. The missing validation of the azp (authorized party) claim means any valid token from the same Keycloak realm—regardless of which client application it was originally issued to—will be accepted.

This architectural flaw becomes particularly dangerous in organizations using Keycloak to manage authentication across multiple applications. An attacker who has legitimate access to any application within the same Keycloak realm can leverage their valid access token to gain unauthorized access to the Parse Server deployment, effectively impersonating any user.

Root Cause

The root cause is the absence of azp claim validation in the Keycloak authentication adapter. The azp claim in OAuth 2.0/OIDC tokens identifies the authorized party—the client application for which the token was issued. Without validating this claim against the Parse Server's configured client-id, the adapter cannot distinguish between tokens intended for Parse Server and tokens issued for other applications in the same realm.

Attack Vector

The attack leverages the network-accessible Parse Server API endpoint. An attacker must first obtain a valid Keycloak access token from any client application registered in the same Keycloak realm as the target Parse Server. This could be achieved through legitimate access to another application or by compromising credentials for a different service.

Once in possession of a valid token from the shared realm, the attacker presents this token to Parse Server's authentication endpoint. Due to the missing azp validation, Parse Server accepts the token as valid and grants access based on the user claims within the token, enabling complete account takeover without requiring any credentials specific to Parse Server.

Detection Methods for CVE-2026-30949

Indicators of Compromise

  • Authentication requests to Parse Server with Keycloak tokens containing azp claims that do not match the configured Parse Server client-id
  • User account access from unexpected client applications within the Keycloak realm
  • Anomalous authentication patterns showing users authenticating via tokens issued to different applications
  • Sudden access to user accounts without corresponding login activity on Parse Server's intended frontend

Detection Strategies

  • Implement logging that captures and records the azp claim from all Keycloak tokens processed by Parse Server
  • Monitor authentication logs for tokens where the azp claim differs from the expected Parse Server client-id
  • Cross-reference Parse Server authentication events with Keycloak's token issuance logs to identify mismatched client applications
  • Deploy runtime application security monitoring to detect authentication bypass attempts

Monitoring Recommendations

  • Enable verbose logging on Parse Server authentication endpoints to capture full token metadata
  • Configure alerts for authentication events using tokens with unexpected azp values
  • Establish baseline authentication patterns and monitor for deviations indicating potential cross-application attacks
  • Review Keycloak audit logs for token requests that may indicate reconnaissance of the realm's client applications

How to Mitigate CVE-2026-30949

Immediate Actions Required

  • Upgrade Parse Server to version 8.6.18 or 9.5.2-alpha.5 immediately
  • Audit authentication logs to identify any potential exploitation prior to patching
  • Review all client applications registered in the affected Keycloak realm for suspicious activity
  • Consider temporarily disabling Keycloak authentication adapter until patching is complete if cross-application attacks are suspected

Patch Information

The vulnerability is fixed in Parse Server versions 8.6.18 and 9.5.2-alpha.5. Users should upgrade to these versions as soon as possible. For detailed release information, see the GitHub Parse Server Release 8.6.18 or GitHub Parse Server Release 9.5.2-alpha.5. Additional technical details are available in the GitHub Security Advisory GHSA-48mh-j4p5-7j9v.

Workarounds

  • Isolate Parse Server to a dedicated Keycloak realm with no other client applications if immediate patching is not feasible
  • Implement network-level access controls to restrict which systems can reach Parse Server authentication endpoints
  • Deploy a reverse proxy or API gateway that validates the azp claim before forwarding requests to Parse Server
  • Consider switching to an alternative authentication adapter until the Parse Server instance can be upgraded
bash
# Upgrade Parse Server to patched version
npm update parse-server@8.6.18
# Or for the alpha branch
npm update parse-server@9.5.2-alpha.5

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechParse Server

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/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-287
  • Technical References
  • GitHub Parse Server Release 8.6.18

  • GitHub Parse Server Release 9.5.2-alpha.5
  • Vendor Resources
  • GitHub Security Advisory GHSA-48mh-j4p5-7j9v
  • Related CVEs
  • CVE-2026-39381: Parse Server Auth Bypass Vulnerability

  • CVE-2026-34373: Parse Server GraphQL Auth Bypass Flaw

  • CVE-2026-34532: Parse Server Auth Bypass Vulnerability

  • CVE-2026-34574: Parse Server Auth Bypass 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