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

CVE-2026-22251: Weblate CLI API Key Leak Vulnerability

CVE-2026-22251 is an information disclosure vulnerability in Weblate CLI (wlc) that may leak unscoped API keys to unauthorized servers. This article covers the technical details, affected versions, and mitigation strategies.

Updated: January 22, 2026

CVE-2026-22251 Overview

CVE-2026-22251 is an Information Leakage vulnerability in wlc, the Weblate command-line client that uses Weblate's REST API. Prior to version 1.17.0, wlc supported providing unscoped API keys in its settings. While this practice was discouraged for years, the underlying code was never removed from the codebase. This legacy functionality creates a security risk where API keys may be inadvertently leaked to different servers, potentially exposing sensitive authentication credentials to unauthorized parties.

Critical Impact

Unscoped API keys configured in wlc may be transmitted to unintended servers, potentially allowing attackers to capture and abuse these credentials to access Weblate translation services or perform unauthorized actions.

Affected Products

  • wlc (Weblate Command-Line Client) versions prior to 1.17.0

Discovery Timeline

  • 2026-01-12 - CVE CVE-2026-22251 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-22251

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The core issue stems from legacy code that allowed users to configure unscoped API keys within the wlc client settings. Unscoped API keys, by their nature, are not restricted to specific endpoints or operations, making them particularly dangerous if leaked.

The vulnerability requires local access to the system where wlc is configured, and exploitation depends on user interaction with the affected configuration. When exploited, the API key could be sent to unintended servers during API operations, enabling potential credential theft. This is particularly concerning in environments where the Weblate CLI client is used across multiple translation service endpoints.

Root Cause

The root cause of this vulnerability is the retention of deprecated code that processed unscoped API keys. Although the use of unscoped keys was discouraged in documentation, the implementation continued to accept and process these keys without proper scoping validation. This created a pathway for API keys to be included in requests to servers that should not receive them, particularly when the client interacted with multiple server configurations or when redirect scenarios occurred.

Attack Vector

The attack vector for CVE-2026-22251 is local with high attack complexity. An attacker would need to either:

  1. Gain local access to a system where wlc is installed and configured with an unscoped API key
  2. Create a scenario where the victim's wlc client communicates with a malicious or unintended server endpoint
  3. Intercept the leaked API key from network traffic or server logs

The vulnerability could be exploited in scenarios where users have configured multiple Weblate server endpoints, or where DNS or network manipulation causes the client to contact unintended servers while still transmitting the unscoped API credentials.

The fix implemented in the security patch removes support for unscoped API keys entirely, enforcing the use of properly scoped credentials that are bound to specific server endpoints. For technical details on the implementation, see the GitHub Security Advisory.

Detection Methods for CVE-2026-22251

Indicators of Compromise

  • Presence of unscoped API keys in wlc configuration files (typically .weblate or weblate.ini)
  • Unexpected API requests from wlc to servers other than the configured Weblate instance
  • Authentication attempts to Weblate services from unauthorized IP addresses using legitimate API keys

Detection Strategies

  • Review wlc configuration files for any API key entries that do not specify a server scope
  • Monitor outbound network connections from systems running wlc for unexpected destination servers
  • Enable API access logging on Weblate servers to detect usage of potentially compromised keys from unusual sources

Monitoring Recommendations

  • Implement network monitoring to track wlc client communications and identify connections to unexpected endpoints
  • Configure alerting for API key usage from geographic regions or IP ranges outside normal operational boundaries
  • Regularly audit wlc configurations across development and translation teams to ensure compliance with scoped API key requirements

How to Mitigate CVE-2026-22251

Immediate Actions Required

  • Upgrade wlc to version 1.17.0 or later immediately
  • Review all existing wlc configurations and replace any unscoped API keys with properly scoped credentials
  • Rotate any API keys that may have been configured without proper scoping, as they should be considered potentially compromised
  • Audit Weblate server logs for any suspicious API access patterns

Patch Information

The vulnerability has been addressed in wlc version 1.17.0. The fix removes support for unscoped API keys, ensuring that all API credentials must be properly scoped to specific server endpoints. The security patch can be reviewed in the GitHub Commit Update and the associated GitHub Pull Request #1098.

Workarounds

  • If immediate upgrade is not possible, manually edit wlc configuration files to ensure all API keys are scoped to their intended server endpoints
  • Remove any unscoped API key configurations and regenerate scoped keys through the Weblate web interface
  • Implement network-level controls to restrict wlc client communications to known Weblate server IP addresses only
bash
# Configuration example - Upgrade wlc to patched version
pip install --upgrade wlc>=1.17.0

# Verify installed version
wlc --version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWeblate

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

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

  • GitHub Pull Request #1098

  • GitHub Security Advisory GHSA-9rp8-h4g8-8766
  • Related CVEs
  • CVE-2026-33212: Weblate Information Disclosure Flaw

  • CVE-2026-27457: Weblate Information Disclosure Flaw

  • CVE-2026-21889: Weblate Information Disclosure Flaw

  • CVE-2026-40256: Weblate Path Traversal 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