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

CVE-2026-32946: Harden-Runner Auth Bypass Vulnerability

CVE-2026-32946 is an authentication bypass flaw in StepSecurity Harden-Runner that allows attackers to circumvent egress-policy blocks using DNS queries over TCP. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-32946 Overview

CVE-2026-32946 is a security bypass vulnerability in StepSecurity Harden-Runner, a CI/CD security agent designed to function as an endpoint detection and response (EDR) solution for GitHub Actions runners. The vulnerability allows attackers with code execution capabilities within a GitHub Actions workflow to bypass the egress-policy: block network restriction using DNS queries transmitted over TCP.

Critical Impact

Attackers with existing code execution in GitHub Actions workflows can exfiltrate data or establish covert communication channels by bypassing egress filtering through TCP-based DNS queries, undermining the security controls provided by Harden-Runner.

Affected Products

  • StepSecurity Harden-Runner versions 2.15.1 and below
  • Harden-Runner Community Edition
  • GitHub Actions workflows utilizing Harden-Runner with egress-policy: block configuration

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-32946 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-32946

Vulnerability Analysis

This vulnerability represents a Protection Mechanism Failure (CWE-693) in the network egress filtering implementation of Harden-Runner. When organizations configure egress-policy: block with a restrictive allowed-endpoints list, they expect all non-compliant outbound traffic to be denied. However, the filtering mechanism does not adequately handle DNS queries transmitted over TCP protocol.

DNS typically operates over UDP on port 53, but the protocol also supports TCP for larger responses or as a fallback mechanism. The egress policy enforcement fails to account for this legitimate DNS behavior, creating a gap in the network security controls. An attacker who has already achieved code execution within a GitHub Actions workflow can exploit this oversight to communicate with external systems, potentially exfiltrating sensitive data or receiving command-and-control instructions.

Root Cause

The root cause is an incomplete implementation of network filtering rules in Harden-Runner's egress policy enforcement. While UDP-based DNS traffic may be properly restricted, TCP-based DNS queries on port 53 are not adequately filtered. This allows tools like dig with the +tcp flag to initiate DNS queries over TCP that bypass the intended network restrictions. The filtering mechanism operates at the network layer but fails to comprehensively cover all legitimate DNS transport protocols.

Attack Vector

The attack vector requires prior code execution capabilities within a GitHub Actions workflow. An attacker who has compromised a workflow through supply chain attacks, malicious dependencies, or other means can leverage this vulnerability to:

  1. Establish outbound communication channels using TCP-based DNS queries
  2. Exfiltrate sensitive data such as secrets, tokens, or source code through DNS tunneling techniques
  3. Receive commands or payloads encoded in DNS responses
  4. Circumvent security monitoring that relies on Harden-Runner's egress controls

The network-based attack vector combined with the requirement for existing code execution privileges positions this as a post-compromise escalation technique. An attacker would typically use standard DNS utilities or custom tools to initiate TCP-based DNS queries to attacker-controlled nameservers.

Detection Methods for CVE-2026-32946

Indicators of Compromise

  • Unusual DNS queries over TCP (port 53) from GitHub Actions runner environments
  • DNS query patterns to suspicious or newly registered domains during workflow execution
  • High volume or unusually large DNS responses indicating potential data exfiltration
  • Use of dig +tcp or similar commands in workflow logs

Detection Strategies

  • Monitor GitHub Actions workflow logs for DNS utility usage with TCP flags
  • Implement network-level monitoring for TCP connections on port 53 from runner infrastructure
  • Analyze DNS query patterns for signs of tunneling or encoding schemes
  • Review workflow definitions for suspicious commands that could leverage DNS bypass

Monitoring Recommendations

  • Enable verbose logging for Harden-Runner and review egress events
  • Implement secondary network monitoring independent of Harden-Runner controls
  • Set up alerts for TCP DNS traffic originating from CI/CD infrastructure
  • Regularly audit workflow files and dependencies for malicious code injection

How to Mitigate CVE-2026-32946

Immediate Actions Required

  • Upgrade Harden-Runner to version 2.16.0 or later immediately
  • Review recent workflow runs for potential exploitation attempts
  • Audit GitHub Actions secrets and rotate any potentially exposed credentials
  • Implement additional network-level controls as defense in depth

Patch Information

StepSecurity has addressed this vulnerability in Harden-Runner version 2.16.0. The fix properly restricts DNS queries over TCP, ensuring comprehensive coverage of the egress-policy: block configuration. Organizations should update their workflow files to reference the patched version.

For detailed information, refer to the GitHub Security Advisory GHSA-g699-3x6g-wm3g and the v2.16.0 release notes.

Workarounds

  • Implement network-level firewall rules blocking TCP port 53 from runner environments as an additional control
  • Use network security groups or cloud provider controls to restrict outbound DNS to trusted resolvers only
  • Consider temporarily disabling vulnerable workflows until the update can be applied
  • Deploy additional monitoring to detect potential bypass attempts
bash
# Update Harden-Runner in GitHub Actions workflow
# Change your workflow file to use the patched version:
# Before: uses: step-security/harden-runner@v2.15.1
# After:  uses: step-security/harden-runner@v2.16.0

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechStepsecurity Harden Runner

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:N/SC:H/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
  • AvailabilityNone
  • CWE References
  • CWE-693
  • Technical References
  • GitHub Release v2.16.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-g699-3x6g-wm3g
  • Related CVEs
  • CVE-2026-32947: Harden-Runner Auth Bypass 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