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

CVE-2026-1186: EAP Legislator Path Traversal Vulnerability

CVE-2026-1186 is a path traversal flaw in EAP Legislator that allows attackers to extract files to arbitrary system locations. This post covers the technical details, affected versions, and mitigation steps.

Published: February 6, 2026

CVE-2026-1186 Overview

EAP Legislator is vulnerable to Path Traversal in file extraction functionality. An attacker can prepare a specially crafted zipx archive (the default file type used by the Legislator application) and choose an arbitrary path outside the intended directory where files will be extracted by the victim upon opening the file. This type of vulnerability, commonly known as "Zip Slip," allows attackers to write malicious files to sensitive system locations such as startup directories, potentially leading to code execution when the system or user session starts.

Critical Impact

Attackers can write arbitrary files to system directories (e.g., system startup folders), enabling persistent code execution and full system compromise when victims open malicious zipx archives.

Affected Products

  • EAP Legislator versions prior to 2.25a

Discovery Timeline

  • February 2, 2026 - CVE CVE-2026-1186 published to NVD
  • February 3, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1186

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal or Directory Traversal. The flaw exists in EAP Legislator's file extraction functionality when processing zipx archives.

The vulnerability allows attackers to craft malicious archive files containing path traversal sequences (such as ../ or absolute paths) in file names within the archive. When a victim opens such a crafted zipx file, the application fails to properly sanitize or validate the extraction paths, allowing files to be written outside the intended extraction directory.

A particularly dangerous attack scenario involves placing malicious executables in system startup directories. When the victim's system restarts or the user logs in, these malicious files execute automatically, providing the attacker with persistent access to the compromised system.

Root Cause

The root cause of this vulnerability is insufficient path validation during the archive extraction process. The application does not properly sanitize file paths contained within zipx archives before extracting files. This allows path traversal sequences embedded in archive entries to escape the intended extraction directory and write files to arbitrary locations on the file system.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must:

  1. Create a malicious zipx archive containing files with path traversal sequences in their names
  2. Deliver the crafted archive to the victim (via email, file sharing, or other means)
  3. Convince the victim to open the malicious archive using EAP Legislator

When the victim opens the archive, the application extracts files to unintended locations, potentially including system startup directories, enabling code execution on subsequent system boot or user login. This vulnerability does not require authentication and exploitation complexity is low.

For detailed technical analysis, refer to the CERT.pl CVE-2026-1186 Analysis and ABCPro EAP Legislation Overview.

Detection Methods for CVE-2026-1186

Indicators of Compromise

  • Unexpected files appearing in system startup directories (%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup, C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup)
  • Recently created executable files in locations that should not contain user-extracted content
  • Suspicious zipx file downloads or email attachments processed by EAP Legislator
  • File system activity logs showing writes to system directories originating from EAP Legislator process

Detection Strategies

  • Monitor file system operations for EAP Legislator process writing files outside expected extraction directories
  • Implement endpoint detection rules to alert on path traversal patterns (../, ..\\) in archive extraction operations
  • Deploy application whitelisting to prevent execution of unexpected files in startup directories
  • Configure SIEM rules to detect anomalous file creation events in protected system paths

Monitoring Recommendations

  • Enable detailed file system auditing on Windows systems, particularly for startup directories and Program Files locations
  • Monitor for new executable files created in startup folders that were not installed through approved software deployment channels
  • Review email gateway and file transfer logs for zipx attachments sent to users of EAP Legislator
  • Implement behavioral monitoring for post-extraction code execution patterns

How to Mitigate CVE-2026-1186

Immediate Actions Required

  • Upgrade EAP Legislator to version 2.25a or later immediately
  • Warn users not to open zipx files from untrusted sources until the patch is applied
  • Implement application control policies to prevent execution of files from user-writable startup directories
  • Scan systems for unexpected files in startup directories and other sensitive locations

Patch Information

The vulnerability has been fixed in EAP Legislator version 2.25a. Organizations should update to this version or later to remediate the path traversal vulnerability. The patch implements proper path validation during archive extraction, preventing files from being written outside the intended extraction directory.

For more information about the product and updates, visit the ABCPro EAP Legislation Overview.

Workarounds

  • Block or quarantine zipx files at email gateways and web proxies until systems are patched
  • Use application whitelisting to prevent execution of unauthorized files from startup directories
  • Implement file integrity monitoring on sensitive directories to detect unauthorized file creation
  • Consider temporarily disabling EAP Legislator until the update can be applied in high-risk environments
bash
# Example: Monitor Windows startup directories for unauthorized files
# PowerShell script to check for recently created executables
Get-ChildItem -Path "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\Startup" -Include *.exe,*.bat,*.cmd,*.vbs,*.ps1 -Recurse |
    Where-Object { $_.CreationTime -gt (Get-Date).AddDays(-7) } |
    Select-Object FullName, CreationTime, LastWriteTime

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechEap Legislator

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:L/SC:L/SI:L/SA:L/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
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • ABCPro EAP Legislation Overview

  • CERT.pl CVE-2026-1186 Analysis
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent 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