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-2025-55471

CVE-2025-55471: Youlai-boot Information Disclosure Flaw

CVE-2025-55471 is an information disclosure vulnerability in Youlai-boot v2.21.1 caused by incorrect access control in getUserFormData. This flaw allows attackers to access sensitive user data. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: April 29, 2026

CVE-2025-55471 Overview

CVE-2025-55471 is an Incorrect Access Control vulnerability affecting the getUserFormData function in youlai-boot v2.21.1. This security flaw allows unauthenticated attackers to access sensitive information belonging to other users through the network without requiring any user interaction.

The vulnerability stems from improper access control implementation (CWE-284) in the user data retrieval functionality, enabling unauthorized enumeration and extraction of user form data that should be protected by proper authorization checks.

Critical Impact

Attackers can exploit this vulnerability remotely to access sensitive user information without authentication, potentially leading to data breaches, privacy violations, and further targeted attacks against exposed users.

Affected Products

  • youlai-boot v2.21.1
  • youlai youlai-boot (cpe:2.3:a:youlai:youlai-boot:2.21.1)

Discovery Timeline

  • 2025-11-26 - CVE-2025-55471 published to NVD
  • 2025-12-05 - Last updated in NVD database

Technical Details for CVE-2025-55471

Vulnerability Analysis

The vulnerability exists in the getUserFormData function within youlai-boot, a Java-based backend framework. The function fails to properly validate whether the requesting user has authorization to access the requested user data, allowing any network-accessible attacker to retrieve sensitive form data for arbitrary users.

This represents a classic Broken Access Control flaw where the application correctly authenticates users but fails to enforce proper authorization boundaries when accessing resources. The function appears to accept user identifiers without verifying that the authenticated session has permission to view the specified user's data.

Root Cause

The root cause is an Improper Access Control vulnerability (CWE-284) in the getUserFormData function. The implementation lacks proper authorization checks to verify that the requesting entity has legitimate access rights to the user data being requested. This allows horizontal privilege escalation where any user (or unauthenticated attacker) can access data belonging to other users by manipulating request parameters.

Attack Vector

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

  1. Identifying the endpoint that handles getUserFormData requests
  2. Crafting HTTP requests with manipulated user identifiers
  3. Iterating through user IDs to enumerate and extract sensitive information
  4. Collecting user form data that should be access-restricted

The exploitation is straightforward as it does not require any special privileges, making it highly accessible to attackers with basic reconnaissance skills. Technical details and proof-of-concept information are available in the GitHub Gist PoC.

Detection Methods for CVE-2025-55471

Indicators of Compromise

  • Unusual patterns of API calls to the getUserFormData endpoint with sequential or enumerated user identifiers
  • High volume of requests targeting user data endpoints from single IP addresses
  • Access logs showing retrieval of multiple user records by unauthorized sessions
  • Anomalous data export patterns indicating bulk user information harvesting

Detection Strategies

  • Implement logging and alerting on the getUserFormData endpoint to detect enumeration attempts
  • Monitor for requests accessing user data outside of normal application workflows
  • Deploy web application firewall (WAF) rules to detect parameter manipulation on user identifier fields
  • Review access logs for patterns of horizontal access violations across user accounts

Monitoring Recommendations

  • Enable detailed audit logging for all user data access functions
  • Set up alerts for failed authorization attempts or access to unauthorized resources
  • Monitor API request patterns for signs of automated enumeration or scraping
  • Implement rate limiting on sensitive user data endpoints to slow enumeration attacks

How to Mitigate CVE-2025-55471

Immediate Actions Required

  • Upgrade youlai-boot beyond version 2.21.1 to a patched release when available
  • Review and audit the getUserFormData function implementation for proper authorization checks
  • Implement server-side access control validation to ensure users can only access their own data
  • Apply network-level restrictions to limit access to sensitive API endpoints

Patch Information

Organizations should monitor the Gitee Issue Discussion for official patches and updates from the youlai-boot maintainers. The Gitee Project Repository should be checked for security releases addressing this vulnerability.

Workarounds

  • Implement a custom authorization filter that validates user identity before processing getUserFormData requests
  • Deploy a reverse proxy or WAF rule to restrict access to the affected endpoint
  • Add application-level access control logic to verify the requesting user matches the requested user data
  • Consider temporarily disabling the vulnerable endpoint until a proper fix is deployed
bash
# Example WAF rule to restrict getUserFormData endpoint access
# Limit requests to authenticated sessions with matching user context
# This is a conceptual configuration - adapt to your WAF platform

# Rate limit the endpoint
location /api/getUserFormData {
    limit_req zone=userdata burst=5 nodelay;
    
    # Ensure authentication headers are present
    if ($http_authorization = "") {
        return 401;
    }
    
    proxy_pass http://backend;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechYoulai Boot

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Gist PoC Content

  • Gitee Project Repository
  • Vendor Resources
  • Gitee Issue Discussion
  • Related CVEs
  • CVE-2025-66735: Youlai-boot Auth Bypass 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