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

CVE-2026-27170: OpenSift SSRF Vulnerability

CVE-2026-27170 is a server-side request forgery flaw in OpenSift that allows attackers to probe private network resources through URL ingest. This article covers the technical details, affected versions, and mitigations.

Published: February 27, 2026

CVE-2026-27170 Overview

CVE-2026-27170 is a Server-Side Request Forgery (SSRF) vulnerability in OpenSift, an AI study tool that processes large datasets using semantic search and generative AI. The vulnerability exists in the URL ingest functionality, which allows overly permissive server-side fetch behavior that can be exploited to access or probe private and local network resources from the OpenSift host process.

Critical Impact

Attackers can leverage this SSRF vulnerability to access internal network resources, probe private infrastructure, and potentially exfiltrate sensitive data from systems accessible to the OpenSift host.

Affected Products

  • OpenSift versions 1.1.2-alpha and below
  • OpenSift Python package (all alpha releases prior to 1.1.3-alpha)

Discovery Timeline

  • 2026-02-21 - CVE-2026-27170 published to NVD
  • 2026-02-23 - Last updated in NVD database

Technical Details for CVE-2026-27170

Vulnerability Analysis

This vulnerability falls under CWE-20 (Improper Input Validation), manifesting as a Server-Side Request Forgery condition. The URL ingest feature in OpenSift is designed to fetch external content for processing through the AI-powered semantic search engine. However, the implementation lacks adequate validation of user-supplied URLs, allowing attackers to manipulate the server into making requests to arbitrary destinations, including private and internal network addresses.

The flaw enables authenticated attackers to coerce the OpenSift server into requesting unsafe targets. When processing attacker-controlled URLs, the application's server-side fetch mechanism does not properly restrict requests to private IP ranges (such as 127.0.0.1, 10.0.0.0/8, 172.16.0.0/12, or 192.168.0.0/16), cloud metadata endpoints, or other sensitive internal resources.

Root Cause

The root cause of this vulnerability is insufficient validation in the URL ingest functionality. The server-side fetch mechanism does not implement proper allowlisting or blocklisting of target URLs before initiating outbound requests. This permissive behavior allows attackers to supply URLs pointing to internal resources, effectively using the OpenSift server as a proxy to reach otherwise inaccessible network locations.

Attack Vector

The attack vector is network-based and requires low-privilege authentication. An attacker with valid credentials can submit malicious URLs through the ingest functionality, causing the server to make HTTP requests to specified targets. This can be used for internal network reconnaissance, accessing cloud metadata services (e.g., http://169.254.169.254/), or reaching internal APIs and services that trust requests from the OpenSift host.

The exploitation technique involves crafting URLs that target internal resources. For example, an attacker might submit URLs pointing to local services, internal APIs, or cloud provider metadata endpoints. The server processes these requests without adequate validation, returning responses that may contain sensitive information about the internal infrastructure.

Detection Methods for CVE-2026-27170

Indicators of Compromise

  • Unusual outbound HTTP requests from the OpenSift server to internal IP ranges (127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints such as 169.254.169.254 from the OpenSift process
  • Unexpected URL ingest activity targeting non-standard ports or internal hostnames
  • Log entries showing failed or successful connections to internal services that should not be accessed by the application

Detection Strategies

  • Monitor network traffic from the OpenSift host for connections to private IP address ranges
  • Implement egress filtering rules and alert on violations
  • Review application logs for URL ingest requests containing internal hostnames or IP addresses
  • Deploy web application firewall (WAF) rules to detect SSRF payload patterns in submitted URLs

Monitoring Recommendations

  • Enable detailed logging for all URL ingest operations including source user and target URLs
  • Set up alerts for outbound requests to private RFC1918 address spaces
  • Monitor for access to common SSRF targets such as cloud metadata services
  • Implement rate limiting on URL ingest functionality to detect reconnaissance activity

How to Mitigate CVE-2026-27170

Immediate Actions Required

  • Upgrade OpenSift to version 1.1.3-alpha or later immediately
  • Review logs for any evidence of SSRF exploitation attempts
  • Implement network-level egress filtering to restrict outbound connections from the OpenSift server
  • Audit user accounts with access to the URL ingest functionality

Patch Information

OpenSift has released version 1.1.3-alpha which addresses this vulnerability. The fix implements proper URL validation to prevent server-side requests to private and local network resources. Organizations should update to this version as soon as possible. For detailed patch information, refer to the OpenSift v1.1.3-alpha Release and the GitHub Security Advisory GHSA-3w2r-hj5p-h6pp.

Workarounds

  • If upgrading is not immediately possible and trusted local-only exceptions are required, the OPENSIFT_ALLOW_PRIVATE_URLS=true environment variable can be used with extreme caution
  • Implement network segmentation to isolate the OpenSift server from sensitive internal resources
  • Deploy a reverse proxy with URL filtering capabilities in front of the OpenSift application
  • Restrict access to the URL ingest functionality to trusted users only until patching is complete
bash
# Upgrade OpenSift to patched version
pip install --upgrade opensift==1.1.3-alpha

# Verify installed version
pip show opensift | grep Version

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechOpensift

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • OpenSift v1.1.3-alpha Release
  • Vendor Resources
  • GitHub Security Advisory GHSA-3w2r-hj5p-h6pp
  • Related CVEs
  • CVE-2026-28677: OpenSift AI Study Tool SSRF Vulnerability

  • CVE-2026-28675: OpenSift Information Disclosure Flaw

  • CVE-2026-28676: OpenSift Path Traversal Vulnerability

  • CVE-2026-27169: OpenSift AI Study Tool 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