Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-30224

CVE-2026-30224: OliveTin Auth Bypass Vulnerability

CVE-2026-30224 is an authentication bypass flaw in OliveTin that fails to revoke server-side sessions on logout, allowing attackers to reuse stolen cookies. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-30224 Overview

OliveTin is a web-based application that provides access to predefined shell commands through a browser interface. A session fixation vulnerability exists in versions prior to 3000.11.1 where OliveTin fails to revoke server-side sessions when a user logs out. Although the browser cookie is cleared during logout, the corresponding session remains valid in server storage until expiry (default approximately 1 year). An attacker who has previously stolen or captured a session cookie can continue authenticating after the legitimate user has logged out, resulting in a post-logout authentication bypass.

Critical Impact

This session management flaw allows attackers with captured session cookies to maintain persistent unauthorized access to OliveTin interfaces, potentially enabling execution of predefined shell commands even after the legitimate user believes their session has ended.

Affected Products

  • OliveTin versions prior to 3000.11.1
  • OliveTin web interface with authentication enabled
  • Systems using OliveTin's OAuth2 authentication provider

Discovery Timeline

  • 2026-03-06 - CVE CVE-2026-30224 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-30224

Vulnerability Analysis

This vulnerability is classified as CWE-384 (Session Fixation), a session management flaw that violates expected logout semantics. When a user initiates a logout through the OliveTin web interface, the application properly clears the browser-side cookie but fails to invalidate the corresponding session token stored on the server. This creates a window where previously captured session identifiers remain functional for the duration of their original expiry period.

The attack requires prior access to a valid session cookie, which could be obtained through various means including network interception, cross-site scripting attacks, or physical access to the user's browser. Once obtained, the session cookie can be reused to authenticate as the victim user even after they have explicitly logged out, effectively defeating the purpose of the logout functionality.

Root Cause

The root cause lies in the incomplete implementation of the logout functionality within OliveTin's API layer. The Logout function in service/internal/api/api.go was missing the critical call to revoke the server-side session. Without this revocation step, the session storage (including OAuth2 registered states) retained valid session entries indefinitely until their natural expiration.

Attack Vector

The attack is network-based and requires low privileges to execute. An attacker must first obtain a valid session cookie through methods such as session sniffing on unencrypted networks, XSS exploitation, or access to stored browser data. Once the session cookie is captured, the attacker can replay it against the OliveTin server to gain authenticated access. The vulnerability is particularly concerning because the default session expiry of approximately one year provides a lengthy window for exploitation, even if the legitimate user has logged out thinking their session is terminated.

go
// Patch adding session revocation to Logout function
// Source: https://github.com/OliveTin/OliveTin/commit/d6a0abc3755d43107be1939567c52953bcbec3d5

 func (api *oliveTinAPI) Logout(ctx ctx.Context, req *connect.Request[apiv1.LogoutRequest]) (*connect.Response[apiv1.LogoutResponse], error) {
 	user := auth.UserFromApiCall(ctx, req, api.cfg)
 
+	auth.RevokeSessionForProvider(api.cfg, user.Provider, user.SID)
+
 	log.WithFields(log.Fields{
 		"username": user.Username,
 		"provider": user.Provider,
go
// New RevokeSession method added to OAuth2Handler
// Source: https://github.com/OliveTin/OliveTin/commit/d6a0abc3755d43107be1939567c52953bcbec3d5

 	return user, true
 }
 
+func (h *OAuth2Handler) RevokeSession(sid string) {
+	h.mu.Lock()
+	defer h.mu.Unlock()
+	delete(h.registeredStates, sid)
+}
+
 func (h *OAuth2Handler) CheckUserFromOAuth2Cookie(context *authTypes.AuthCheckingContext) *authTypes.AuthenticatedUser {
 	cookie, err := context.Request.Cookie("olivetin-sid-oauth")
 	if err != nil || cookie.Value == "" {

Detection Methods for CVE-2026-30224

Indicators of Compromise

  • Authentication activity from session identifiers that were previously associated with logged-out users
  • Multiple concurrent sessions using identical session cookies from different IP addresses or user agents
  • Session cookie reuse patterns where the same olivetin-sid-oauth cookie appears in requests after a logout event was logged

Detection Strategies

  • Monitor OliveTin application logs for logout events followed by subsequent authenticated requests using the same session identifier
  • Implement network monitoring to detect session cookie replay attacks, particularly from IP addresses or geographies inconsistent with the original user
  • Review session storage for entries that should have been invalidated but remain active

Monitoring Recommendations

  • Enable detailed logging for authentication and session management events in OliveTin
  • Configure alerting for authentication attempts using session cookies that were associated with recent logout events
  • Monitor for unusual patterns in shell command execution that may indicate unauthorized access through session hijacking

How to Mitigate CVE-2026-30224

Immediate Actions Required

  • Upgrade OliveTin to version 3000.11.1 or later immediately
  • Force logout all active sessions and require re-authentication after upgrading
  • Review access logs for any suspicious post-logout authentication activity
  • Consider temporarily disabling external access to OliveTin instances until patching is complete

Patch Information

The vulnerability has been patched in OliveTin version 3000.11.1. The fix adds proper server-side session revocation when users log out by calling auth.RevokeSessionForProvider() in the Logout API handler and implementing a new RevokeSession() method in the OAuth2Handler that properly removes session entries from the registered states map. Users should upgrade to this version by downloading the release from the OliveTin GitHub Releases page. Additional details are available in the GitHub Security Advisory GHSA-gq2m-77hf-vwgh.

Workarounds

  • Reduce session expiry time from the default of approximately 1 year to a much shorter duration
  • Implement additional network-level access controls to restrict OliveTin access to trusted networks only
  • Use HTTPS exclusively to reduce the risk of session cookie interception
  • Consider implementing IP-based session binding as an additional layer of protection
bash
# Configuration example
# After upgrading to version 3000.11.1, restart the OliveTin service
systemctl restart olivetin

# Verify the running version
olivetin --version
# Expected output: 3000.11.1 or higher

# Review authentication logs for suspicious activity
grep -i "logout\|auth" /var/log/olivetin/olivetin.log

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOlivetin

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-384
  • Technical References
  • GitHub Release 3000.11.1
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-gq2m-77hf-vwgh
  • Related CVEs
  • CVE-2026-30223: OliveTin JWT Auth Bypass Vulnerability

  • CVE-2026-28790: OliveTin Auth Bypass Vulnerability

  • CVE-2026-32102: OliveTin Information Disclosure Flaw

  • CVE-2026-31817: OliveTin Path Traversal 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