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-2024-8811

CVE-2024-8811: WinZip Mark-of-the-Web Bypass RCE Flaw

CVE-2024-8811 is a Mark-of-the-Web bypass vulnerability in WinZip that enables remote attackers to execute arbitrary code by removing security markers from archive files, bypassing Windows protections and endangering users.

Updated: January 22, 2026

CVE-2024-8811 Overview

CVE-2024-8811 is a Mark-of-the-Web (MotW) bypass vulnerability affecting WinZip archive handling. This vulnerability allows remote attackers to bypass the Mark-of-the-Web protection mechanism on affected installations of WinZip. User interaction is required to exploit this vulnerability, as the target must visit a malicious page or open a malicious file.

The specific flaw exists within the handling of archive files. When opening an archive that bears the Mark-of-the-Web, WinZip removes the Mark-of-the-Web from the archive file. Following extraction, the extracted files also lack the Mark-of-the-Web. An attacker can leverage this vulnerability to execute arbitrary code in the context of the current user.

Critical Impact

Attackers can bypass Windows security protections and execute malicious code without triggering security warnings that normally protect users from untrusted files downloaded from the internet.

Affected Products

  • WinZip (all versions prior to patched release)

Discovery Timeline

  • 2024-11-22 - CVE-2024-8811 published to NVD
  • 2025-01-03 - Last updated in NVD database

Technical Details for CVE-2024-8811

Vulnerability Analysis

The vulnerability stems from improper handling of the Mark-of-the-Web (MotW) alternate data stream attribute during archive extraction operations. The Mark-of-the-Web is a critical Windows security feature that identifies files downloaded from untrusted sources (internet, email attachments) by adding a Zone.Identifier alternate data stream (ADS) to files. This marker triggers additional security prompts and restrictions when users attempt to open or execute these files.

When WinZip processes an archive file that contains the MotW attribute, it improperly strips this security marker from the archive itself. More critically, when files are extracted from such an archive, the extracted files do not inherit or receive the Mark-of-the-Web designation. This behavior effectively "launders" potentially malicious files, removing the security context that Windows uses to protect users from untrusted content.

Root Cause

The root cause is classified under CWE-693 (Protection Mechanism Failure) and CWE-670 (Always-Incorrect Control Flow Implementation). WinZip fails to properly propagate the Mark-of-the-Web security attribute from source archives to extracted files. The application incorrectly handles the Zone.Identifier alternate data stream, removing it during the archive opening process rather than preserving and transferring this critical security metadata to all extracted contents.

Attack Vector

The attack vector requires local access with user interaction. An attacker must craft a malicious archive file containing harmful executables, scripts, or documents. The attack flow proceeds as follows:

  1. The attacker creates a malicious archive containing harmful files (executables, Office documents with macros, scripts, etc.)
  2. The archive is delivered to the victim via phishing email, malicious website, or other delivery mechanism
  3. Upon download, Windows correctly marks the archive with the Mark-of-the-Web
  4. The victim opens the archive with WinZip, which removes the MotW from the archive
  5. When files are extracted, they lack the MotW security marker
  6. The victim can now execute the malicious files without receiving Windows security warnings
  7. Malicious code executes in the context of the current user

This bypass is particularly dangerous because it undermines a fundamental Windows security mechanism that users rely on to identify and protect themselves from untrusted files.

Detection Methods for CVE-2024-8811

Indicators of Compromise

  • Executable files or scripts in user directories that lack expected Zone.Identifier alternate data streams despite being recently downloaded
  • Archive extraction activity followed immediately by execution of previously unknown binaries
  • Presence of malicious files that were delivered via archive formats commonly associated with WinZip (.zip, .zipx, .7z)

Detection Strategies

  • Monitor for process execution events where the parent process is WinZip and child processes are executing from user-writable directories
  • Implement endpoint detection rules that flag execution of files lacking MotW in download or temp directories
  • Deploy behavioral analytics to detect archive extraction followed by immediate script or binary execution patterns

Monitoring Recommendations

  • Enable detailed file system auditing to track alternate data stream operations on archive files
  • Configure security tools to alert on execution of unsigned or untrusted binaries from common extraction paths
  • Implement application control policies that restrict execution from user-writable directories regardless of MotW status

How to Mitigate CVE-2024-8811

Immediate Actions Required

  • Update WinZip to the latest available version that addresses this vulnerability
  • Consider using alternative archive utilities that properly preserve Mark-of-the-Web attributes until WinZip is patched
  • Implement application whitelisting or execution policies to prevent unauthorized code execution regardless of MotW status
  • Educate users about the risks of opening archives from untrusted sources

Patch Information

Users should consult the Zero Day Initiative Advisory ZDI-24-1234 for detailed patch information and vendor response. Update WinZip through the official WinZip website or application update mechanism to ensure the latest security fixes are applied.

Workarounds

  • Extract archives in a sandboxed environment or virtual machine where MotW bypass has limited security impact
  • Use alternative archive tools (such as 7-Zip or Windows built-in extraction) that properly handle Mark-of-the-Web propagation
  • Implement group policies that restrict execution of files from common download and extraction directories
  • Deploy endpoint protection solutions that do not solely rely on MotW for threat detection
bash
# PowerShell: Check if a file has Mark-of-the-Web
# Use this to verify if extracted files retained their security marker
Get-Item -Path "C:\path\to\extracted\file.exe" -Stream Zone.Identifier -ErrorAction SilentlyContinue

# If no output, the file lacks MotW protection
# Consider implementing additional execution restrictions for such files

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWinzip

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-693

  • CWE-670
  • Technical References
  • Zero Day Initiative Advisory ZDI-24-1234
  • Related CVEs
  • CVE-2025-33028: WinZip Mark-of-the-Web Bypass RCE Flaw

  • CVE-2025-1240: WinZip 7Z Parsing RCE 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