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

CVE-2026-3270: Psi-probe Psi Probe SSRF Vulnerability

CVE-2026-3270 is a server-side request forgery flaw in Psi-probe Psi Probe affecting versions up to 5.3.0. Attackers can exploit the Whois component remotely. This article covers technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2026-3270 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in PSI Probe, a popular open-source monitoring tool for Apache Tomcat servers. This vulnerability affects the lookup function within the file psi-probe-core/src/main/java/psiprobe/tools/Whois.java of the Whois component. By manipulating the Whois functionality, attackers can force the server to make unauthorized requests to internal or external resources, potentially exposing sensitive network infrastructure or facilitating further attacks.

Critical Impact

Remote attackers with low privileges can exploit this SSRF vulnerability to access internal network resources, bypass security controls, and potentially pivot to other systems within the infrastructure.

Affected Products

  • PSI Probe versions up to and including 5.3.0
  • psi-probe psi_probe (all versions through 5.3.0)

Discovery Timeline

  • 2026-02-27 - CVE CVE-2026-3270 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-3270

Vulnerability Analysis

The vulnerability resides in PSI Probe's Whois functionality, specifically within the Whois.java file located at psi-probe-core/src/main/java/psiprobe/tools/Whois.java. The lookup function does not properly validate or sanitize user-supplied input before making network requests, allowing attackers to manipulate the destination of server-initiated requests.

SSRF vulnerabilities like this one enable attackers to abuse server functionality to access or interact with internal systems that would otherwise be unreachable from the external network. The attack can be initiated remotely by authenticated users with low privilege levels, making it accessible to a wide range of potential threat actors.

Root Cause

The root cause of this vulnerability is insufficient input validation in the Whois lookup function. The lookup function in Whois.java accepts user-controlled input to specify the target of Whois queries without properly restricting the destination to legitimate Whois servers. This allows attackers to redirect requests to arbitrary internal or external endpoints.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), indicating that the application does not sufficiently verify the destination before making HTTP requests, allowing attackers to coerce the server into sending requests to unintended locations.

Attack Vector

The attack vector is network-based, allowing remote exploitation by authenticated users. An attacker can exploit this vulnerability through the following mechanism:

  1. The attacker authenticates to the PSI Probe management interface with low-level credentials
  2. The attacker crafts a malicious Whois lookup request with a specially crafted domain or IP address
  3. The PSI Probe server processes the request and initiates a connection to the attacker-specified destination
  4. The server returns the response to the attacker, potentially disclosing information about internal services

The vulnerability mechanism involves inadequate validation of the lookup target in the Whois component. When a user initiates a Whois query, the lookup function processes the request without verifying that the target is a legitimate Whois server, allowing attackers to redirect requests to arbitrary internal services or cloud metadata endpoints. For detailed technical analysis, refer to the GitHub Issue Discussion and VulDB entry.

Detection Methods for CVE-2026-3270

Indicators of Compromise

  • Unusual outbound connections from the PSI Probe application server to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) originating from the Tomcat server running PSI Probe
  • Anomalous Whois lookup requests containing internal hostnames, IP addresses, or non-standard ports
  • Log entries showing Whois queries to destinations other than known Whois servers

Detection Strategies

  • Implement network monitoring to detect outbound connections from PSI Probe servers to internal network ranges or sensitive endpoints
  • Configure web application firewall (WAF) rules to inspect and block suspicious patterns in Whois lookup requests
  • Enable detailed logging for the PSI Probe application and monitor for unusual activity in the Whois component
  • Deploy SentinelOne Singularity to detect anomalous network behavior and potential SSRF exploitation attempts

Monitoring Recommendations

  • Monitor egress traffic from PSI Probe servers for connections to internal RFC1918 address ranges
  • Set up alerts for any requests to cloud metadata endpoints (169.254.169.254, metadata.google.internal, etc.)
  • Review PSI Probe access logs regularly for unusual patterns in Whois functionality usage
  • Implement network segmentation monitoring to detect lateral movement attempts following SSRF exploitation

How to Mitigate CVE-2026-3270

Immediate Actions Required

  • Review and restrict access to the PSI Probe Whois functionality to only trusted administrators
  • Implement network-level controls to prevent the PSI Probe server from making unauthorized outbound connections
  • Apply the principle of least privilege to PSI Probe user accounts
  • Consider disabling the Whois functionality if not required for operations

Patch Information

At the time of disclosure, the vendor (psi-probe) was contacted but did not respond to responsible disclosure attempts. No official patch is currently available. Organizations should monitor the PSI Probe project for future security updates and apply patches as soon as they become available.

For tracking this vulnerability, refer to:

  • VulDB Entry #347994
  • VulDB Submission #758666

Workarounds

  • Disable or restrict access to the Whois component in PSI Probe until an official patch is released
  • Implement an allowlist of permitted Whois servers at the network firewall level
  • Deploy a reverse proxy in front of PSI Probe to filter and validate Whois requests
  • Use network segmentation to isolate PSI Probe servers from sensitive internal resources
bash
# Configuration example - Restrict outbound connections from Tomcat server
# Add iptables rules to limit outbound connections to approved Whois servers only
iptables -A OUTPUT -p tcp -d whois.iana.org --dport 43 -j ACCEPT
iptables -A OUTPUT -p tcp -d whois.icann.org --dport 43 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 43 -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/TechPsi Probe

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Issue Discussion

  • VulDB CTIID #347994

  • VulDB #347994

  • VulDB Submission #758666
  • Related CVEs
  • CVE-2026-3269: Psi-probe PSI Probe DOS Vulnerability

  • CVE-2026-3268: PSI Probe 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