A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-44310

CVE-2026-44310: Gitsign Denial of Service Vulnerability

CVE-2026-44310 is a denial of service flaw in Gitsign that causes verification bypass through panic recovery. Attackers can exploit empty certificate sets to make failed verifications appear successful. Fixed in 0.15.0.

Published: May 21, 2026

CVE-2026-44310 Overview

CVE-2026-44310 is a verification bypass vulnerability in Gitsign, the keyless Sigstore signing tool for Git commits using GitHub or OpenID Connect (OIDC) identities. The flaw affects versions 0.4.0 through versions before 0.15.0. A crafted Cryptographic Message Syntax (CMS) or PKCS7 signed message containing an empty certificate set triggers an index-out-of-range panic in CertVerifier.Verify(). The panic is silently swallowed by an internal stream wrapper, and the process exits with code 0. Callers that rely on exit codes interpret the failed verification as successful signature validation.

Critical Impact

Attackers can craft Git commits whose signature verification appears to succeed under git verify-commit, undermining trust in signed commit workflows.

Affected Products

  • Sigstore Gitsign versions 0.4.0 through versions prior to 0.15.0
  • Git workflows invoking gitsign --verify (GPG-compatible mode)
  • Automated CI/CD pipelines using exit codes from git verify-commit for policy enforcement

Discovery Timeline

  • 2026-05-15 - CVE-2026-44310 published to the National Vulnerability Database
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-44310

Vulnerability Analysis

The vulnerability resides in CertVerifier.Verify() within pkg/git/verifier.go. The function calls sd.GetCertificates() and immediately dereferences certs[0] without verifying that the returned slice contains any elements. A CMS/PKCS7 signed message with an empty certificate set is a structurally valid Distinguished Encoding Rules (DER) payload. GetCertificates() returns an empty slice with no error, and the unchecked index access triggers a runtime panic.

On the gitsign --verify code path, the panic is recovered by Wrap() in internal/io/streams.go. The recovery handler returns nil instead of propagating an error. main.go then exits with status code 0. Any caller relying on exit-code-only verification, including git verify-commit and downstream automation, treats the result as a valid signature.

The weakness is classified as [CWE-129] Improper Validation of Array Index.

Root Cause

The root cause is missing bounds validation on a slice returned by an untrusted parser, combined with an overly broad panic recovery routine that converts runtime panics into successful exit states. The verification function assumes at least one certificate is present in any structurally valid signed message.

Attack Vector

An attacker crafts a Git commit signed with a CMS/PKCS7 structure containing an empty certificate set. When a victim or automated pipeline runs git verify-commit against the malicious commit, Gitsign panics during verification, the panic is swallowed, and the process exits successfully. The attacker does not require valid credentials or network access to the victim system; user interaction in the form of running a verification command is required.

No verified public exploit code is available. See the GitHub Security Advisory GHSA-7c37-gx6w-8vc5 for upstream technical details.

Detection Methods for CVE-2026-44310

Indicators of Compromise

  • Git commits with CMS/PKCS7 signature blocks that contain an empty certificates SET in the DER structure
  • gitsign --verify invocations that exit with status code 0 but produce no certificate identity or issuer information in stdout/stderr
  • Repository commits whose signatures cannot be cross-validated against the Sigstore transparency log (Rekor)

Detection Strategies

  • Parse signed commit payloads and reject any CMS/PKCS7 structure where the embedded certificate set length is zero
  • Cross-check Gitsign verification results against Rekor transparency log entries rather than relying on exit codes alone
  • Audit CI/CD pipeline logs for gitsign verify runs that complete without emitting signer identity output

Monitoring Recommendations

  • Monitor Git repository ingestion points for signed commits whose verification output is silent or empty
  • Alert on Gitsign binary versions older than 0.15.0 running in build and release infrastructure
  • Track upstream advisories published by the Sigstore project for additional verification bypass patterns

How to Mitigate CVE-2026-44310

Immediate Actions Required

  • Upgrade Gitsign to version 0.15.0 or later across all developer workstations and CI/CD runners
  • Inventory all systems running gitsign --verify or git verify-commit against Sigstore-signed commits
  • Treat any signature verification result produced by an affected version as untrusted and re-verify with a patched binary

Patch Information

The maintainers fixed the issue in Gitsign 0.15.0 by adding a length check on the certificate slice returned by sd.GetCertificates() before dereferencing the first element. Details are published in the GitHub Security Advisory GHSA-7c37-gx6w-8vc5.

Workarounds

  • Do not rely solely on the exit code of gitsign --verify; parse stdout for a confirmed signer identity and certificate subject
  • Validate every signed commit against the Rekor transparency log as an independent control
  • Restrict commit ingestion to repositories whose signing workflows enforce identity policy at the server side
bash
# Upgrade Gitsign to the patched release
go install github.com/sigstore/gitsign@v0.15.0

# Verify the installed version
gitsign --version

# Confirm verification output includes signer identity, not just exit code
gitsign verify --certificate-identity=<expected-identity> \
               --certificate-oidc-issuer=<expected-issuer> HEAD

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGitsign

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-129
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-44309: Gitsign Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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