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

CVE-2026-2106: Yeqifu Warehouse Auth Bypass Vulnerability

CVE-2026-2106 is an authentication bypass flaw in Yeqifu Warehouse's Notice Management that allows unauthorized access to critical functions. This article covers technical details, affected versions, and mitigation strategies.

Published: February 13, 2026

CVE-2026-2106 Overview

A vulnerability has been discovered in the yeqifu warehouse application affecting the Notice Management component. The vulnerability exists in the NoticeController.java file, specifically in the addNotice, updateNotice, deleteNotice, and batchDeleteNotice functions. This improper authorization flaw allows attackers to manipulate notice records without proper access controls, potentially compromising the integrity of the warehouse management system.

Critical Impact

Unauthorized users can create, modify, or delete notice records in the warehouse system due to missing authorization checks, potentially disrupting operations and enabling data manipulation attacks.

Affected Products

  • yeqifu warehouse (all versions up to commit aaf29962ba407d22d991781de28796ee7b4670e4)

Discovery Timeline

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

Technical Details for CVE-2026-2106

Vulnerability Analysis

This vulnerability falls under CWE-266 (Incorrect Privilege Assignment), which occurs when the software does not properly verify user privileges before performing privileged operations. In the context of the yeqifu warehouse application, the Notice Management controller exposes multiple endpoints that handle sensitive operations without implementing adequate authorization checks.

The vulnerable component is located in dataset\repos\warehouse\src\main\java\com\yeqifu\sys\controller\NoticeController.java. The affected functions (addNotice, updateNotice, deleteNotice, and batchDeleteNotice) process requests without validating whether the requesting user has sufficient privileges to perform these operations. This allows any authenticated user—or potentially unauthenticated users depending on the authentication configuration—to manipulate notice records.

The attack can be initiated remotely over the network, requiring low complexity to exploit. An attacker with low-level privileges can leverage this vulnerability to gain unauthorized access to notice management functionality.

Root Cause

The root cause is the absence of proper authorization validation in the Notice Management controller. The application fails to implement role-based access control (RBAC) or similar authorization mechanisms to verify that users have the necessary permissions before executing notice-related operations. This is a common oversight in applications where authentication is implemented but authorization logic is missing or incomplete.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker can craft HTTP requests targeting the vulnerable endpoints to:

  1. Create unauthorized notices via the addNotice function
  2. Modify existing notices through updateNotice
  3. Delete individual notices using deleteNotice
  4. Perform bulk deletion operations via batchDeleteNotice

The vulnerability allows attackers to bypass intended access restrictions by directly calling these endpoints without proper privilege verification. The exploit has been publicly disclosed through GitHub Issue #58, increasing the risk of exploitation.

Detection Methods for CVE-2026-2106

Indicators of Compromise

  • Unusual notice creation, modification, or deletion activity from low-privileged user accounts
  • Bulk notice operations performed by accounts that should not have administrative privileges
  • API requests to notice management endpoints from unexpected source IPs or at unusual times
  • Audit logs showing notice operations without corresponding legitimate administrative activity

Detection Strategies

  • Monitor API access logs for unauthorized calls to /notice/addNotice, /notice/updateNotice, /notice/deleteNotice, and /notice/batchDeleteNotice endpoints
  • Implement application-level logging to track which user accounts are accessing notice management functions
  • Deploy web application firewall (WAF) rules to alert on suspicious patterns of notice API access
  • Review authentication and session management logs for anomalies preceding notice manipulation

Monitoring Recommendations

  • Enable detailed audit logging for all notice management operations including user identity and source IP
  • Configure alerting for bulk deletion operations that exceed normal operational thresholds
  • Implement real-time monitoring of privilege escalation attempts against the warehouse application
  • Regularly review access control configurations and user permission assignments

How to Mitigate CVE-2026-2106

Immediate Actions Required

  • Restrict network access to the warehouse application to trusted networks only until a patch is available
  • Implement additional authentication layers or IP-based restrictions for notice management endpoints
  • Review and audit all recent notice operations for signs of unauthorized access
  • Consider temporarily disabling notice management functionality if it is not business-critical

Patch Information

The yeqifu warehouse project uses continuous delivery with rolling releases, meaning no specific version numbers are available for tracking patched releases. The project maintainers were notified through GitHub Issue #58 but have not yet responded. Users should monitor the project repository for updates and apply patches as soon as they become available.

For tracking purposes, the vulnerability affects commits up to and including aaf29962ba407d22d991781de28796ee7b4670e4.

Workarounds

  • Implement a reverse proxy with authorization rules to filter requests to notice management endpoints
  • Add Spring Security annotations (@PreAuthorize, @Secured) to the affected controller methods if modifying the source code is possible
  • Deploy network segmentation to limit which users can reach the warehouse application
  • Configure web application firewall rules to require additional authentication headers for sensitive operations
bash
# Example: Nginx reverse proxy configuration to restrict notice endpoints
location ~ ^/notice/(addNotice|updateNotice|deleteNotice|batchDeleteNotice) {
    # Restrict to admin IP ranges only
    allow 10.0.0.0/8;
    deny all;
    
    # Additional authentication header requirement
    if ($http_x_admin_token = "") {
        return 403;
    }
    
    proxy_pass http://warehouse_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/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 #344682

  • VulDB #344682

  • VulDB Submission #745516
  • Vendor Resources
  • GitHub Issue #58

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