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

CVE-2026-1062: xiweicheng TMS SSRF Vulnerability

CVE-2026-1062 is a server-side request forgery flaw in xiweicheng TMS up to version 2.28.0 that enables remote attackers to manipulate server requests. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-1062 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been discovered in xiweicheng TMS (Team Management System) up to version 2.28.0. The flaw exists in the Summary function within the file src/main/java/com/lhjz/portal/util/HtmlUtil.java. By manipulating the url argument, an authenticated attacker can force the server to make arbitrary HTTP requests to internal or external resources, potentially exposing sensitive internal services or data.

Critical Impact

This SSRF vulnerability allows remote attackers with low privileges to manipulate server-side requests, potentially accessing internal network resources, scanning internal infrastructure, or bypassing network-level security controls.

Affected Products

  • xiweicheng TMS versions up to and including 2.28.0
  • Applications utilizing the affected HtmlUtil.java component

Discovery Timeline

  • January 17, 2026 - CVE-2026-1062 published to NVD
  • January 17, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1062

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The SSRF flaw occurs in the Summary function of the HtmlUtil.java utility class, which processes URL parameters without proper validation. When a user supplies a malicious URL through the url argument, the application makes server-side HTTP requests to that destination without verifying whether the target is a legitimate external resource or an internal service.

SSRF vulnerabilities are particularly dangerous in cloud environments where metadata services and internal APIs may be accessible. An attacker can leverage this flaw to probe internal network infrastructure, access internal services that would otherwise be unreachable from the internet, or potentially exfiltrate sensitive data from the application server's network context.

The vulnerability can be exploited remotely by authenticated users with low privileges, and proof-of-concept exploit code has been published publicly, increasing the risk of active exploitation.

Root Cause

The root cause of this vulnerability is insufficient validation of user-supplied URLs in the Summary function of HtmlUtil.java. The function accepts URL input and processes it without implementing proper safeguards such as:

  • URL scheme validation (allowing file://, gopher://, or other dangerous protocols)
  • Hostname/IP address blocklisting for internal ranges (127.0.0.1, 10.x.x.x, 192.168.x.x, etc.)
  • DNS rebinding protections
  • Request destination verification

This lack of input sanitization allows attackers to craft malicious URLs that direct the server to make requests to arbitrary destinations.

Attack Vector

The attack is initiated remotely over the network. An authenticated attacker can exploit this vulnerability by submitting a crafted URL to the vulnerable endpoint. The exploitation flow typically involves:

  1. The attacker identifies the endpoint that accepts URL parameters processed by HtmlUtil.Summary()
  2. A malicious URL targeting internal resources is crafted (e.g., internal metadata endpoints, admin interfaces, or internal APIs)
  3. The server processes the URL and makes an HTTP request to the attacker-specified destination
  4. The response from the internal resource is returned to the attacker, potentially revealing sensitive information

The vulnerability allows attackers to bypass firewall restrictions and access internal services that are not directly exposed to the internet. For detailed technical analysis and proof-of-concept information, refer to the GitHub SSRF Vulnerability Document and VulDB entry #341630.

Detection Methods for CVE-2026-1062

Indicators of Compromise

  • Unusual outbound HTTP requests from the TMS application server to internal IP ranges (127.0.0.1, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Server-side requests to cloud metadata endpoints (e.g., 169.254.169.254)
  • HTTP requests with unusual URL schemes (file://, gopher://, dict://) originating from the application
  • Unexpected traffic patterns from the web application tier to internal infrastructure services

Detection Strategies

  • Deploy web application firewalls (WAF) with SSRF detection rules to identify and block malicious URL patterns
  • Implement network monitoring to detect outbound connections from web servers to internal network segments
  • Configure intrusion detection systems (IDS) to alert on requests to internal IP ranges from application servers
  • Monitor application logs for URL parameters containing internal IP addresses, localhost references, or cloud metadata endpoints

Monitoring Recommendations

  • Enable detailed access logging on the TMS application to capture all URL parameters processed by HtmlUtil.java
  • Set up alerts for any outbound connections from the application server to non-whitelisted destinations
  • Implement network segmentation monitoring to detect lateral movement attempts via SSRF
  • Review DNS query logs for unusual resolution patterns from the application server

How to Mitigate CVE-2026-1062

Immediate Actions Required

  • Upgrade xiweicheng TMS to a version newer than 2.28.0 if a patched version is available
  • Implement URL validation and sanitization for all user-supplied URL inputs
  • Deploy network-level controls to restrict the application server's ability to access internal resources
  • Configure application-level blocklists for internal IP ranges and sensitive endpoints

Patch Information

At the time of publication, no official patch information has been provided by the vendor. Organizations should monitor the xiweicheng TMS repository and VulDB for updates regarding security fixes. Consider contacting the vendor directly for patch availability.

Workarounds

  • Implement strict input validation for the url parameter, allowing only HTTPS URLs to trusted external domains
  • Deploy an egress firewall to block the application server from accessing internal network ranges and cloud metadata services
  • Use a proxy service for external URL fetching that enforces destination restrictions
  • Consider disabling the affected Summary function if it is not essential to business operations
bash
# Example: iptables rules to restrict outbound SSRF attempts from web application server
# Block access to internal networks from the application server
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -j DROP
# Block access to cloud metadata endpoint
iptables -A OUTPUT -d 169.254.169.254 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechXiweicheng Tms

  • 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: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-918
  • Technical References
  • GitHub SSRF Vulnerability Document 1

  • GitHub SSRF Vulnerability Document 2

  • VulDB #341630

  • VulDB #341630

  • VulDB Submission #731241

  • VulDB Submission #731242
  • Related CVEs
  • CVE-2026-1061: xiweicheng TMS RCE 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