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-2025-62645

CVE-2025-62645: RBI Assistant Auth Bypass Vulnerability

CVE-2025-62645 is an authentication bypass flaw in Restaurant Brands International Assistant that lets authenticated users gain admin privileges via GraphQL. This article covers technical details, affected systems, and mitigations.

Published: March 31, 2026

CVE-2025-62645 Overview

CVE-2025-62645 is a critical privilege escalation vulnerability in the Restaurant Brands International (RBI) assistant platform. The vulnerability allows a remote authenticated attacker to obtain a token with administrative privileges for the entire platform via the createToken GraphQL mutation. This broken access control flaw (CWE-266: Incorrect Privilege Assignment) enables low-privileged users to escalate to full administrative access, potentially compromising the entire RBI platform infrastructure that supports major fast-food chains.

Critical Impact

Authenticated attackers can escalate privileges to full administrative access across the entire RBI platform, potentially affecting operations for Burger King, Tim Hortons, Popeyes, and other Restaurant Brands International subsidiaries.

Affected Products

  • RBI Restaurant Brands International Assistant (all versions through 2025-09-06)
  • Drive-thru and ordering platform systems utilizing the RBI assistant infrastructure
  • GraphQL API endpoints exposed to authenticated users

Discovery Timeline

  • 2025-10-17 - CVE-2025-62645 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-62645

Vulnerability Analysis

This vulnerability represents a severe broken access control issue within the RBI assistant platform's GraphQL API. The flaw stems from inadequate authorization checks in the createToken GraphQL mutation, which fails to verify whether the requesting user has sufficient privileges to generate administrative tokens. When exploited, any authenticated user—regardless of their actual role or permission level—can invoke this mutation to obtain a token granting full administrative control over the platform.

The scope of this vulnerability extends beyond the vulnerable component itself, as the obtained administrative token provides access to the broader RBI platform infrastructure. This cross-scope impact significantly amplifies the potential damage, as attackers could potentially access sensitive data, modify system configurations, or disrupt operations across multiple restaurant chains under the RBI umbrella.

Root Cause

The root cause is incorrect privilege assignment (CWE-266) in the GraphQL API layer. The createToken mutation lacks proper authorization middleware to validate that the authenticated user has the necessary permissions to create administrative tokens. This represents a fundamental design flaw where the API assumes that authentication alone is sufficient for authorization, failing to implement role-based access control (RBAC) checks before processing sensitive token creation requests.

Attack Vector

The attack can be executed remotely over the network by any authenticated user of the RBI platform. The exploitation path involves:

  1. An attacker first authenticates to the RBI assistant platform with any valid user credentials (even low-privileged accounts)
  2. The attacker then crafts a GraphQL mutation request targeting the createToken endpoint
  3. Without proper authorization validation, the server processes the request and returns an administrative token
  4. The attacker uses this token to gain full administrative access to the platform

The vulnerability does not require any user interaction to exploit. Once an attacker obtains valid credentials through any means (phishing, credential stuffing, insider access, etc.), they can immediately escalate to administrative privileges.

The exploitation leverages the GraphQL createToken mutation which accepts parameters for token generation without validating the requester's authorization level. Technical details and demonstration of the vulnerability have been documented in security research publications and covered by Malwarebytes.

Detection Methods for CVE-2025-62645

Indicators of Compromise

  • Unexpected administrative token creation events in GraphQL API logs
  • Multiple createToken mutation requests from accounts with low-privilege roles
  • Administrative actions performed by accounts that should not have elevated permissions
  • Unusual API activity patterns showing privilege escalation attempts

Detection Strategies

  • Monitor GraphQL mutation logs for createToken calls from non-administrative user sessions
  • Implement anomaly detection for token creation patterns that deviate from baseline behavior
  • Deploy API security monitoring tools to track authorization bypass attempts
  • Review authentication and authorization logs for discrepancies between user roles and performed actions

Monitoring Recommendations

  • Enable detailed logging for all GraphQL mutations, particularly authentication-related operations
  • Configure alerts for administrative token creation events that correlate with non-admin user sessions
  • Implement real-time monitoring of privilege escalation indicators across the platform
  • Conduct regular audits of user permissions versus actual system access patterns

How to Mitigate CVE-2025-62645

Immediate Actions Required

  • Audit all existing administrative tokens and revoke any that were created under suspicious circumstances
  • Review authentication logs to identify potential exploitation attempts since deployment
  • Implement emergency access controls to restrict createToken mutation access to verified administrators only
  • Consider temporary rate limiting on GraphQL endpoints while permanent fixes are deployed

Patch Information

Organizations using the RBI assistant platform should contact Restaurant Brands International directly for patch information and remediation guidance. The vulnerability affects versions through 2025-09-06, indicating that fixes may be available in subsequent releases. Review the archived security disclosure and news coverage for additional context on vendor response.

Workarounds

  • Implement additional authorization middleware at the API gateway level to validate admin privileges before processing createToken requests
  • Deploy Web Application Firewall (WAF) rules to filter GraphQL mutations targeting sensitive endpoints
  • Enable strict role-based access control (RBAC) validation at the application layer
  • Consider network segmentation to limit exposure of administrative API endpoints
bash
# GraphQL query logging configuration example
# Enable verbose logging for createToken mutations
export GRAPHQL_LOG_LEVEL=DEBUG
export GRAPHQL_MUTATION_AUDIT=true
export GRAPHQL_SENSITIVE_MUTATIONS="createToken,updatePermissions,deleteUser"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRbi Restaurant Brands International Assistant

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-266
  • Technical References
  • Archived Web Page

  • Bobda Hacker Blog Post

  • Archived Bobda Hacker Blog

  • Malwarebytes Vulnerability Report

  • Yahoo News Article
  • Related CVEs
  • CVE-2025-62650: RBI Assistant Auth Bypass Vulnerability
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