A Leader in the 2025 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Five years running.A Leader in the Gartner® Magic Quadrant™Read the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-3268

CVE-2026-3268: PSI Probe Auth Bypass Vulnerability

CVE-2026-3268 is an authentication bypass flaw in PSI Probe up to version 5.3.0 affecting the Session Attribute Handler. Attackers can exploit improper access controls remotely. This article covers technical details.

Published: February 27, 2026

CVE-2026-3268 Overview

A vulnerability has been identified in psi-probe PSI Probe up to version 5.3.0. The affected component is an unknown function within the file psi-probe-core/src/main/java/psiprobe/controllers/sessions/RemoveSessAttributeController.java of the Session Attribute Handler component. This flaw results in improper access controls that can be exploited remotely. The exploit has been made publicly available, and despite early contact, the vendor has not responded to the disclosure.

Critical Impact

Remote attackers with low privileges can bypass access controls in the Session Attribute Handler, potentially manipulating or removing session attributes without proper authorization.

Affected Products

  • PSI Probe up to version 5.3.0
  • psi-probe-core Session Attribute Handler component
  • Applications using the RemoveSessAttributeController.java handler

Discovery Timeline

  • 2026-02-26 - CVE CVE-2026-3268 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-3268

Vulnerability Analysis

This vulnerability falls under CWE-266 (Incorrect Privilege Assignment), indicating a fundamental flaw in how access permissions are validated within the Session Attribute Handler. The RemoveSessAttributeController.java component fails to properly enforce access controls when processing requests to manipulate session attributes.

The vulnerability can be exploited over the network by authenticated users with low-level privileges. While the attack does not require user interaction, it does necessitate some level of authentication. Successful exploitation could allow an attacker to modify or remove session attributes belonging to other users or sessions, compromising both the integrity and availability of the affected application.

Root Cause

The root cause stems from improper access control implementation in the RemoveSessAttributeController class. The component does not adequately verify that the requesting user has sufficient privileges to perform operations on the targeted session attributes. This allows users with minimal privileges to perform actions that should be restricted to higher-privileged accounts or administrative users.

Attack Vector

The attack can be initiated remotely over a network connection. An attacker with low-level authentication credentials can craft malicious requests to the Session Attribute Handler endpoint. By manipulating the request parameters, the attacker can target session attributes they should not have access to, potentially disrupting application functionality or affecting other users' sessions.

The exploitation mechanism involves sending crafted HTTP requests to the vulnerable controller endpoint. The lack of proper authorization checks means the application will process these requests regardless of whether the authenticated user should have access to the target session data.

Detection Methods for CVE-2026-3268

Indicators of Compromise

  • Unusual HTTP requests targeting the RemoveSessAttributeController endpoint from low-privileged accounts
  • Session attribute manipulation events in application logs that don't correspond to expected user actions
  • Multiple requests to session management endpoints from a single source in rapid succession

Detection Strategies

  • Monitor application logs for unauthorized access attempts to session management functions
  • Implement request logging for the psiprobe/controllers/sessions/ path and analyze for anomalous patterns
  • Review authentication and authorization logs for privilege escalation attempts
  • Deploy web application firewalls with rules to detect session manipulation attacks

Monitoring Recommendations

  • Enable detailed logging for the PSI Probe application, specifically for session-related controllers
  • Set up alerts for failed authorization attempts on session management endpoints
  • Implement audit logging for all session attribute modifications with user attribution
  • Monitor for unusual patterns in session management API usage

How to Mitigate CVE-2026-3268

Immediate Actions Required

  • Restrict network access to PSI Probe instances to trusted administrative networks only
  • Implement additional authentication layers before the Session Attribute Handler endpoints
  • Review and tighten access controls on the PSI Probe web interface
  • Consider disabling session management features if not required for operations

Patch Information

No official patch information is currently available. The vendor was contacted regarding this disclosure but did not respond. Organizations should monitor the VulDB Entry #347992 and the official PSI Probe project for security updates. Additional technical details can be found in the GitHub Issue Discussion.

Workarounds

  • Implement network-level access restrictions to limit exposure of PSI Probe to trusted internal networks only
  • Deploy a reverse proxy with additional authentication requirements in front of PSI Probe
  • Use web application firewall rules to filter requests to the vulnerable controller endpoint
  • Audit current user permissions and remove unnecessary access to PSI Probe functionality
bash
# Example: Restrict access to PSI Probe via Apache configuration
<Location "/probe">
    # Allow only from internal management network
    Require ip 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
    # Require additional authentication
    AuthType Basic
    AuthName "PSI Probe Admin Access"
    AuthUserFile /etc/apache2/.htpasswd
    Require valid-user
</Location>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPsi Probe

  • SeverityMEDIUM

  • CVSS Score5.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/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-266
  • Technical References
  • GitHub Issue Discussion

  • VulDB CTI Report #347992

  • VulDB Entry #347992

  • VulDB Submission #758664
  • Latest CVEs
  • CVE-2026-3265: Free-CRM Auth Bypass Vulnerability

  • CVE-2026-3264: Free-CRM RCE Vulnerability

  • CVE-2026-28280: osctrl-admin Stored XSS Vulnerability

  • CVE-2026-28279: osctrl Admin RCE Vulnerability
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
  • English
  • 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