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

CVE-2026-2849: Yeqifu Warehouse Auth Bypass Vulnerability

CVE-2026-2849 is an authentication bypass flaw in Yeqifu Warehouse Cache Controller that allows remote attackers to bypass access controls. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-2849 Overview

A vulnerability has been identified in the Yeqifu Warehouse application affecting the Cache Sync Handler component. The flaw exists in the deleteCache, removeAllCache, and syncCache functions within the CacheController.java file. This improper access control vulnerability allows remote authenticated attackers to manipulate cache operations without proper authorization checks, potentially leading to data integrity issues and unauthorized modifications to the application's caching mechanism.

Critical Impact

Authenticated attackers can remotely exploit improper access controls in the cache management functions to perform unauthorized cache operations, potentially disrupting application functionality and data integrity.

Affected Products

  • Yeqifu Warehouse (all versions up to commit aaf29962ba407d22d991781de28796ee7b4670e4)

Discovery Timeline

  • 2026-02-20 - CVE-2026-2849 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-2849

Vulnerability Analysis

This vulnerability is classified under CWE-266 (Incorrect Privilege Assignment), indicating that the affected functions lack proper authorization checks before executing sensitive cache operations. The vulnerability resides in the CacheController.java file located at dataset\repos\warehouse\src\main\java\com\yeqifu\sys\controller\CacheController.java.

The affected functions (deleteCache, removeAllCache, and syncCache) can be invoked by authenticated users who should not have privileges to perform such operations. This represents a broken access control scenario where the application fails to enforce proper privilege boundaries for cache management functionality.

The attack can be launched remotely over the network with low complexity requirements. An attacker with low-level privileges can exploit this vulnerability without any user interaction, potentially compromising data integrity and availability of the caching subsystem.

Root Cause

The root cause of this vulnerability is the absence of proper access control mechanisms within the cache controller endpoints. The application does not adequately verify whether the authenticated user possesses the appropriate privileges to execute cache management operations. This allows users with basic authentication to access administrative-level cache functions that should be restricted to privileged roles only.

The Yeqifu Warehouse project operates on a rolling release model without versioned releases, making it difficult to track exactly when the vulnerability was introduced. The issue has been publicly disclosed through the project's GitHub issue tracker, but as of the last update, the maintainers have not responded to the security report.

Attack Vector

The vulnerability is exploitable remotely via network access. An attacker who has obtained valid authentication credentials (even with minimal privileges) can send HTTP requests to the cache controller endpoints to perform unauthorized cache operations.

The exploitation scenario involves:

  1. An attacker authenticates to the Yeqifu Warehouse application with any valid user account
  2. The attacker sends requests to the cache management endpoints (deleteCache, removeAllCache, or syncCache)
  3. Due to missing access control checks, the application processes these requests regardless of the user's actual privilege level
  4. The attacker can delete cache entries, clear all caches, or trigger cache synchronization operations

For technical details on the vulnerability, refer to the GitHub Issue #60 and the VulDB entry.

Detection Methods for CVE-2026-2849

Indicators of Compromise

  • Unexpected cache operations appearing in application logs from non-administrative users
  • Unusual patterns of requests to /cache/deleteCache, /cache/removeAllCache, or /cache/syncCache endpoints
  • Application performance anomalies or data inconsistencies potentially caused by unauthorized cache manipulation

Detection Strategies

  • Implement logging and alerting for all cache management endpoint access attempts
  • Monitor authentication logs for users accessing cache controller endpoints who lack administrative roles
  • Deploy web application firewall (WAF) rules to detect and alert on repeated cache operation requests from single sessions
  • Review access logs for patterns of cache endpoint access from users who should not have cache management privileges

Monitoring Recommendations

  • Enable detailed audit logging for all cache controller endpoints in the Yeqifu Warehouse application
  • Configure security information and event management (SIEM) rules to correlate user role assignments with cache operation requests
  • Establish baseline metrics for normal cache operation patterns to identify anomalous activity

How to Mitigate CVE-2026-2849

Immediate Actions Required

  • Restrict network access to the Yeqifu Warehouse application to trusted users only until a patch is available
  • Implement additional authentication layers or IP-based access controls for cache management endpoints
  • Review and audit user accounts to ensure principle of least privilege is enforced
  • Monitor application logs for any signs of exploitation attempts

Patch Information

As of the last update on 2026-02-26, no official patch has been released by the Yeqifu project maintainers. The project operates on a rolling release model without versioned releases, and the maintainers have not responded to the security report filed via GitHub Issue #60.

Organizations using this software should:

  1. Monitor the Yeqifu Warehouse GitHub repository for security updates
  2. Consider implementing custom access control patches locally if possible
  3. Evaluate alternative warehouse management solutions if the vulnerability remains unaddressed

Workarounds

  • Implement a reverse proxy or API gateway with access control rules to restrict access to cache management endpoints based on user roles
  • Modify the application configuration to disable or remove the cache controller endpoints if they are not essential for operations
  • Apply network segmentation to limit which systems and users can reach the Yeqifu Warehouse application
  • Deploy a web application firewall (WAF) with custom rules to block unauthorized requests to cache endpoints
bash
# Example nginx configuration to restrict cache endpoint access
location ~ ^/cache/(deleteCache|removeAllCache|syncCache) {
    # Restrict to internal admin network only
    allow 10.0.0.0/8;
    deny all;
    
    # Or require additional authentication
    auth_basic "Admin Only";
    auth_basic_user_file /etc/nginx/.htpasswd_admin;
    
    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:N/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 Tracker

  • GitHub Issue Discussion

  • VulDB CTI Indicator

  • VulDB #347085

  • VulDB Submission #754428
  • Related CVEs
  • CVE-2026-2852: Yeqifu Warehouse Auth Bypass Vulnerability

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