Cyber Posture

CVE-2025-68398

Critical

Published: 18 December 2025

Published
18 December 2025
Modified
06 February 2026
KEV Added
Patch
CVSS Score 9.1 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0028 51.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

Weblate is a web based localization tool. In versions prior to 5.15.1, it was possible to overwrite Git configuration remotely and override some of its behavior. Version 5.15.1 fixes the issue.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates the CVE by requiring timely patching to Weblate 5.15.1, which fixes the remote Git configuration overwrite vulnerability.

prevent

Addresses the core CWE-20 improper input validation enabling path traversal and dangerous file uploads to overwrite Git configuration.

prevent

Restricts access to configuration changes, preventing high-privilege remote overwrites of Git configuration files even for authorized users.

Security SummaryAI

CVE-2025-68398 affects Weblate, a web-based localization tool, in versions prior to 5.15.1. The vulnerability enables remote overwriting of Git configuration, allowing attackers to override some of Git's behavior. It is associated with CWEs including CWE-20 (Improper Input Validation), CWE-22 (Path Traversal), and CWE-434 (Unrestricted Upload of File with Dangerous Type), and carries a CVSS v3.1 base score of 9.1 (Critical), reflecting network accessibility, low attack complexity, high privileges required, no user interaction, changed scope, and high impacts to confidentiality, integrity, and availability.

An attacker with high privileges (PR:H) can exploit this vulnerability over the network with low complexity and no user interaction. Successful exploitation allows overwriting Git configuration remotely, potentially overriding Git's behavior to achieve high-impact effects on confidentiality, integrity, and availability across the changed scope, such as unauthorized access, modification, or disruption of localization repositories and related systems.

Mitigation is provided in Weblate version 5.15.1, which fixes the issue. Relevant GitHub references include commits 4837a4154390f7c1d03c0e398aa6439dcfa361b4 and dd8c9d7b00eebe28770fa0e2cd96126791765ea7, pull requests 17330 and 17345, and the release page for Weblate 5.15.1.

Details

CWE(s)

Affected Products

weblate
weblate
≤ 5.15.1

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

CVE-2025-68398 is a critical remote code execution vulnerability in the public-facing web application Weblate, exploitable over the network via path traversal and unrestricted file upload to overwrite Git configuration, directly enabling T1190: Exploit Public-Facing Application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References