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

CVE-2025-32021: Weblate Information Disclosure Flaw

CVE-2025-32021 is an information disclosure vulnerability in Weblate that exposes repository credentials in URL parameters and logs. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 29, 2026

CVE-2025-32021 Overview

CVE-2025-32021 is a sensitive data exposure vulnerability in Weblate, a web-based localization tool. Prior to version 5.11, when creating a new component from an existing component that has a source code repository URL specified in settings, this URL is included in the client's URL parameters during the creation process. If the source code repository URL contains credentials (such as GitHub Personal Access Tokens), these confidential credentials are exposed in plaintext through browser history, server logs, and potentially other logging mechanisms.

Critical Impact

GitHub credentials including Personal Access Tokens (PATs) and usernames can be exposed in plaintext through browser history, server logs, and nginx access logs when using the official Weblate Docker image, potentially leading to unauthorized repository access and supply chain attacks.

Affected Products

  • Weblate versions prior to 5.11
  • Weblate Official Docker Image (nginx logs credentials in plaintext)
  • Any Weblate deployment using repository URLs with embedded credentials

Discovery Timeline

  • April 15, 2025 - CVE-2025-32021 published to NVD
  • April 30, 2025 - Last updated in NVD database

Technical Details for CVE-2025-32021

Vulnerability Analysis

This vulnerability falls under CWE-598 (Use of GET Request Method With Sensitive Query Strings), a category of information disclosure vulnerabilities where sensitive data is transmitted through URL parameters rather than more secure channels. The core issue stems from Weblate's component creation workflow passing source code repository URLs—which may contain embedded authentication credentials—as GET parameters in the browser's address bar.

When administrators create new Weblate components based on existing components that have source repository URLs configured, the application copies this URL into query parameters. This design flaw causes credentials embedded in repository URLs (a common pattern for Git authentication) to be exposed through multiple channels including browser history, HTTP referrer headers, and server access logs.

Root Cause

The root cause is improper handling of sensitive information during the component creation process. Weblate's architecture passes the full repository URL, including any embedded credentials, through URL query parameters rather than using a more secure method such as POST request bodies or server-side session storage. This violates security best practices for handling authentication credentials in web applications.

Attack Vector

The vulnerability is exploitable through network access without authentication requirements. An attacker could potentially obtain exposed credentials through several vectors:

  1. Browser History Access: Any user with access to the administrator's browser history could view the exposed credentials in plaintext
  2. Log File Analysis: Attackers with access to web server logs (such as nginx access logs in Docker deployments) can extract credentials from logged request URLs
  3. Referrer Header Leakage: If the page links to external resources, the full URL including credentials may be sent in HTTP Referrer headers
  4. Shoulder Surfing: Credentials displayed in the browser address bar can be observed by nearby individuals

The vulnerability is particularly concerning in environments using the official Weblate Docker image, where nginx is configured to log complete request URLs including the sensitive query parameters.

Detection Methods for CVE-2025-32021

Indicators of Compromise

  • Presence of repository URLs containing credentials (e.g., github.com/username:token@) in nginx access logs
  • Browser history entries containing Weblate component creation URLs with authentication tokens
  • Unusual repository access patterns from GitHub or other version control providers
  • Audit log entries showing component creation activities with credential-bearing URLs

Detection Strategies

  • Review nginx access logs for Weblate component creation endpoints containing authentication patterns in query strings
  • Implement log analysis rules to detect URLs containing credential patterns such as username:token@ or PAT_ prefixes
  • Monitor for unauthorized access to repositories that use credentials potentially exposed through this vulnerability
  • Search browser history databases for Weblate URLs containing authentication tokens

Monitoring Recommendations

  • Enable enhanced logging for Weblate administrative actions, particularly component creation workflows
  • Implement real-time alerting for log entries containing potential credential patterns in URL parameters
  • Monitor GitHub or GitLab audit logs for unusual API token usage that may indicate compromised credentials
  • Deploy SentinelOne Singularity to detect and alert on suspicious access patterns to credential stores

How to Mitigate CVE-2025-32021

Immediate Actions Required

  • Upgrade Weblate to version 5.11 or later immediately
  • Rotate all credentials that may have been exposed through repository URLs in affected Weblate deployments
  • Review and purge nginx access logs that may contain plaintext credentials
  • Clear browser history on systems used to administer Weblate instances

Patch Information

The vulnerability is addressed in Weblate version 5.11. Organizations should upgrade to this version or later to remediate the vulnerability. The fix modifies how repository URLs are handled during component creation to prevent credential exposure through URL parameters.

For detailed patch information and release notes, refer to the Weblate 5.11 Release Notes and the GitHub Security Advisory GHSA-m67m-3p5g-cw9j.

Workarounds

  • Avoid using repository URLs with embedded credentials; instead use SSH keys or OAuth app integrations where possible
  • Implement network segmentation to limit access to Weblate log files
  • Configure nginx to redact or exclude query parameters from access logs for sensitive endpoints
  • Use a reverse proxy configuration that strips credentials from logged URLs
bash
# Example nginx configuration to exclude sensitive query parameters from logs
# Add to your Weblate nginx configuration

# Define a custom log format that excludes query strings
log_format weblate_safe '$remote_addr - $remote_user [$time_local] '
                        '"$request_method $uri" $status $body_bytes_sent '
                        '"$http_referer" "$http_user_agent"';

# Apply the safe log format to Weblate server block
server {
    # ... existing configuration ...
    
    access_log /var/log/nginx/weblate-access.log weblate_safe;
}

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-598
  • Technical References
  • Weblate Release Notes 5.11
  • Vendor Resources
  • GitHub Security Advisory GHSA-m67m-3p5g-cw9j
  • 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-22251: Weblate CLI API Key Leak 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