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
    • 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-2107

CVE-2026-2107: Yeqifu Warehouse Auth Bypass Vulnerability

CVE-2026-2107 is an authentication bypass flaw in Yeqifu Warehouse that allows unauthorized access to log management functions. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 13, 2026

CVE-2026-2107 Overview

CVE-2026-2107 is an improper authorization vulnerability discovered in the Yeqifu Warehouse application. This security flaw affects the loadAllLoginfo, deleteLoginfo, and batchDeleteLoginfo functions within the LoginfoController.java file, which is part of the Log Info Handler component. The vulnerability allows remote attackers to manipulate log information operations without proper authorization checks.

The exploit has been made public, and the affected codebase is identified by commit hash aaf29962ba407d22d991781de28796ee7b4670e4. Notably, the project does not use semantic versioning, making it difficult to identify specific affected and unaffected releases. The project maintainers were notified through a GitHub issue but have not yet responded.

Critical Impact

Remote attackers can bypass authorization controls to access, delete, or batch delete log information, potentially covering their tracks or compromising audit trails in the warehouse management system.

Affected Products

  • Yeqifu Warehouse (all versions up to commit aaf29962ba407d22d991781de28796ee7b4670e4)

Discovery Timeline

  • February 7, 2026 - CVE-2026-2107 published to NVD
  • February 10, 2026 - Last updated in NVD database

Technical Details for CVE-2026-2107

Vulnerability Analysis

The vulnerability resides in the Log Info Handler component of the Yeqifu Warehouse application, specifically affecting three critical functions: loadAllLoginfo, deleteLoginfo, and batchDeleteLoginfo. These functions handle log management operations but fail to implement proper authorization controls before executing sensitive operations.

This improper authorization flaw (CWE-266: Incorrect Privilege Assignment) enables authenticated users with low privileges to perform operations that should be restricted to administrators. The network-accessible nature of this vulnerability allows remote exploitation with minimal prerequisites.

Root Cause

The root cause of this vulnerability is insufficient authorization validation in the LoginfoController.java controller class. The affected functions do not verify whether the requesting user has the appropriate privileges to perform log viewing, deletion, or batch deletion operations. This allows any authenticated user to manipulate system logs regardless of their actual role or permission level.

Attack Vector

The attack can be launched remotely over the network by any authenticated user with low-level privileges. An attacker would need valid credentials to authenticate to the warehouse system, after which they could directly invoke the vulnerable endpoints to:

  1. Load and view all log information using loadAllLoginfo
  2. Delete specific log entries using deleteLoginfo
  3. Perform bulk log deletion using batchDeleteLoginfo

This could enable attackers to view sensitive operational data or erase evidence of malicious activities from system logs, severely compromising the organization's ability to detect and investigate security incidents.

Detection Methods for CVE-2026-2107

Indicators of Compromise

  • Unexpected access to log management endpoints by non-administrator users
  • Unusual patterns of log deletion activity, particularly bulk deletions
  • Access to /sys/controller/LoginfoController endpoints from unauthorized user sessions
  • Sudden gaps or missing entries in audit logs

Detection Strategies

  • Implement logging at the web application firewall (WAF) level to capture all requests to log management endpoints
  • Monitor authentication logs for users accessing log controller functions who lack administrative privileges
  • Deploy application-level monitoring to track invocations of loadAllLoginfo, deleteLoginfo, and batchDeleteLoginfo functions
  • Correlate user role assignments with endpoint access patterns to identify privilege abuse

Monitoring Recommendations

  • Enable detailed access logging for all administrative functions in the warehouse application
  • Set up alerts for any log deletion operations, particularly batch deletions
  • Implement real-time monitoring of the LoginfoController.java endpoints
  • Establish baseline metrics for normal log access patterns to detect anomalies

How to Mitigate CVE-2026-2107

Immediate Actions Required

  • Review and restrict network access to the Yeqifu Warehouse application to trusted IP ranges only
  • Implement additional authentication and authorization layers at the reverse proxy or WAF level
  • Audit user accounts and revoke unnecessary access privileges
  • Enable additional logging mechanisms external to the application to preserve audit trails

Patch Information

As of the last update on February 10, 2026, no official patch has been released by the vendor. The project maintainers were notified through GitHub Issue #59 but have not yet responded. Organizations using this software should monitor the Yeqifu Warehouse GitHub Repository for updates and consider implementing workarounds until a fix is available.

Additional technical details about this vulnerability can be found at VulDB #344683.

Workarounds

  • Implement authorization checks at the application server or reverse proxy level to restrict access to log management endpoints
  • Deploy a Web Application Firewall (WAF) rule to block unauthorized requests to the LoginfoController endpoints
  • Modify the application code directly to add proper role-based access control checks to the affected functions
  • Consider implementing an external, immutable logging solution that cannot be manipulated through the application
bash
# Example: Restrict access to LoginfoController endpoints via reverse proxy (nginx)
# Add to your nginx configuration for the warehouse application

location ~ /sys/controller/Loginfo {
    # Only allow requests from administrator IP ranges
    allow 10.0.0.0/8;
    deny all;
    
    # Require additional authentication header
    if ($http_x_admin_token != "your-secure-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 Repository

  • VulDB #344683 CTI

  • VulDB #344683

  • VulDB Submission #745517
  • Vendor Resources
  • GitHub Issue #59

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