A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-44653

CVE-2026-44653: LibreChat Information Disclosure Flaw

CVE-2026-44653 is an information disclosure vulnerability in LibreChat that exposes decrypted admin secrets to users with VIEW-only access to MCP servers. This article covers technical details, affected versions, and patches.

Published: June 4, 2026

CVE-2026-44653 Overview

LibreChat is an open-source ChatGPT clone supporting multiple AI providers and Model Context Protocol (MCP) servers. CVE-2026-44653 is an information disclosure vulnerability [CWE-201] affecting LibreChat versions up to and including 0.8.3. Users granted only VIEW access to a Model Context Protocol (MCP) server can retrieve decrypted admin-managed secrets through the GET /api/mcp/servers and GET /api/mcp/servers/:serverName endpoints. The returned configuration includes plaintext values for apiKey.key and oauth.client_secret, enabling viewers to exfiltrate underlying provider credentials.

Critical Impact

Authenticated low-privilege users can harvest plaintext API keys and OAuth client secrets from shared MCP server configurations, leading to downstream compromise of connected AI providers and services.

Affected Products

  • LibreChat versions 0.8.3 and earlier
  • Deployments using shared MCP server configurations with VIEW-level role assignments
  • Environments storing admin-managed API keys or OAuth client secrets in MCP server configs

Discovery Timeline

  • 2026-06-02 - CVE-2026-44653 published to NVD
  • 2026-06-03 - Last updated in NVD database

Technical Details for CVE-2026-44653

Vulnerability Analysis

The flaw resides in the MCP server configuration retrieval endpoints. LibreChat's authorization model distinguishes between owners and users with VIEW access on shared MCP servers. However, the API handlers serving GET /api/mcp/servers and GET /api/mcp/servers/:serverName decrypt admin-managed secrets server-side and return them in full to any caller authorized to read the configuration.

Viewers receive plaintext values for apiKey.key and oauth.client_secret in the JSON response. These fields are intended to remain confidential to the configuration owner. The decrypted payload allows a viewer to authenticate directly against the upstream provider using credentials owned by the admin, bypassing LibreChat as an intermediary.

Root Cause

The root cause is a missing authorization check on sensitive fields combined with unconditional decryption during serialization. The response builder does not differentiate between owners and viewers when assembling the config object, and it does not redact or substitute placeholders for secrets. This pattern is classified under [CWE-201]: Insertion of Sensitive Information Into Sent Data.

Attack Vector

Exploitation requires an authenticated account with VIEW access to a shared MCP server. The attacker issues an authenticated HTTP GET request to /api/mcp/servers or /api/mcp/servers/:serverName. The server responds with the full configuration, including decrypted apiKey.key and oauth.client_secret values. The attacker extracts the credentials and reuses them against the third-party AI provider or OAuth issuer.

No special tooling is required. A standard browser session, curl, or any HTTP client suffices once VIEW access has been granted.

Detection Methods for CVE-2026-44653

Indicators of Compromise

  • Unexpected GET requests to /api/mcp/servers or /api/mcp/servers/:serverName from accounts that hold only VIEW permissions.
  • Outbound API calls to provider endpoints (OpenAI, Anthropic, OAuth issuers) originating from hosts or IPs not associated with the LibreChat deployment.
  • Provider-side anomalies such as unusual request volumes, new source IPs, or token use outside business hours tied to admin-managed keys.

Detection Strategies

  • Enable verbose access logging on the LibreChat API and alert on VIEW-role users querying MCP server detail endpoints.
  • Correlate LibreChat audit logs with provider-side usage logs to identify credentials used outside the LibreChat process.
  • Rotate admin-managed secrets and monitor for continued use of the prior key, which indicates prior exfiltration.

Monitoring Recommendations

  • Forward LibreChat application logs and reverse-proxy access logs to a centralized analytics platform for retention and search.
  • Establish baselines for which user roles legitimately access MCP configuration endpoints and alert on deviations.
  • Track issuance and rotation of admin-managed apiKey.key and oauth.client_secret values in a secrets inventory.

How to Mitigate CVE-2026-44653

Immediate Actions Required

  • Upgrade LibreChat to version 0.8.4 or later, which contains the patch for this vulnerability.
  • Rotate every apiKey.key and oauth.client_secret stored in MCP server configurations that have been shared with VIEW-role users.
  • Audit the list of users granted VIEW access to MCP servers and revoke access that is no longer required.
  • Review provider-side usage logs for the impacted credentials and revoke any tokens issued during the exposure window.

Patch Information

LibreChat version 0.8.4 resolves the issue. The maintainers recommend never returning decrypted admin-managed secrets to non-owners, redacting apiKey.key and oauth.client_secret from all API responses, and returning boolean presence indicators similar to the existing auth-values route pattern. When owners need to edit configs without re-entering secrets, the server should preserve secrets internally and return placeholders instead of plaintext. Details are available in the LibreChat GitHub Security Advisory GHSA-6vqg-rgpm-qvf9.

Workarounds

  • Restrict MCP server sharing so that only trusted owners can view configurations until the patch is applied.
  • Move sensitive provider credentials out of admin-managed MCP configs and into per-user authentication where viewers must supply their own keys.
  • Place the LibreChat API behind a reverse proxy that strips apiKey.key and oauth.client_secret fields from responses on the /api/mcp/servers routes.
bash
# Example: upgrade LibreChat to the patched release
git fetch --tags
git checkout v0.8.4
npm ci
npm run build
# Restart the LibreChat service after upgrade
systemctl restart librechat

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLibrechat

  • 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 Security Advisory
  • Related CVEs
  • CVE-2026-32625: LibreChat Information Disclosure Flaw

  • CVE-2026-31951: LibreChat Information Disclosure Flaw

  • CVE-2025-69221: LibreChat Information Disclosure Flaw

  • CVE-2025-54868: LibreChat Information Disclosure 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