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

CVE-2026-2851: Yeqifu Warehouse Auth Bypass Vulnerability

CVE-2026-2851 is an authentication bypass vulnerability in Yeqifu Warehouse affecting the Inport Endpoint. Attackers can exploit improper access controls remotely. This article covers technical details, impact, and mitigation.

Published: February 27, 2026

CVE-2026-2851 Overview

A vulnerability has been identified in the Yeqifu Warehouse application affecting the Inport Endpoint component. This improper access control vulnerability exists in the InportController.java file, specifically within the addInport, updateInport, and deleteInport functions. The vulnerability allows attackers to manipulate import operations without proper authorization checks, potentially leading to unauthorized data modification or deletion.

Critical Impact

Attackers can remotely exploit this improper access control vulnerability to manipulate import operations, potentially compromising data integrity within the warehouse management system.

Affected Products

  • yeqifu warehouse (all versions up to commit aaf29962ba407d22d991781de28796ee7b4670e4)

Discovery Timeline

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

Technical Details for CVE-2026-2851

Vulnerability Analysis

This vulnerability is classified under CWE-266 (Incorrect Privilege Assignment), indicating that the application fails to properly enforce access controls on critical import management functions. The affected component is the Inport Endpoint located at dataset\repos\warehouse\src\main\java\com\yeqifu\bus\controller\InportController.java.

The vulnerability allows authenticated users with low privileges to perform operations that should require higher authorization levels. This affects three key functions: addInport, updateInport, and deleteInport, which handle the creation, modification, and removal of import records respectively. Without proper access control checks, any authenticated user can manipulate these records regardless of their intended permission level.

The exploit has been publicly disclosed through a GitHub Issue Discussion, increasing the risk of exploitation. The project maintainers were notified but have not yet responded to the security report.

Root Cause

The root cause of this vulnerability is the absence of proper authorization validation within the Inport Endpoint controller functions. The addInport, updateInport, and deleteInport methods do not adequately verify whether the requesting user has sufficient privileges to perform these operations. This is a classic example of broken access control where the application assumes authentication alone is sufficient for authorization.

Attack Vector

The attack vector is network-based, requiring the attacker to have low-level authenticated access to the application. From there, the attacker can send crafted HTTP requests to the Inport Endpoint to perform unauthorized operations on import records. The attack does not require user interaction and can be executed remotely against any exposed instance of the Yeqifu Warehouse application.

The exploitation path involves:

  1. Obtaining valid low-privilege credentials or session
  2. Sending manipulated requests to the /inport endpoint
  3. Executing addInport, updateInport, or deleteInport operations without proper authorization
  4. Modifying or deleting import records that should be protected

Detection Methods for CVE-2026-2851

Indicators of Compromise

  • Unexpected modifications or deletions of import records in the warehouse system
  • Anomalous API calls to /inport endpoints from low-privilege user accounts
  • Audit logs showing addInport, updateInport, or deleteInport operations by unauthorized users
  • Unusual patterns of bulk import record manipulation

Detection Strategies

  • Monitor API access logs for requests to the Inport Endpoint from users without appropriate privileges
  • Implement alerting on any DELETE or PUT requests to import-related endpoints from non-administrative accounts
  • Review application audit trails for unauthorized data modifications in the import module
  • Deploy web application firewall (WAF) rules to detect and block suspicious manipulation attempts

Monitoring Recommendations

  • Enable detailed logging for all Inport Endpoint operations including user identity and action timestamps
  • Configure SIEM rules to correlate authentication events with subsequent high-privilege operations
  • Implement anomaly detection for unusual patterns of import record access or modification
  • Regularly audit user permissions and access control configurations

How to Mitigate CVE-2026-2851

Immediate Actions Required

  • Review and restrict network access to the Yeqifu Warehouse application to trusted sources only
  • Implement additional authentication layers or access controls at the network/infrastructure level
  • Audit existing import records for signs of unauthorized modification
  • Consider temporarily disabling the Inport Endpoint functionality until a proper fix is available

Patch Information

As of the last update, the Yeqifu Warehouse project uses a rolling release model without versioned releases. The project maintainers have been notified of this vulnerability through a GitHub Issue but have not yet responded or released a patch. Users should monitor the GitHub Project Repository for updates and apply any security fixes as soon as they become available.

Workarounds

  • Implement a reverse proxy or API gateway with role-based access control to enforce authorization before requests reach the application
  • Add application-level middleware to validate user privileges before processing Inport Endpoint requests
  • Restrict access to the vulnerable endpoints using firewall rules or network segmentation
  • Deploy SentinelOne Singularity to monitor for exploitation attempts and provide runtime application protection

Since no verified code examples are available for this vulnerability, organizations should review the GitHub Issue Details for technical specifics and implement access control enforcement at the controller level for the affected functions.

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 Project Repository

  • GitHub Issue Discussion

  • GitHub Issue Details

  • VulDB CTI ID #347087

  • VulDB #347087

  • VulDB Submission #754430
  • 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-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