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

CVE-2026-4200: glowxq-oj SSRF Vulnerability

CVE-2026-4200 is a server-side request forgery flaw in glowxq-oj affecting the uploadTestcaseZipUrl function. Attackers can exploit this remotely to manipulate server requests. This article covers technical details, impact, and mitigation.

Published: March 20, 2026

CVE-2026-4200 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been discovered in glowxq glowxq-oj, an online judge platform. This security flaw affects the uploadTestcaseZipUrl function within the file business/business-oj/src/main/java/com/glowxq/oj/problem/controller/ProblemCaseController.java. The vulnerability allows remote attackers to manipulate server-side requests, potentially enabling them to access internal resources, bypass security controls, and interact with backend services that should not be accessible from external networks.

Critical Impact

This SSRF vulnerability can be exploited remotely without authentication, allowing attackers to forge requests from the vulnerable server to internal systems, potentially exposing sensitive data or enabling further attacks on internal infrastructure.

Affected Products

  • glowxq glowxq-oj up to commit 6f7c723090472057252040fd2bbbdaa1b5ed2393

Discovery Timeline

  • 2026-03-16 - CVE CVE-2026-4200 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2026-4200

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The flaw exists in the uploadTestcaseZipUrl function of the ProblemCaseController.java file, which is responsible for handling URL-based testcase uploads in the online judge platform.

The root cause is insufficient validation of user-supplied URLs before the server makes requests to fetch external resources. When a user provides a URL for uploading testcase files, the application makes server-side requests to retrieve the content without properly validating whether the destination is a trusted external resource or an internal service.

The exploit has been publicly released, increasing the risk of active exploitation. The vendor was contacted about this vulnerability but did not respond to the disclosure.

Root Cause

The vulnerability stems from improper input validation in the URL handling logic within the uploadTestcaseZipUrl function. The application fails to implement proper URL scheme validation, hostname allowlisting, or restrictions on internal network access. This allows attackers to craft malicious URLs that cause the server to make requests to arbitrary destinations, including internal services, cloud metadata endpoints, and other protected resources.

Attack Vector

An attacker can exploit this vulnerability remotely over the network without requiring authentication. The attack involves submitting a crafted URL to the uploadTestcaseZipUrl endpoint that points to internal resources instead of legitimate external files. When the server processes this request, it will fetch content from the attacker-specified location, effectively allowing the attacker to:

  • Scan internal network infrastructure
  • Access cloud provider metadata services (e.g., AWS IMDSv1, Azure IMDS)
  • Retrieve sensitive configuration data from internal endpoints
  • Bypass firewall restrictions by using the server as a proxy
  • Interact with internal APIs and services

The vulnerability details and exploitation methodology have been documented in the Feishu Document Share. Additional technical context is available through VulDB #351112.

Detection Methods for CVE-2026-4200

Indicators of Compromise

  • Outbound HTTP/HTTPS requests from the application server to internal IP ranges (10.x.x.x, 172.16-31.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints such as 169.254.169.254 or metadata.google.internal
  • Unusual access patterns to the uploadTestcaseZipUrl endpoint with non-standard URL schemes
  • Server logs showing requests to localhost or loopback addresses (127.0.0.1, ::1)

Detection Strategies

  • Implement network monitoring to detect outbound connections from the application server to internal IP address ranges
  • Enable detailed logging on the ProblemCaseController endpoints and monitor for suspicious URL patterns
  • Deploy web application firewall (WAF) rules to detect and block SSRF attack patterns in request parameters
  • Monitor DNS queries from the application server for resolution of internal hostnames

Monitoring Recommendations

  • Configure alerts for any outbound connections to RFC 1918 private address spaces from the application tier
  • Implement anomaly detection for the uploadTestcaseZipUrl endpoint to identify unusual request volumes or patterns
  • Set up monitoring for cloud metadata service access attempts from application servers
  • Review application logs regularly for URL manipulation attempts containing internal addresses or uncommon protocols

How to Mitigate CVE-2026-4200

Immediate Actions Required

  • Restrict network egress from the application server to only necessary external destinations using firewall rules
  • Implement URL validation that blocks private IP ranges, localhost, and internal hostnames
  • Disable the uploadTestcaseZipUrl functionality if not critical to operations until a patch is available
  • Add authentication requirements to the vulnerable endpoint if currently accessible anonymously

Patch Information

This product uses continuous delivery with rolling releases. No specific version details for affected or updated releases are available. The vendor was contacted about this vulnerability but did not respond. Users should monitor the project repository for updates to the ProblemCaseController.java file that address URL validation. Check VulDB Submit #770476 for the latest status on this vulnerability.

Workarounds

  • Implement a URL allowlist that restricts the uploadTestcaseZipUrl function to only fetch from trusted domains
  • Deploy a web proxy or gateway that validates all outbound HTTP requests from the application server
  • Configure network-level controls to block outbound connections to internal IP ranges from the application server
  • Consider using a dedicated service account with minimal network privileges for running the application
bash
# Example iptables rules to restrict outbound SSRF attempts
# Block outbound to private IP ranges 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 169.254.169.254 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -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/TechGlowxq

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • Feishu Document Share

  • VulDB CTI #351112

  • VulDB #351112

  • VulDB Submit #770476
  • Related CVEs
  • CVE-2026-4201: glowxq-oj Unrestricted Upload 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