The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-30836

CVE-2026-30836: Step CA Auth Bypass Vulnerability

CVE-2026-30836 is an authentication bypass flaw in Step CA that allows unauthenticated certificate issuance through SCEP UpdateReq. This article covers the technical details, affected versions, and mitigation steps.

Published: March 20, 2026

CVE-2026-30836 Overview

CVE-2026-30836 is an Authentication Bypass vulnerability in Step CA, an online certificate authority for secure, automated certificate management for DevOps environments. Versions 0.30.0-rc6 and below contain a flaw that does not safeguard against unauthenticated certificate issuance through the SCEP (Simple Certificate Enrollment Protocol) UpdateReq message type. This allows attackers to bypass authentication controls and obtain valid certificates without proper authorization.

Critical Impact

Unauthenticated attackers can issue arbitrary certificates through the SCEP UpdateReq endpoint, potentially compromising the entire PKI trust chain and enabling man-in-the-middle attacks, impersonation, or unauthorized access to protected resources.

Affected Products

  • Step CA versions 0.30.0-rc6 and below
  • Smallstep Certificates with SCEP provisioner enabled

Discovery Timeline

  • 2026-03-19 - CVE-2026-30836 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-30836

Vulnerability Analysis

This vulnerability stems from improper authentication handling in the SCEP protocol implementation within Step CA. The SCEP protocol defines several message types including PKCSReq (initial enrollment), UpdateReq (certificate update), and RenewalReq (certificate renewal). The vulnerable code path improperly processed UpdateReq messages alongside authenticated request types, allowing unauthenticated certificate signing requests to bypass challenge validation controls.

The flaw is classified under CWE-287 (Improper Authentication), which describes scenarios where a product does not properly authenticate users before performing actions that require verified identity. In PKI systems like Step CA, this class of vulnerability is particularly severe as it undermines the foundational trust model of certificate-based authentication.

Root Cause

The root cause lies in the SCEP authority handler (scep/authority.go) where the UpdateReq message type was incorrectly grouped with PKCSReq and RenewalReq in the certificate signing request processing logic. This grouping allowed UpdateReq messages to proceed through the CSR parsing and signing workflow without undergoing the same authentication checks applied to other message types. Additionally, the API layer (scep/api/api.go) lacked proper validation to reject unexpected message types, creating an open pathway for unauthenticated requests.

Attack Vector

An attacker can exploit this vulnerability by sending a crafted SCEP UpdateReq message to a vulnerable Step CA instance. The attack requires only network access to the SCEP endpoint and does not require any prior authentication or existing certificates. The attacker crafts a Certificate Signing Request (CSR) and encapsulates it within an UpdateReq SCEP message, bypassing the challenge password validation that would normally be required for initial enrollment requests.

The security patch addresses this by removing UpdateReq from the allowed message types and adding explicit validation to reject unexpected message types:

go
// Patch in scep/authority.go - Removed UpdateReq from allowed message types
// Before: case smallscep.PKCSReq, smallscep.UpdateReq, smallscep.RenewalReq:
// After:
	case smallscep.PKCSReq, smallscep.RenewalReq:
		csr, err := x509.ParseCertificateRequest(msg.pkiEnvelope)
		if err != nil {
			return fmt.Errorf("parse CSR from pkiEnvelope: %w", err)

Source: GitHub Commit Update

go
// Patch in scep/api/api.go - Added explicit rejection of unexpected message types
	} else {
		scepErr := fmt.Errorf("unexpected message type: (%s)", string(msg.MessageType))
		return createFailureResponse(ctx, csr, msg, smallscep.BadRequest, scepErr.Error(), scepErr)
	}

Source: GitHub Commit Update

Detection Methods for CVE-2026-30836

Indicators of Compromise

  • Unexpected SCEP UpdateReq messages in Step CA logs without corresponding prior certificate enrollment
  • Certificates issued to unknown or suspicious entities without proper challenge validation records
  • Anomalous certificate issuance patterns, particularly high volumes or certificates for unusual Common Names (CNs)
  • SCEP endpoint access from unexpected source IP addresses

Detection Strategies

  • Monitor Step CA logs for SCEP message types, specifically filtering for UpdateReq operations
  • Implement certificate transparency logging to detect unauthorized certificate issuance
  • Configure alerting on certificate issuance events that lack corresponding challenge authentication records
  • Deploy network-level monitoring on SCEP endpoints to detect unusual request patterns

Monitoring Recommendations

  • Enable verbose logging on Step CA SCEP provisioner to capture all enrollment requests
  • Implement real-time log analysis for SCEP-related events using SIEM solutions
  • Establish baseline metrics for normal certificate issuance rates and alert on deviations
  • Regularly audit issued certificates against authorized enrollment records

How to Mitigate CVE-2026-30836

Immediate Actions Required

  • Upgrade Step CA to version 0.30.0 or later immediately
  • Review all certificates issued through SCEP for unauthorized entries
  • Consider revoking and reissuing certificates if compromise is suspected
  • Temporarily disable SCEP provisioner if upgrade cannot be performed immediately

Patch Information

Smallstep has released version 0.30.0 which addresses this vulnerability. The fix removes UpdateReq from the allowed SCEP message types in the certificate signing workflow and adds explicit validation to reject unexpected message types with a BadRequest response. Organizations should upgrade to version 0.30.0-rc7 or later. Additional details are available in the GitHub Security Advisory GHSA-q4r8-xm5f-56gw.

Workarounds

  • Disable the SCEP provisioner entirely if not required for operations
  • Implement network-level access controls to restrict SCEP endpoint access to trusted clients only
  • Deploy a reverse proxy or WAF to filter and validate SCEP message types before reaching Step CA
  • Use mutual TLS (mTLS) authentication at the network layer to limit access to the SCEP endpoint
bash
# Disable SCEP provisioner in Step CA configuration
# In ca.json, remove or comment out the SCEP provisioner section:
# "provisioners": [
#   {
#     "type": "SCEP",
#     "name": "scep-provisioner",
#     ...
#   }
# ]

# Alternatively, restrict network access to SCEP endpoint
iptables -A INPUT -p tcp --dport 8443 -s trusted_network/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8443 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechStep Ca

  • SeverityCRITICAL

  • CVSS Score10.0

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Commit Update

  • GitHub Release v0.30.0-rc7

  • GitHub Security Advisory GHSA-q4r8-xm5f-56gw
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs 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