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

CVE-2024-8260: Open Policy Agent Auth Bypass Vulnerability

CVE-2024-8260 is an SMB force-authentication auth bypass flaw in Open Policy Agent for Windows that allows attackers to pass arbitrary SMB shares. This post explains its technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-8260 Overview

CVE-2024-8260 is an SMB force-authentication vulnerability affecting all versions of Open Policy Agent (OPA) for Windows prior to v0.68.0. The vulnerability stems from improper input validation, allowing an attacker to pass an arbitrary SMB share instead of a Rego file as an argument to the OPA CLI or to one of the OPA Go library's functions. This can be exploited to force NTLM authentication to an attacker-controlled server, potentially leading to credential theft or relay attacks.

Critical Impact

Successful exploitation could allow attackers to capture NTLM credentials or perform relay attacks, potentially leading to unauthorized access to sensitive systems and data within the organization's network.

Affected Products

  • Open Policy Agent for Windows (all versions prior to v0.68.0)
  • Microsoft Windows (as the underlying platform)
  • OPA Go library functions accepting file path arguments

Discovery Timeline

  • August 30, 2024 - CVE-2024-8260 published to NVD
  • September 19, 2024 - Last updated in NVD database

Technical Details for CVE-2024-8260

Vulnerability Analysis

This SMB force-authentication vulnerability is classified under CWE-294 (Authentication Bypass by Capture-replay). The core issue lies in how OPA handles file path inputs on Windows systems. When a user provides a path argument to the OPA CLI or Go library functions, the application fails to properly validate whether the input is a legitimate local file path or a UNC path pointing to an SMB share.

On Windows systems, when an application attempts to access a file via a UNC path (e.g., \\attacker-server\share\file), the operating system automatically initiates an NTLM authentication handshake with the remote server. By exploiting this behavior, an attacker can capture the victim's NTLM hash or relay the authentication to another service.

Root Cause

The root cause is improper input validation within OPA's file handling routines. The application accepts arbitrary paths without distinguishing between local file system paths and remote SMB/UNC paths. This oversight allows attackers to redirect file operations to malicious SMB servers, triggering automatic NTLM authentication from the victim's system.

Attack Vector

The attack requires local access and user interaction, as the attacker must convince a victim to execute an OPA command with a malicious UNC path argument. Attack scenarios include:

  1. Social Engineering: Tricking a user into running an OPA command with a malicious path
  2. Compromised Configurations: Injecting malicious paths into OPA configuration files or scripts
  3. Supply Chain Attacks: Distributing malicious Rego policy files that reference attacker-controlled SMB shares

When the victim executes the command, their system automatically attempts to authenticate to the attacker's SMB server, exposing their NTLM credentials. The attacker can then perform offline cracking of the captured hash or use NTLM relay techniques to authenticate to other services.

Detection Methods for CVE-2024-8260

Indicators of Compromise

  • Unexpected outbound SMB connections (port 445) to external or unknown IP addresses
  • OPA CLI or library processes initiating connections to non-standard file paths
  • Suspicious UNC paths in OPA configuration files, scripts, or command-line arguments
  • NTLM authentication attempts to unrecognized servers in security event logs

Detection Strategies

  • Monitor for OPA processes making outbound SMB/CIFS connections to external networks
  • Implement network monitoring to detect SMB traffic to unauthorized destinations
  • Review OPA command-line arguments and configuration files for UNC path patterns
  • Enable Windows security auditing for NTLM authentication events (Event ID 4624, 4625)

Monitoring Recommendations

  • Deploy network segmentation to restrict outbound SMB traffic from systems running OPA
  • Configure SentinelOne to alert on unusual network connections from OPA processes
  • Implement application allowlisting to prevent unauthorized execution of OPA commands
  • Enable detailed logging for OPA operations and correlate with network telemetry

How to Mitigate CVE-2024-8260

Immediate Actions Required

  • Upgrade Open Policy Agent for Windows to version v0.68.0 or later immediately
  • Audit all systems running OPA to identify vulnerable versions
  • Review OPA configurations and scripts for any suspicious UNC path references
  • Implement network controls to block outbound SMB traffic to untrusted destinations

Patch Information

The vulnerability has been addressed in Open Policy Agent version v0.68.0. Organizations should upgrade to this version or later to remediate the vulnerability. For detailed information about the security fix, refer to the Tenable Security Research Advisory.

Workarounds

  • Block outbound SMB traffic (port 445) at the network perimeter for systems running OPA
  • Implement Windows Group Policy to restrict NTLM authentication to trusted servers
  • Use application-level controls to validate file paths before passing them to OPA
  • Consider running OPA in a containerized environment with restricted network access
bash
# Block outbound SMB at Windows Firewall (temporary workaround)
netsh advfirewall firewall add rule name="Block Outbound SMB" dir=out action=block protocol=tcp remoteport=445

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenpolicyagent

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-294
  • Technical References
  • Tenable Security Research Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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