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

CVE-2026-2075: Yeqifu Warehouse Auth Bypass Vulnerability

CVE-2026-2075 is an authentication bypass flaw in Yeqifu Warehouse affecting the Role-Permission Binding Handler. Attackers can exploit improper access controls remotely. This article covers technical details, impact, and mitigations.

Published: February 13, 2026

CVE-2026-2075 Overview

A security flaw has been discovered in Yeqifu Warehouse affecting the saveRolePermission function within the Role-Permission Binding Handler component. This improper access control vulnerability allows attackers to manipulate role-permission bindings through network-accessible endpoints. The vulnerability exists in the file dataset\repos\warehouse\src\main\java\com\yeqifu\sys\controller\RoleController.java and can be exploited remotely by authenticated users with low privileges.

The exploit has been publicly released, increasing the risk of active exploitation. This project uses rolling releases for continuous delivery, which means specific version details for affected and updated releases are not available. The vendor was notified through a GitHub issue but has not yet responded.

Critical Impact

Authenticated attackers can manipulate role-permission bindings remotely, potentially escalating privileges or modifying access controls within the warehouse management system.

Affected Products

  • Yeqifu Warehouse (all versions up to commit aaf29962ba407d22d991781de28796ee7b4670e4)

Discovery Timeline

  • 2026-02-07 - CVE CVE-2026-2075 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-2075

Vulnerability Analysis

This vulnerability is classified as CWE-266 (Incorrect Privilege Assignment), which occurs when a product does not properly assign or manage privileges for a user, creating an unintended sphere of control. In the context of Yeqifu Warehouse, the saveRolePermission function in RoleController.java fails to implement adequate access control checks before allowing modifications to role-permission mappings.

The vulnerability allows authenticated users to bypass intended authorization restrictions and modify role-permission relationships. This could enable horizontal privilege escalation, where a user gains access to resources belonging to other users at the same privilege level, or potentially vertical privilege escalation if administrative permissions can be assigned.

Root Cause

The root cause lies in the improper implementation of access controls within the saveRolePermission function. The handler does not adequately verify whether the requesting user has sufficient privileges to modify role-permission bindings before processing the request. This allows any authenticated user to potentially manipulate the system's access control configurations.

Attack Vector

The attack can be launched remotely over the network by authenticated users. An attacker with low-level credentials can send malicious requests to the Role-Permission Binding Handler endpoint to manipulate permission assignments. Since the exploit has been publicly released, threat actors can leverage existing proof-of-concept materials to craft attacks against vulnerable installations.

The attack flow involves:

  1. Authenticating to the Yeqifu Warehouse application with any valid user credentials
  2. Sending crafted requests to the saveRolePermission endpoint
  3. Manipulating role-permission bindings to gain unauthorized access or escalate privileges

Technical details regarding the specific exploitation methodology can be found in the GitHub Issue #52 security report.

Detection Methods for CVE-2026-2075

Indicators of Compromise

  • Unexpected modifications to role-permission mappings in the warehouse database
  • Unusual API calls to the RoleController endpoints from unauthorized or low-privilege users
  • Audit log entries showing permission changes without corresponding administrative actions
  • Users accessing resources or functions beyond their assigned privilege level

Detection Strategies

  • Monitor authentication and authorization logs for anomalous access patterns to role management endpoints
  • Implement behavioral analysis to detect privilege escalation attempts targeting the saveRolePermission function
  • Review database audit logs for unauthorized modifications to role-permission relationship tables
  • Deploy application-layer intrusion detection to identify malicious requests to the Role-Permission Binding Handler

Monitoring Recommendations

  • Enable comprehensive logging for all role and permission modification operations within Yeqifu Warehouse
  • Set up alerts for any changes to administrative role-permission bindings
  • Implement real-time monitoring of the RoleController.java endpoints for suspicious request patterns
  • Regularly audit user privilege assignments to detect unauthorized escalations

How to Mitigate CVE-2026-2075

Immediate Actions Required

  • Restrict network access to the Yeqifu Warehouse application to trusted networks and users only
  • Implement additional authentication requirements for role-permission modification operations
  • Review and audit all current role-permission assignments for unauthorized changes
  • Consider placing the application behind a web application firewall (WAF) with rules to detect privilege escalation attempts

Patch Information

No official patch is currently available from the vendor. The project maintainers were notified through GitHub Issue #52 but have not yet responded. As Yeqifu Warehouse uses rolling releases, users should monitor the GitHub repository for updates addressing this vulnerability.

Organizations using this software should:

  1. Subscribe to repository notifications for security-related commits
  2. Check for commits addressing access control in RoleController.java
  3. Consider forking and implementing access control fixes independently if vendor remediation is delayed

Workarounds

  • Implement network-level access controls to restrict which users can reach the warehouse application
  • Add authentication proxy or gateway controls to enforce stricter access policies on sensitive endpoints
  • Manually add authorization checks at the application server level to validate permissions before processing role-permission requests
  • Disable or restrict access to the saveRolePermission endpoint until an official fix is available
bash
# Example: Restrict access to the application using iptables (adjust as needed)
# Allow only trusted IP ranges to access the warehouse application port
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechYeqifu Warehouse

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-266
  • Technical References
  • GitHub Repository

  • VulDB CTI #344641

  • VulDB #344641

  • VulDB Submission #745508
  • Vendor Resources
  • GitHub Issue #52

  • GitHub Issue Comment
  • Related CVEs
  • CVE-2026-2852: Yeqifu Warehouse Auth Bypass Vulnerability

  • CVE-2026-2849: Yeqifu Warehouse Auth Bypass Vulnerability

  • CVE-2026-2850: Yeqifu Warehouse Auth Bypass Vulnerability

  • CVE-2026-2851: Yeqifu Warehouse 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