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

CVE-2026-27933: Manyfold Auth Bypass Vulnerability

CVE-2026-27933 is an authentication bypass flaw in Manyfold that enables session hijacking through cookie leakage in proxy caches. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 27, 2026

CVE-2026-27933 Overview

CVE-2026-27933 is a session hijacking vulnerability affecting Manyfold, an open source, self-hosted web application designed for managing collections of 3D models with a focus on 3D printing workflows. The vulnerability allows attackers to hijack user sessions through cookie leakage in proxy caches, potentially leading to unauthorized access to user accounts and sensitive data.

Critical Impact

Attackers can intercept and reuse session cookies cached by proxy servers, enabling complete account takeover without requiring authentication credentials.

Affected Products

  • Manyfold versions prior to 0.133.0
  • Self-hosted Manyfold instances deployed behind proxy caches
  • Manyfold deployments using reverse proxies without proper cache-control headers

Discovery Timeline

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

Technical Details for CVE-2026-27933

Vulnerability Analysis

This vulnerability stems from insufficient session expiration controls (CWE-613), where session cookies are improperly handled when requests pass through proxy caches. When a user authenticates to a Manyfold instance that sits behind a caching proxy, the session cookie may be stored in the proxy's cache. Subsequent requests from other users passing through the same proxy could potentially receive the cached response containing another user's session cookie, effectively allowing session hijacking.

The attack requires specific conditions to be successful: the Manyfold instance must be deployed behind a proxy cache, and the application must not be setting appropriate cache-control headers to prevent sensitive authentication data from being cached.

Root Cause

The root cause of CVE-2026-27933 lies in missing or insufficient Cache-Control headers on responses containing session cookies. Without explicit directives such as no-store or private, intermediate proxy caches may store and serve responses containing sensitive session data to unintended recipients. This is classified as CWE-613 (Insufficient Session Expiration), as the session data persists in an uncontrolled location (the proxy cache) beyond its intended scope.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must position themselves to receive cached responses from a proxy server that has stored another user's session cookie. The attack flow typically involves:

  1. A legitimate user authenticates to the Manyfold application
  2. The authentication response, including the session cookie, is cached by an intermediary proxy
  3. An attacker makes a request through the same proxy server
  4. The proxy serves the cached response containing the victim's session cookie
  5. The attacker uses the stolen session cookie to impersonate the victim

The vulnerability mechanism involves improper cache-control header configuration. When responses containing session cookies lack appropriate Cache-Control: no-store or Cache-Control: private directives, proxy caches may store these responses. For detailed technical information, refer to the GitHub Security Advisory GHSA-g949-hmvj-2r76.

Detection Methods for CVE-2026-27933

Indicators of Compromise

  • Multiple sessions originating from different IP addresses using identical session tokens
  • Unusual access patterns where a session token appears in requests from geographically disparate locations
  • Proxy cache logs showing cached responses containing Set-Cookie headers
  • User reports of unauthorized access to their accounts without credential compromise

Detection Strategies

  • Monitor authentication logs for sessions being used from multiple distinct source IPs
  • Implement session binding to client fingerprints (IP address, User-Agent) and alert on mismatches
  • Review proxy cache configurations to identify cached responses containing authentication headers
  • Deploy web application firewall rules to detect and block requests with suspicious session reuse patterns

Monitoring Recommendations

  • Enable detailed logging on proxy servers to track which responses are being cached
  • Implement real-time alerting for session anomalies such as concurrent use from different networks
  • Regularly audit HTTP response headers to ensure proper cache-control directives are present
  • Monitor for unusual spikes in session creation or authentication events

How to Mitigate CVE-2026-27933

Immediate Actions Required

  • Upgrade Manyfold to version 0.133.0 or later immediately
  • Invalidate all existing user sessions and require re-authentication
  • Review and configure proxy cache settings to exclude responses with Set-Cookie headers
  • Implement proper Cache-Control headers on your reverse proxy as an additional layer of defense

Patch Information

The vulnerability has been fixed in Manyfold version 0.133.0. The patch implements proper cache-control headers to prevent session cookies from being stored in proxy caches. Users should upgrade to this version or later to remediate the vulnerability. For complete release notes and download information, see the GitHub Release v0.133.0.

Workarounds

  • Configure proxy servers to never cache responses containing Set-Cookie headers
  • Add explicit Cache-Control: no-store, private headers at the proxy level for all authentication-related endpoints
  • Implement additional session validation such as binding sessions to client IP addresses
  • Consider deploying Manyfold without intermediate caching proxies until the upgrade can be completed
bash
# Nginx proxy configuration to prevent caching of sensitive responses
location / {
    proxy_pass http://manyfold_backend;
    
    # Prevent caching of responses with Set-Cookie headers
    proxy_no_cache $http_set_cookie;
    proxy_cache_bypass $http_set_cookie;
    
    # Add cache-control headers for authentication endpoints
    add_header Cache-Control "no-store, no-cache, must-revalidate, private" always;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechManyfold

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-613
  • Technical References
  • GitHub Release v0.133.0

  • GitHub Security Advisory GHSA-g949-hmvj-2r76
  • Related CVEs
  • CVE-2026-28225: Manyfold Auth Bypass Vulnerability

  • CVE-2026-27635: Manyfold 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