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-2019-25677

CVE-2019-25677: Rarlab WinRAR DOS Vulnerability

CVE-2019-25677 is a denial of service flaw in Rarlab WinRAR 5.61 that allows attackers to crash the application using a malformed language file. This post covers the technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2019-25677 Overview

CVE-2019-25677 is a denial of service vulnerability affecting WinRAR version 5.61. The vulnerability allows local attackers to crash the application by placing a malformed winrar.lng language file in the installation directory. When a user opens an archive and presses the test button, the application attempts to read invalid data, causing an access violation at memory address 004F1DB8 and resulting in an application crash.

Critical Impact

Local attackers can reliably crash WinRAR by manipulating language configuration files, disrupting user productivity and potentially enabling further attacks during the denial of service condition.

Affected Products

  • RARLab WinRAR 5.61 (x86)
  • Windows systems with WinRAR installed with writable installation directories

Discovery Timeline

  • 2026-04-05 - CVE-2019-25677 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2019-25677

Vulnerability Analysis

This vulnerability is classified under CWE-379 (Creation of Temporary File in Directory with Insecure Permissions). The core issue stems from WinRAR's failure to properly validate the contents of its language file (winrar.lng) before processing. When the application loads a maliciously crafted language file containing invalid or corrupted data structures, it fails to handle the unexpected input gracefully.

The vulnerability specifically manifests when a user performs archive testing operations. During this process, WinRAR reads string resources from the language file to display status messages. If the language file contains malformed data that doesn't conform to expected format specifications, the application encounters an access violation when attempting to dereference invalid memory locations.

Root Cause

The root cause lies in insufficient input validation when parsing the winrar.lng language file. WinRAR trusts the integrity of files within its installation directory without performing adequate bounds checking or data validation. When the application encounters a malformed language file, it attempts to read data from an invalid memory location, triggering the access violation at address 004F1DB8.

This represents a classic case of improper handling of untrusted file contents within an application's configuration system. The language file parser lacks defensive programming measures to detect and reject malformed input before it causes memory access errors.

Attack Vector

The attack requires local access to the target system with write permissions to the WinRAR installation directory. An attacker must:

  1. Gain write access to the WinRAR installation folder (typically C:\Program Files\WinRAR\ or C:\Program Files (x86)\WinRAR\)
  2. Replace or modify the legitimate winrar.lng file with a malformed version
  3. Wait for a user to open any archive and click the "Test" button
  4. The application will crash with an access violation, denying service

This attack vector limits exploitation to scenarios where an attacker already has local system access with elevated privileges or where directory permissions are misconfigured to allow non-privileged write access.

For detailed technical information about this vulnerability, refer to the Exploit-DB #46432 entry and the VulnCheck WinRAR DoS Advisory.

Detection Methods for CVE-2019-25677

Indicators of Compromise

  • Presence of modified or recently changed winrar.lng files in the WinRAR installation directory
  • WinRAR application crash events with access violation at memory address 004F1DB8
  • Unexpected changes to files within the WinRAR installation folder
  • Windows Event Log entries indicating WinRAR.exe crashes

Detection Strategies

  • Monitor file integrity of the WinRAR installation directory, particularly the winrar.lng file
  • Implement application crash monitoring to detect repeated WinRAR access violations
  • Deploy endpoint detection rules to alert on modifications to application language files
  • Establish baseline hashes for legitimate WinRAR installation files and alert on deviations

Monitoring Recommendations

  • Configure File Integrity Monitoring (FIM) for the WinRAR installation directory
  • Enable Windows Application Event Log monitoring for WinRAR crash events
  • Monitor for unusual file write operations targeting program installation directories
  • Implement user behavior analytics to detect insider threat scenarios

How to Mitigate CVE-2019-25677

Immediate Actions Required

  • Upgrade WinRAR to the latest available version from the official WinRAR download page
  • Review and restrict write permissions on the WinRAR installation directory
  • Implement application whitelisting to prevent unauthorized file modifications
  • Consider removing unnecessary language files if not required for multi-language support

Patch Information

RARLab has released newer versions of WinRAR that address this and other security issues. Organizations should upgrade from version 5.61 to the latest stable release. Refer to the official RARLab website for current version information and download links.

Workarounds

  • Restrict NTFS permissions on the WinRAR installation directory to prevent non-administrator modifications
  • Implement Software Restriction Policies or AppLocker rules to protect installation directories
  • Consider using alternative archive utilities in high-security environments until upgrades are complete
  • Deploy endpoint protection solutions capable of detecting file tampering in protected directories
bash
# Configuration example - Restrict WinRAR directory permissions
icacls "C:\Program Files\WinRAR" /inheritance:r /grant:r Administrators:(OI)(CI)F /grant:r "SYSTEM":(OI)(CI)F /grant:r Users:(OI)(CI)RX

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWinrar

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-379
  • Technical References
  • WinRAR Pre-Download Page

  • Exploit-DB #46432

  • VulnCheck WinRAR DoS Advisory
  • Related CVEs
  • CVE-2024-33899: Rarlab WinRAR DOS Vulnerability

  • CVE-2023-40477: Rarlab WinRAR RCE Vulnerability

  • CVE-2023-38831: WinRAR ZIP Archive RCE Vulnerability

  • CVE-2025-8088: Rarlab WinRAR 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