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
    • 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-22772

CVE-2026-22772: Fulcio SSRF Vulnerability

CVE-2026-22772 is an SSRF flaw in Fulcio certificate authority that allows attackers to bypass URL validation and probe internal networks. This post covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2026-22772 Overview

CVE-2026-22772 is a Server-Side Request Forgery (SSRF) vulnerability affecting Fulcio, a certificate authority component of the Sigstore project used for issuing code signing certificates based on OpenID Connect (OIDC) identities. The vulnerability exists in Fulcio's metaRegex() function, which uses an unanchored regular expression for validating MetaIssuer URLs. This implementation flaw allows attackers to bypass URL validation controls and trigger SSRF requests to arbitrary internal services.

While the impact is somewhat limited—only GET requests can be initiated, no state mutation is possible, and response data cannot be exfiltrated—the vulnerability enables blind SSRF attacks that could be used for internal network reconnaissance and service probing.

Critical Impact

Attackers can bypass MetaIssuer URL validation in Fulcio to perform blind SSRF attacks against internal network services, potentially enabling reconnaissance of internal infrastructure.

Affected Products

  • Fulcio versions prior to 1.8.5
  • Sigstore deployments using vulnerable Fulcio certificate authority
  • Code signing infrastructure relying on affected Fulcio instances

Discovery Timeline

  • 2026-01-12 - CVE CVE-2026-22772 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-22772

Vulnerability Analysis

This vulnerability falls under CWE-918 (Server-Side Request Forgery), where user-controlled input can manipulate server-side HTTP requests to unintended destinations. The root cause lies in improper input validation within the metaRegex() function, which is responsible for validating MetaIssuer URLs in the OIDC authentication flow.

The vulnerability allows attackers to craft malicious URLs that pass the regex validation while redirecting requests to internal services. Since Fulcio operates as a certificate authority in the software supply chain, this SSRF capability could be leveraged to probe internal network topology, identify running services, and potentially interact with metadata endpoints or other internal APIs.

The attack is constrained to blind SSRF—the attacker cannot observe the response content, limiting data exfiltration. Additionally, only HTTP GET requests can be triggered, preventing state-modifying operations. Despite these limitations, blind SSRF remains a significant security concern for identifying internal services and potentially chaining with other vulnerabilities.

Root Cause

The vulnerability stems from the use of an unanchored regular expression in the metaRegex() function. Without proper anchoring (using ^ for start and $ for end of string), the regex pattern matches partial strings rather than validating the entire input. This allows malicious payloads to be prepended or appended to legitimate URL patterns, effectively bypassing the intended validation logic.

Proper regex anchoring ensures that the entire input string must conform to the expected pattern, preventing partial matches that could contain malicious components.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by submitting specially crafted MetaIssuer URLs to the Fulcio service during certificate issuance requests.

The attack flow involves:

  1. Crafting a malicious URL that bypasses the unanchored regex validation
  2. Submitting the URL through the OIDC authentication flow
  3. Fulcio's backend makes a GET request to the attacker-specified internal target
  4. The attacker infers information about internal services based on timing, error responses, or other observable behaviors

For detailed technical information on the vulnerability and its exploitation, refer to the GitHub Security Advisory GHSA-59jp-pj84-45mr.

Detection Methods for CVE-2026-22772

Indicators of Compromise

  • Unusual outbound connection attempts from Fulcio servers to internal network addresses
  • HTTP GET requests from Fulcio to non-standard OIDC provider endpoints
  • Certificate signing requests with malformed or suspicious MetaIssuer URLs
  • Increased network reconnaissance activity originating from certificate authority infrastructure

Detection Strategies

  • Implement network monitoring to detect Fulcio services connecting to internal IP ranges or unexpected destinations
  • Deploy web application firewall (WAF) rules to inspect MetaIssuer URL parameters for SSRF payloads
  • Enable detailed logging on Fulcio instances to capture all MetaIssuer URL validation attempts
  • Utilize SentinelOne's behavioral AI to detect anomalous network connection patterns from code signing infrastructure

Monitoring Recommendations

  • Monitor DNS queries from Fulcio servers for internal hostnames or unusual resolution patterns
  • Implement egress filtering and alerting for Fulcio instances attempting to reach internal services
  • Review Fulcio access logs for certificate requests containing suspicious URL patterns
  • Set up network segmentation alerts for unauthorized cross-segment traffic from certificate authority systems

How to Mitigate CVE-2026-22772

Immediate Actions Required

  • Upgrade Fulcio to version 1.8.5 or later immediately
  • Audit existing Fulcio deployments for signs of exploitation
  • Implement network segmentation to limit Fulcio's access to internal services
  • Deploy egress filtering to restrict outbound connections from certificate authority infrastructure

Patch Information

The vulnerability is fixed in Fulcio version 1.8.5. The patch properly anchors the regular expression in the metaRegex() function to ensure complete URL validation. Organizations should update their Fulcio installations to the patched version as soon as possible.

Review the commit changes on GitHub for technical details on the fix implementation.

Workarounds

  • Implement strict network egress controls to prevent Fulcio from connecting to internal services
  • Deploy a reverse proxy with URL validation in front of Fulcio to filter suspicious MetaIssuer URLs
  • Use network segmentation to isolate Fulcio from sensitive internal infrastructure
  • Monitor and alert on any outbound connections from Fulcio to non-whitelisted OIDC provider endpoints
bash
# Example network egress restriction using iptables
# Restrict Fulcio container to only connect to approved OIDC providers
iptables -A OUTPUT -m owner --uid-owner fulcio -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner fulcio -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner fulcio -d 192.168.0.0/16 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechFulcio

  • SeverityMEDIUM

  • CVSS Score5.8

  • EPSS Probability0.02%

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

  • GitHub Security Advisory GHSA-59jp-pj84-45mr
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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