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

CVE-2026-2105: Yeqifu Warehouse Auth Bypass Vulnerability

CVE-2026-2105 is an authentication bypass flaw in Yeqifu Warehouse's Department Management that enables unauthorized access to critical functions. This article covers the technical details, affected systems, and mitigation.

Published: February 13, 2026

CVE-2026-2105 Overview

A significant improper authorization vulnerability has been discovered in yeqifu warehouse, an open-source warehouse management system. The vulnerability affects the Department Management component, specifically the addDept, updateDept, and deleteDept functions within the DeptController.java file. This flaw allows attackers to bypass authorization controls and perform unauthorized operations on department records.

Critical Impact

Remote attackers with low-level privileges can exploit improper authorization in Department Management functions to add, update, or delete department records without proper access control verification.

Affected Products

  • yeqifu warehouse (up to commit aaf29962ba407d22d991781de28796ee7b4670e4)
  • Yeqifu Warehouse (rolling release model - all versions potentially affected)

Discovery Timeline

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

Technical Details for CVE-2026-2105

Vulnerability Analysis

This vulnerability is classified as CWE-266 (Incorrect Privilege Assignment), which occurs when software fails to properly restrict access to privileged functionality. The affected file is located at dataset\repos\warehouse\src\main\java\com\yeqifu\sys\controller\DeptController.java, which handles department management operations in the warehouse system.

The vulnerability allows authenticated users with minimal privileges to perform administrative operations on department records. The three affected functions—addDept, updateDept, and deleteDept—lack proper authorization checks to verify whether the requesting user has sufficient permissions to perform these operations. This enables horizontal and vertical privilege escalation within the application.

Since yeqifu warehouse follows a rolling release model, specific version information is not available. The project maintainers were notified through GitHub Issue #57 but have not yet responded.

Root Cause

The root cause of this vulnerability lies in insufficient authorization validation within the Department Controller class. The addDept, updateDept, and deleteDept methods do not implement proper access control checks to verify that the authenticated user has the necessary privileges to perform department management operations. This allows users with basic authentication to execute privileged administrative actions.

Attack Vector

The attack can be launched remotely over the network by any authenticated user. An attacker would need to:

  1. Obtain valid credentials (even low-privilege accounts are sufficient)
  2. Send crafted HTTP requests to the Department Management endpoints
  3. Manipulate department records (create, modify, or delete) without proper authorization

The vulnerability mechanism involves direct calls to the department management endpoints. Authenticated requests to the addDept, updateDept, or deleteDept controller functions bypass authorization checks, allowing unauthorized data manipulation. Technical details and proof-of-concept information are available through the VulDB entry and the GitHub issue report.

Detection Methods for CVE-2026-2105

Indicators of Compromise

  • Unexpected department record modifications or deletions in application logs
  • Unusual API calls to /dept/addDept, /dept/updateDept, or /dept/deleteDept endpoints from low-privileged user accounts
  • Audit logs showing department management operations by users who should not have such access
  • Multiple rapid department manipulation requests from a single user session

Detection Strategies

  • Implement application-level logging for all department management operations, capturing user context and privilege levels
  • Configure web application firewall (WAF) rules to alert on suspicious patterns of requests to department management endpoints
  • Enable audit logging on the database to track INSERT, UPDATE, and DELETE operations on department tables
  • Deploy runtime application self-protection (RASP) solutions to detect authorization bypass attempts

Monitoring Recommendations

  • Monitor authentication logs for accounts performing department management actions outside their normal scope
  • Set up alerts for bulk department modifications from single user sessions
  • Review access control lists and role assignments for the warehouse application regularly
  • Correlate application logs with database audit logs to identify discrepancies in authorized operations

How to Mitigate CVE-2026-2105

Immediate Actions Required

  • Review and restrict access to department management endpoints to only administrator-level accounts
  • Implement additional authorization checks at the application layer for all privileged operations
  • Audit existing department records for unauthorized modifications
  • Consider temporarily disabling department management functionality until a patch is available

Patch Information

No official patch has been released by the vendor at this time. The project maintainers were notified through GitHub Issue #57 but have not responded. Organizations using yeqifu warehouse should monitor the project repository for updates and consider implementing manual code fixes to add proper authorization checks to the affected controller methods.

Workarounds

  • Implement a reverse proxy or API gateway to enforce additional authorization rules on department management endpoints
  • Add role-based access control (RBAC) checks in a custom security filter before requests reach the DeptController
  • Restrict network access to the warehouse application to trusted IP ranges only
  • Deploy the application behind a VPN to limit the attack surface for remote exploitation
bash
# Example: Restrict access to department management endpoints using nginx
# Add to your nginx server configuration

location ~ ^/dept/(addDept|updateDept|deleteDept) {
    # Restrict to administrator IP ranges only
    allow 10.0.0.0/8;
    allow 192.168.1.0/24;
    deny all;
    
    # Forward authorized requests to the application
    proxy_pass http://warehouse-app:8080;
}

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.07%

  • 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 PoC Repository

  • VulDB CTI ID #344681

  • VulDB #344681

  • VulDB Submission #745515
  • Vendor Resources
  • GitHub Issue #57

  • GitHub Issue #57 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