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

CVE-2026-29060: Forceu Gokapi Auth Bypass Vulnerability

CVE-2026-29060 is an authentication bypass vulnerability in Forceu Gokapi allowing unprivileged users to escalate permissions via API key creation. This article covers technical details, affected versions, and patches.

Published: March 13, 2026

CVE-2026-29060 Overview

CVE-2026-29060 is an improper access control vulnerability affecting Gokapi, a self-hosted file sharing server with automatic expiration and encryption support. Prior to version 2.2.3, a registered user without privileges to create or modify file requests is able to create a short-lived API key that has the permission to do so. This authorization bypass allows lower-privileged users to escalate their capabilities within the application.

Critical Impact

Authenticated users can bypass authorization controls to create API keys with elevated file request permissions, potentially allowing unauthorized file sharing operations on affected Gokapi instances.

Affected Products

  • Forceu Gokapi versions prior to 2.2.3
  • Self-hosted Gokapi deployments with multiple registered users
  • Gokapi instances where users exist without admin/upload menu access

Discovery Timeline

  • 2026-03-06 - CVE-2026-29060 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-29060

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-284) within Gokapi's API key generation functionality. The flaw allows authenticated users to bypass the intended authorization model by generating API keys with permissions that exceed their assigned role. Specifically, users who lack privileges to create or modify file requests can craft short-lived API keys that grant them these restricted capabilities.

The attack requires network access and an authenticated session on the Gokapi instance. While the attacker must be a registered user, no administrative privileges are required to exploit this flaw. The scope is changed, meaning the vulnerability can affect resources beyond the vulnerable component's security boundary, though the direct impact is limited to integrity violations without confidentiality or availability impact.

Root Cause

The root cause is an improper access control implementation in Gokapi's API key generation mechanism. The application fails to properly validate whether the requesting user has the necessary privileges before allowing them to create API keys with file request creation and modification permissions. This gap in the authorization logic allows registered users to effectively escalate their privileges through the generated API key.

Attack Vector

The attack is executed over the network and requires authenticated access to a Gokapi instance. An attacker with a valid user account can exploit this vulnerability by:

  1. Authenticating to the Gokapi instance with a standard user account
  2. Accessing the API key generation functionality
  3. Creating a short-lived API key with elevated file request permissions
  4. Using the generated API key to perform file request operations that would normally be restricted

The vulnerability mechanism involves the insufficient validation of user permissions during API key creation. When a user requests an API key, the system does not properly verify that the user's role authorizes them to create keys with file request permissions. For technical implementation details, refer to the GitHub Security Advisory GHSA-m2hx-wjxc-9fp4.

Detection Methods for CVE-2026-29060

Indicators of Compromise

  • API key creation events from users without admin or upload menu privileges
  • Unexpected file request creation or modification activities
  • Audit log entries showing API key usage inconsistent with user role assignments
  • Multiple short-lived API keys generated by non-privileged accounts

Detection Strategies

  • Monitor API key generation endpoints for requests from users without elevated privileges
  • Implement logging for all file request creation and modification operations and correlate with user permission levels
  • Review authentication and authorization logs for patterns indicating privilege escalation attempts
  • Deploy web application firewall rules to detect anomalous API key generation patterns

Monitoring Recommendations

  • Enable comprehensive audit logging for all API key operations in Gokapi
  • Set up alerts for API key creation events from accounts without admin privileges
  • Monitor for file request operations originating from newly created API keys
  • Regularly review user permission assignments and API key usage patterns

How to Mitigate CVE-2026-29060

Immediate Actions Required

  • Upgrade Gokapi to version 2.2.3 or later immediately
  • Audit existing API keys and revoke any suspicious or unauthorized keys
  • Review user accounts and ensure proper privilege assignments
  • Check file request logs for any unauthorized creation or modification activities

Patch Information

The vulnerability has been patched in Gokapi version 2.2.3. Users should upgrade to this version or later to remediate the vulnerability. The patch addresses the improper access control by implementing proper permission validation during API key generation.

For detailed patch information, see the GitHub Gokapi Release v2.2.3.

Workarounds

  • If upgrading is not immediately possible, restrict user registration to trusted individuals only
  • Remove access for users who do not require file sharing capabilities
  • Consider temporarily disabling API key generation functionality if not essential to operations
  • Implement network-level access controls to limit exposure of the Gokapi instance
bash
# Verify Gokapi version after upgrade
./gokapi --version
# Expected output: 2.2.3 or higher

# Review and audit existing API keys
# Access the Gokapi admin panel and navigate to API key management
# Revoke any unauthorized or suspicious API keys

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGokapi

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Gokapi Release v2.2.3
  • Vendor Resources
  • GitHub Security Advisory GHSA-m2hx-wjxc-9fp4
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs 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