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

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

CVE-2026-1195 is a remote code execution vulnerability in MineAdmin's JWT Token Handler affecting versions 1.x and 2.x. Attackers can exploit insufficient verification in the refresh function. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2026-1195 Overview

A vulnerability has been identified in MineAdmin versions 1.x and 2.x affecting the JWT Token Handler component. The weakness impacts the refresh function within the /system/refresh endpoint, allowing insufficient verification of data authenticity. This vulnerability is classified as CWE-345 (Insufficient Verification of Data Authenticity), indicating that the application fails to properly validate the origin or integrity of critical data.

Critical Impact

Attackers can potentially bypass authentication controls by exploiting the insufficient JWT token verification, potentially gaining unauthorized access to system functions. While the attack is considered high complexity, a public exploit has been disclosed.

Affected Products

  • MineAdmin 1.x (all versions)
  • MineAdmin 2.x (all versions)
  • MineAdmin JWT Token Handler component

Discovery Timeline

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

Technical Details for CVE-2026-1195

Vulnerability Analysis

This vulnerability represents an insufficient verification of data authenticity (CWE-345) within MineAdmin's JWT token handling mechanism. The flaw resides in the refresh function accessible via the /system/refresh endpoint. When processing JWT token refresh requests, the application fails to adequately verify the authenticity and integrity of the token data, creating an opportunity for manipulation.

The attack requires network access and authenticated (low privilege) user context to exploit. While the vulnerability is exploitable remotely, it demands a high level of technical sophistication due to its complexity. The potential impact includes limited confidentiality, integrity, and availability breaches within the application scope.

Root Cause

The root cause stems from insufficient verification of data authenticity in the JWT Token Handler component. When the /system/refresh endpoint processes token refresh requests, the validation logic does not properly verify the origin and integrity of the JWT token data. This allows attackers to potentially manipulate token parameters or forge authentication states without proper authorization checks being enforced.

JWT implementations require rigorous verification of token signatures, claims, expiration times, and issuer information. The absence of comprehensive validation in MineAdmin's implementation creates a pathway for authentication bypass attacks.

Attack Vector

The attack vector is network-based, requiring the attacker to have low-privilege authenticated access to the MineAdmin system. The exploitation flow involves:

  1. Authenticating to the MineAdmin instance with a low-privilege account
  2. Intercepting or crafting a malicious JWT refresh request to the /system/refresh endpoint
  3. Manipulating the token data to exploit the insufficient verification logic
  4. Potentially escalating privileges or bypassing authentication controls

The vulnerability is described as having high attack complexity, meaning successful exploitation requires specific conditions and technical expertise. For detailed technical information about this vulnerability, refer to the GitHub Issue on MineAdmin Vulnerability and the VulDB CVE-341780 Detailed Report.

Detection Methods for CVE-2026-1195

Indicators of Compromise

  • Unusual volume of requests to the /system/refresh endpoint from a single source
  • JWT token refresh requests with malformed or tampered token payloads
  • Authentication events with anomalous session patterns or privilege inconsistencies
  • Access log entries showing repeated authentication attempts followed by elevated access patterns

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on suspicious /system/refresh endpoint activity
  • Deploy application-layer monitoring to detect JWT token manipulation attempts
  • Enable verbose logging for the JWT Token Handler component to capture authentication anomalies
  • Utilize SIEM correlation rules to identify patterns of authentication bypass attempts

Monitoring Recommendations

  • Configure alerting for failed JWT validation events and unexpected token refresh patterns
  • Monitor application logs for CWE-345 related security events
  • Establish baseline metrics for normal /system/refresh endpoint usage to identify deviations
  • Review access control logs regularly for signs of privilege escalation or unauthorized access

How to Mitigate CVE-2026-1195

Immediate Actions Required

  • Audit all MineAdmin 1.x and 2.x deployments for exposure to untrusted networks
  • Implement additional authentication controls such as multi-factor authentication
  • Apply network segmentation to limit access to MineAdmin administrative interfaces
  • Review and restrict permissions for low-privilege accounts that could be used as attack vectors

Patch Information

No official patch has been released by the vendor at this time. According to the vulnerability disclosure, the vendor was contacted early about this issue but did not respond. Organizations should monitor the VulDB #341780 and GitHub Issue for updates on potential fixes or community-contributed patches.

Workarounds

  • Implement a reverse proxy or WAF with strict JWT validation rules in front of MineAdmin
  • Restrict access to the /system/refresh endpoint to trusted IP ranges only
  • Consider disabling or limiting the token refresh functionality until a patch is available
  • Deploy additional authentication mechanisms at the network layer to compensate for the JWT weakness
bash
# Example: Restrict access to /system/refresh endpoint via nginx
location /system/refresh {
    # Limit to trusted internal networks only
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Additional rate limiting
    limit_req zone=refresh_limit burst=5 nodelay;
    
    proxy_pass http://mineadmin_backend;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMineadmin

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-345
  • Technical References
  • GitHub Issue on MineAdmin Vulnerability

  • VulDB CVE-341780 Detailed Report

  • VulDB #341780

  • VulDB Submission #734272
  • Related CVEs
  • CVE-2025-65854: Mineadmin RCE Vulnerability

  • CVE-2026-1197: MineAdmin Information Disclosure Flaw

  • CVE-2026-1196: MineAdmin Information Disclosure Flaw

  • CVE-2026-1194: MineAdmin Information Disclosure Flaw
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