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
    • 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-5749

CVE-2026-5749: Fullstep V5 Auth Bypass Vulnerability

CVE-2026-5749 is an authentication bypass flaw in Fullstep V5 that allows unauthenticated users to obtain valid JWT tokens and access authenticated API resources. This post covers technical details, impact, and mitigation.

Published: April 23, 2026

CVE-2026-5749 Overview

CVE-2026-5749 is a missing authentication vulnerability (CWE-306) affecting Fullstep V5, a business process management platform. The vulnerability exists in the registration process and allows unauthenticated users to obtain a valid JWT token, which can then be used to interact with authenticated API resources. This broken access control flaw enables unauthorized access to protected API endpoints without proper authentication.

Critical Impact

Unauthenticated attackers can obtain valid JWT tokens and access authenticated API resources, potentially compromising the confidentiality of sensitive data managed by the Fullstep V5 platform.

Affected Products

  • Fullstep V5

Discovery Timeline

  • 2026-04-22 - CVE-2026-5749 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-5749

Vulnerability Analysis

This vulnerability stems from inadequate access control mechanisms in the Fullstep V5 registration process. The flaw allows unauthenticated users to bypass authentication requirements and obtain valid JWT (JSON Web Token) tokens. Once an attacker possesses a valid token, they can interact with API endpoints that should only be accessible to authenticated users.

The vulnerability is classified as CWE-306 (Missing Authentication for Critical Function), indicating that a critical function—specifically the token issuance mechanism—lacks proper authentication checks. This type of flaw is particularly dangerous in API-driven applications where tokens serve as the primary means of access control.

Root Cause

The root cause of CVE-2026-5749 is the missing authentication validation in the registration workflow of Fullstep V5. The application fails to properly verify user identity before issuing JWT tokens, allowing unauthenticated users to obtain tokens that grant access to protected resources. This represents a fundamental design flaw in the authentication architecture where token generation is not properly gated behind identity verification.

Attack Vector

The attack is network-based and requires no user interaction or prior authentication. An attacker can exploit this vulnerability remotely by:

  1. Accessing the Fullstep V5 registration endpoint without valid credentials
  2. Manipulating the registration process to trigger JWT token generation
  3. Obtaining a valid JWT token without completing proper authentication
  4. Using the acquired token to access authenticated API resources
  5. Exfiltrating sensitive data accessible through the API

The attack mechanism involves exploiting the gap between the registration process and token issuance, where proper authentication checks are not enforced. For detailed technical information, refer to the INCIBE Security Notice.

Detection Methods for CVE-2026-5749

Indicators of Compromise

  • Unusual JWT token generation requests from unauthenticated sessions
  • API access patterns showing authenticated endpoint access without corresponding login events
  • Anomalous registration requests that do not follow normal user registration workflows
  • High volume of token requests from single IP addresses without completed registrations

Detection Strategies

  • Monitor registration endpoints for requests that result in JWT token issuance without proper authentication completion
  • Implement logging for all JWT token generation events and correlate with successful authentication events
  • Deploy API gateway rules to detect and alert on authenticated API access without corresponding authentication records
  • Review access logs for patterns of API resource access immediately following registration attempts

Monitoring Recommendations

  • Enable detailed logging on Fullstep V5 registration and authentication endpoints
  • Configure SIEM rules to alert on JWT token generation without authentication correlation
  • Monitor API access patterns for unauthorized data access attempts
  • Implement anomaly detection for registration process abuse

How to Mitigate CVE-2026-5749

Immediate Actions Required

  • Review and restrict access to the Fullstep V5 registration endpoint
  • Implement additional authentication checks before JWT token issuance
  • Audit existing JWT tokens for unauthorized access patterns
  • Consider implementing IP-based rate limiting on registration endpoints
  • Monitor API access logs for signs of exploitation

Patch Information

Organizations should consult the INCIBE Security Notice for official remediation guidance and any available patches from the vendor. Apply security updates as soon as they become available from Fullstep.

Workarounds

  • Implement network-level access controls to restrict registration endpoint access to trusted networks
  • Deploy a web application firewall (WAF) with rules to detect and block suspicious registration attempts
  • Add additional authentication factors or verification steps to the registration process
  • Consider temporarily disabling public registration if not business-critical until a patch is available
  • Implement token validation checks that verify the authentication state before granting API access
bash
# Example: Restrict registration endpoint access via nginx
# Add to nginx server configuration
location /api/register {
    # Allow only trusted networks
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Rate limiting
    limit_req zone=registration burst=5 nodelay;
    
    proxy_pass http://fullstep_backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFullstep

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/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
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • INCIBE Security Notice
  • Related CVEs
  • CVE-2026-5750: Fullstep V5 IDOR 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