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

CVE-2026-23535: Weblate CLI Path Traversal Vulnerability

CVE-2026-23535 is a path traversal vulnerability in Weblate command-line client (wlc) that allows malicious servers to write files to arbitrary locations. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-23535 Overview

CVE-2026-23535 is a Path Traversal vulnerability affecting wlc, the Weblate command-line client that interfaces with Weblate's REST API. Prior to version 1.17.2, the multi-translation download functionality could be exploited by a malicious server to write files to arbitrary locations on the client's file system. This occurs because the client fails to properly sanitize server-provided path components before using them in file operations.

Critical Impact

A compromised or malicious Weblate server could exploit this vulnerability to write arbitrary files to any location accessible by the wlc client, potentially leading to code execution, configuration tampering, or credential theft on developer workstations.

Affected Products

  • wlc (Weblate CLI) versions prior to 1.17.2
  • Systems using wlc to connect to untrusted Weblate servers
  • Development environments with automated translation synchronization

Discovery Timeline

  • 2026-01-16 - CVE CVE-2026-23535 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2026-23535

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), a well-known class of security flaws that allows attackers to access files and directories outside of the intended scope. In this case, the attack vector is network-based, requiring a user to connect their wlc client to a malicious or compromised Weblate server. The complexity of exploitation is considered high since the attacker needs to control or compromise a Weblate server that the victim connects to, and user interaction is required (the victim must initiate a multi-translation download operation).

The scope of this vulnerability extends beyond the vulnerable component itself, as successful exploitation could impact the confidentiality, integrity, and availability of the client's entire file system. An attacker could overwrite critical system files, plant malicious executables, or extract sensitive information by writing files to locations that trigger further processing.

Root Cause

The root cause of CVE-2026-23535 lies in the insufficient validation of server-provided slug values used as filename components during multi-translation downloads. The wlc client trusted path components provided by the server without sanitizing them, allowing specially crafted responses containing path traversal sequences (such as ../ or absolute paths) to escape the intended download directory.

The fix introduces a sanitize_slug() function that removes any characters that don't match the expected slug pattern, effectively preventing directory traversal attacks by stripping dangerous characters from server-provided values.

Attack Vector

The attack requires a malicious actor to either compromise an existing Weblate server or trick a user into connecting to a server under attacker control. When the victim executes a multi-translation download command, the malicious server responds with specially crafted path components designed to write files outside the intended directory structure.

The attack chain involves:

  1. Attacker sets up or compromises a Weblate server
  2. Victim configures wlc to connect to the malicious server
  3. Victim initiates a multi-translation download operation
  4. Malicious server responds with crafted slug values containing path traversal sequences
  5. wlc client writes downloaded content to attacker-specified locations
python
# Security patch introducing path sanitization
# Source: https://github.com/WeblateOrg/wlc/commit/216e691c6e50abae97fe2e4e4f21501bf49a585f

+# Copyright © Michal Čihař <michal@weblate.org>
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+"""Utility helpers."""
+
+from __future__ import annotations
+
+import re
+
+# This matches Django's SlugField validation minus dash which is
+# excluded by Weblate's validate_slug
+NON_SLUG_RE = re.compile(r"[^a-zA-Z0-9_]")
+
+
+def sanitize_slug(slug: str) -> str:
+    """Sanitize slug for safe use as a filename component."""
+    return NON_SLUG_RE.sub("-", slug)

Source: GitHub Commit Update

Detection Methods for CVE-2026-23535

Indicators of Compromise

  • Unexpected files appearing outside standard wlc download directories
  • Files with timestamps corresponding to wlc operations appearing in system directories
  • Log entries showing wlc operations with unusual path components containing ../ sequences
  • Modified system configuration files or executables following wlc usage

Detection Strategies

  • Monitor file system activity during wlc operations for writes outside expected directories
  • Implement network monitoring to detect anomalous responses from Weblate servers containing path traversal patterns
  • Review wlc configuration files to identify connections to untrusted or unknown Weblate servers
  • Audit installed wlc versions across development environments to identify vulnerable installations

Monitoring Recommendations

  • Enable file integrity monitoring (FIM) on critical system directories to detect unauthorized file modifications
  • Implement endpoint detection and response (EDR) rules to flag wlc processes writing to sensitive locations
  • Configure network security tools to inspect Weblate API responses for path traversal indicators
  • Establish baseline behavior for wlc operations to identify deviations indicative of exploitation

How to Mitigate CVE-2026-23535

Immediate Actions Required

  • Upgrade wlc to version 1.17.2 or later immediately on all affected systems
  • Audit recent wlc operations to identify potential exploitation attempts
  • Review any files downloaded via wlc multi-translation downloads for unexpected content
  • Verify the integrity of systems where wlc has been used to connect to untrusted servers

Patch Information

The vulnerability is fixed in wlc version 1.17.2. The fix introduces proper path sanitization through a new sanitize_slug() utility function that strips any characters not matching the expected alphanumeric slug pattern. This ensures server-provided values cannot contain path traversal sequences or other malicious characters.

For detailed patch information, see:

  • GitHub Release v1.17.2
  • GitHub Security Advisory GHSA-mmwx-79f6-67jg
  • GitHub Pull Request #1128

Workarounds

  • Only connect wlc to trusted Weblate servers until the patch can be applied
  • Run wlc with minimal filesystem permissions using sandboxing or containerization
  • Manually verify downloaded file paths before allowing wlc operations to complete
  • Use network-level controls to restrict wlc connections to approved Weblate server addresses only
bash
# Configuration example - Upgrade wlc to patched version
pip install --upgrade wlc>=1.17.2

# Verify installed version
wlc --version

# Example: Run wlc in a containerized environment with limited filesystem access
docker run --rm -v $(pwd)/translations:/data:rw wlc-container download

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWeblate

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.03%

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

  • GitHub Pull Request #1128

  • GitHub Release v1.17.2

  • GitHub Security Advisory GHSA-mmwx-79f6-67jg
  • Related CVEs
  • CVE-2026-40256: Weblate Path Traversal Vulnerability

  • CVE-2026-34242: Weblate Path Traversal Vulnerability

  • CVE-2026-39845: Weblate Webhook SSRF Vulnerability

  • CVE-2026-34393: Weblate Privilege Escalation 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