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

CVE-2026-2850: Yeqifu Warehouse Auth Bypass Vulnerability

CVE-2026-2850 is an authentication bypass vulnerability in Yeqifu Warehouse affecting Customer Endpoint functions. Attackers can exploit improper access controls remotely to bypass authentication and manipulate customer data.

Published: February 27, 2026

CVE-2026-2850 Overview

A vulnerability was discovered in yeqifu warehouse affecting the Customer Endpoint component. This improper access control flaw exists in the addCustomer, updateCustomer, and deleteCustomer functions within the CustomerController.java file. The vulnerability allows remote attackers to manipulate customer data without proper authorization checks, potentially leading to unauthorized data modification or deletion.

Critical Impact

Remote attackers can exploit improper access controls to perform unauthorized customer data operations including adding, updating, and deleting customer records without proper authentication or authorization.

Affected Products

  • yeqifu warehouse (all versions up to commit aaf29962ba407d22d991781de28796ee7b4670e4)
  • Yeqifu Warehouse Customer Endpoint component
  • CustomerController.java module

Discovery Timeline

  • February 20, 2026 - CVE-2026-2850 published to NVD
  • February 26, 2026 - Last updated in NVD database

Technical Details for CVE-2026-2850

Vulnerability Analysis

This vulnerability is classified as CWE-266 (Incorrect Privilege Assignment), which indicates that the application fails to properly enforce access controls when processing requests to the Customer Endpoint. The affected functions (addCustomer, updateCustomer, deleteCustomer) in CustomerController.java do not adequately verify whether the requesting user has the necessary privileges to perform these operations.

The vulnerability is remotely exploitable over the network with low attack complexity. An attacker with low privileges can leverage this flaw to gain unauthorized access to customer management functionality. The impact includes potential compromise of data confidentiality, integrity, and availability of customer records within the warehouse management system.

The project maintainers were informed of this vulnerability through GitHub Issue #61 but have not yet responded. This product follows a rolling release model, meaning no specific version numbers are assigned to releases.

Root Cause

The root cause of this vulnerability lies in the insufficient implementation of access control mechanisms within the Customer Endpoint. The CustomerController.java file lacks proper authorization checks before executing sensitive operations on customer data. This allows authenticated users with minimal privileges to perform actions that should be restricted to administrators or users with elevated permissions.

Attack Vector

The attack vector is network-based, allowing remote exploitation without requiring user interaction. An attacker with low-level authentication can send crafted HTTP requests to the Customer Endpoint to:

  1. Add unauthorized customer records to the database
  2. Modify existing customer information without proper authorization
  3. Delete customer records, potentially causing data loss

The vulnerability exists in the controller layer where requests are processed before reaching the business logic, indicating missing or bypassed security filters.

Due to the nature of this access control vulnerability, exploitation involves sending standard HTTP requests to the affected endpoints. The specific attack methodology involves crafting requests to the /customer endpoint methods without proper privilege verification. Technical details can be found in the GitHub Issue #61 Comment and VulDB #347086.

Detection Methods for CVE-2026-2850

Indicators of Compromise

  • Unusual HTTP requests to Customer Endpoint paths (/customer/add, /customer/update, /customer/delete)
  • Unauthorized customer record modifications in database audit logs
  • Access attempts from low-privileged accounts to customer management functions
  • Anomalous patterns in customer data creation, modification, or deletion rates

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and flag suspicious requests to Customer Endpoint paths
  • Enable detailed logging for all CustomerController operations including user context and privilege levels
  • Deploy runtime application self-protection (RASP) to detect authorization bypass attempts
  • Correlate authentication events with customer management operations to identify privilege misuse

Monitoring Recommendations

  • Configure alerts for customer record modifications by non-administrative users
  • Monitor database transaction logs for bulk or unusual customer data operations
  • Implement real-time API activity monitoring for the warehouse application
  • Review access control audit trails regularly for signs of unauthorized privilege usage

How to Mitigate CVE-2026-2850

Immediate Actions Required

  • Restrict network access to the warehouse application to trusted IP ranges only
  • Implement additional authentication layers for customer management endpoints
  • Review and audit all user accounts with access to the warehouse system
  • Enable comprehensive logging for forensic analysis if exploitation has occurred

Patch Information

As of the last update, no official patch has been released by the yeqifu project maintainers. The project was informed of the vulnerability through GitHub Issue #61 but has not yet responded. Due to the rolling release nature of this project, users should monitor the GitHub Repository for Warehouse for any future commits addressing this security issue.

Organizations using this software should consider implementing compensating controls until an official fix is available or evaluate alternative solutions if the project remains unresponsive.

Workarounds

  • Implement a reverse proxy with access control rules to restrict access to the Customer Endpoint
  • Add custom security filters in front of the CustomerController to enforce authorization checks
  • Restrict database user permissions to minimize impact of potential exploitation
  • Consider implementing role-based access control (RBAC) at the application server level
bash
# Example: Restrict access to Customer Endpoint using nginx
location /customer {
    # Allow only from internal network
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Additional authentication requirement
    auth_basic "Restricted Access";
    auth_basic_user_file /etc/nginx/.htpasswd;
    
    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.04%

  • 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 for Warehouse

  • GitHub Issue #61 Comment

  • VulDB CTI ID #347086

  • VulDB #347086

  • VulDB Submission #754429
  • Vendor Resources
  • GitHub Issue #61
  • Related CVEs
  • CVE-2026-2852: Yeqifu Warehouse Auth Bypass Vulnerability

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

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

  • CVE-2026-2075: 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