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

CVE-2026-1197: MineAdmin Information Disclosure Flaw

CVE-2026-1197 is an information disclosure vulnerability in MineAdmin 1.x/2.x affecting the /system/downloadById file. This remotely exploitable flaw allows attackers to access sensitive data through ID manipulation.

Published: January 23, 2026

CVE-2026-1197 Overview

A vulnerability has been identified in MineAdmin versions 1.x and 2.x that allows information disclosure through the /system/downloadById endpoint. The vulnerability stems from improper input validation when processing the ID argument, enabling attackers to manipulate this parameter and gain access to sensitive information. While the attack can be initiated remotely over the network, the exploitation complexity is rated as high, making successful attacks more difficult to execute.

Critical Impact

Attackers with low-level privileges can remotely access sensitive information through parameter manipulation in the file download functionality, potentially exposing confidential data stored within the application.

Affected Products

  • MineAdmin 1.x
  • MineAdmin 2.x

Discovery Timeline

  • 2026-01-20 - CVE CVE-2026-1197 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2026-1197

Vulnerability Analysis

This vulnerability falls under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The affected component is the /system/downloadById endpoint in MineAdmin, which fails to properly validate or sanitize the ID parameter before processing download requests. This weakness allows authenticated attackers to manipulate the ID argument to access files or data they should not have permission to view.

The exploitation requires network access and low-level user privileges, though the attack complexity is considered high due to additional conditions that must be met for successful exploitation. The impact is limited to confidentiality, with no direct effect on system integrity or availability. A public exploit has been disclosed, increasing the urgency for organizations to assess their exposure.

Root Cause

The root cause of this vulnerability is improper input validation in the /system/downloadById functionality. The application fails to adequately verify that the provided ID parameter corresponds to a resource the authenticated user is authorized to access. This missing authorization check allows users to enumerate or directly reference file identifiers outside their permitted scope, resulting in information disclosure.

Attack Vector

The attack is executed remotely over the network against the /system/downloadById endpoint. An attacker with valid low-level credentials can manipulate the ID parameter in HTTP requests to reference files or data objects belonging to other users or containing sensitive system information.

The attack flow typically involves:

  1. Authenticating to the MineAdmin application with minimal privileges
  2. Identifying the /system/downloadById endpoint and its ID parameter
  3. Systematically manipulating the ID value to access unauthorized resources
  4. Extracting sensitive information from successful responses

Further technical details can be found in the GitHub Issue - MineAdmin Vulnerability.

Detection Methods for CVE-2026-1197

Indicators of Compromise

  • Unusual patterns of requests to /system/downloadById endpoint with sequential or enumerated ID values
  • Increased download activity from low-privileged user accounts
  • Access logs showing repeated requests with varied ID parameters from single sessions
  • Error responses or access denials logged in rapid succession indicating enumeration attempts

Detection Strategies

  • Implement web application firewall (WAF) rules to detect parameter tampering and enumeration patterns targeting the downloadById endpoint
  • Configure logging and alerting for anomalous request volumes to the /system/downloadById path
  • Deploy intrusion detection signatures that identify ID manipulation patterns in HTTP requests
  • Monitor for authenticated users accessing resources inconsistent with their privilege level

Monitoring Recommendations

  • Enable detailed access logging for the MineAdmin application, particularly for file download operations
  • Establish baseline metrics for normal download endpoint usage and alert on deviations
  • Implement user behavior analytics to detect unusual access patterns from individual accounts
  • Review audit logs regularly for evidence of unauthorized data access attempts

How to Mitigate CVE-2026-1197

Immediate Actions Required

  • Review access controls on the /system/downloadById endpoint and implement proper authorization checks
  • Restrict access to file download functionality to only required user roles
  • Implement rate limiting on the affected endpoint to reduce enumeration effectiveness
  • Consider temporarily disabling the downloadById feature if not business-critical until a patch is available

Patch Information

At the time of publication, the vendor (MineAdmin) has not responded to disclosure attempts and no official patch is available. Organizations should implement the workarounds below and monitor the VulDB entry for updates on remediation options.

Workarounds

  • Implement application-layer access controls that validate user authorization for each resource request
  • Deploy a web application firewall with rules to detect and block parameter manipulation attacks
  • Add server-side validation to ensure the ID parameter corresponds to resources the authenticated user owns or is permitted to access
  • Consider implementing indirect object references using randomized tokens instead of sequential IDs
bash
# Example: Nginx rate limiting configuration for the affected endpoint
# Add to your nginx server configuration

location /system/downloadById {
    # Limit requests to 10 per minute per IP
    limit_req zone=download_limit burst=5 nodelay;
    
    # Log all access attempts for monitoring
    access_log /var/log/nginx/mineadmin_download.log;
    
    # Pass to upstream application
    proxy_pass http://mineadmin_backend;
}

# Define the rate limit zone in http block
# limit_req_zone $binary_remote_addr zone=download_limit:10m rate=10r/m;

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMineadmin

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Issue - MineAdmin Vulnerability

  • VulDB #341782 - CVE Listing

  • VulDB #341782

  • VulDB Submission #734274
  • Related CVEs
  • CVE-2026-1196: MineAdmin Information Disclosure Flaw

  • CVE-2026-1194: MineAdmin Information Disclosure Flaw

  • CVE-2026-1195: MineAdmin JWT Token Handler RCE Flaw

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