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

CVE-2026-3733: xxl-job SSRF Vulnerability

CVE-2026-3733 is a server-side request forgery flaw in xuxueli xxl-job up to version 3.3.2 that allows remote attackers to manipulate server requests. This post covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-3733 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in xuxueli xxl-job, a distributed task scheduling platform. This vulnerability affects an unknown function within the file source-code/src/main/java/com/xxl/job/admin/controller/JobInfoController.java. The flaw allows authenticated attackers to manipulate server-side requests, potentially enabling access to internal resources and services that should not be externally accessible.

Critical Impact

Authenticated attackers can exploit this SSRF vulnerability remotely to forge server-side requests, potentially accessing internal services, cloud metadata endpoints, or sensitive internal network resources.

Affected Products

  • xuxueli xxl-job versions up to 3.3.2
  • xxl-job admin component (JobInfoController.java)
  • Distributed task scheduling deployments using vulnerable xxl-job versions

Discovery Timeline

  • 2026-03-08 - CVE CVE-2026-3733 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-3733

Vulnerability Analysis

This vulnerability is classified as Server-Side Request Forgery (SSRF), falling under CWE-918 (Server-Side Request Forgery). The flaw exists within the JobInfoController.java file in the xxl-job admin component. When exploited, an authenticated attacker can manipulate the application to make HTTP requests to arbitrary destinations, including internal network resources that would normally be inaccessible from external networks.

The vulnerability can be exploited remotely over the network and requires low-privilege authentication. The project maintainer acknowledged the issue but closed the report stating that "Access token security verification is required" (translated from Chinese), suggesting that proper access token validation is expected to mitigate unauthorized access.

Root Cause

The root cause of this vulnerability is insufficient validation of user-supplied input in the JobInfoController.java file. The application fails to properly sanitize or restrict URLs or network destinations provided by users, allowing attackers to specify arbitrary targets for server-side requests. This lack of input validation enables the server to be used as a proxy for accessing internal resources.

Attack Vector

The attack is network-based and can be launched remotely by an authenticated user with low privileges. The attacker manipulates request parameters to the affected controller endpoint, causing the xxl-job admin server to initiate requests to attacker-specified destinations. This can be leveraged to:

  • Access internal services and APIs not exposed to the internet
  • Retrieve cloud instance metadata (AWS, GCP, Azure)
  • Port scan internal network infrastructure
  • Access other internal applications behind firewalls
  • Potentially pivot to further attacks within the internal network

The vulnerability mechanism involves user-controlled input being passed to server-side HTTP request functions without adequate validation or restriction. Attackers can craft malicious payloads targeting internal IP ranges, localhost services, or cloud metadata endpoints. For detailed technical information, see the GitHub Issue Discussion.

Detection Methods for CVE-2026-3733

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from the xxl-job admin server to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Requests to cloud metadata endpoints such as 169.254.169.254 originating from the application server
  • Abnormal network traffic patterns from the xxl-job admin component to previously unaccessed internal services
  • Log entries showing requests to localhost addresses (127.0.0.1) or internal hostnames from the JobInfoController

Detection Strategies

  • Implement network monitoring to detect requests from the xxl-job admin server to internal network ranges or cloud metadata services
  • Configure web application firewall (WAF) rules to detect and block SSRF payload patterns in request parameters
  • Monitor application logs for suspicious URL patterns or repeated failed connection attempts to internal resources
  • Deploy intrusion detection systems (IDS) with signatures for SSRF exploitation attempts

Monitoring Recommendations

  • Enable detailed request logging for the JobInfoController endpoints and analyze for anomalous URL patterns
  • Set up alerts for any outbound connections from the xxl-job admin server to RFC 1918 private IP address spaces
  • Monitor DNS resolution logs for attempts to resolve internal hostnames or suspicious external domains
  • Implement egress filtering and log all blocked outbound connection attempts from the application server

How to Mitigate CVE-2026-3733

Immediate Actions Required

  • Review and restrict network access to the xxl-job admin interface to trusted networks only
  • Ensure proper access token security verification is implemented as recommended by the maintainer
  • Implement strict input validation for any URL or network destination parameters in the application
  • Configure network-level controls to prevent the xxl-job admin server from accessing sensitive internal resources

Patch Information

As of the last update, no official patch has been released by the maintainer. The project maintainer closed the issue report indicating that access token security verification is required as a mitigation measure. Organizations should monitor the xxl-job GitHub repository for security updates and consider implementing additional defensive measures until an official fix is available.

Workarounds

  • Implement network segmentation to isolate the xxl-job admin server and restrict its ability to reach internal services
  • Deploy a reverse proxy with SSRF protection capabilities in front of the xxl-job admin interface
  • Configure egress firewall rules to block outbound connections from the application server to internal networks and cloud metadata endpoints
  • Enforce strong authentication and limit access to the xxl-job admin interface to only authorized personnel
bash
# Example iptables rules to block internal network access from xxl-job server
# Block access to common internal network ranges
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
# 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/TechXxl Job

  • 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 Project Repository

  • GitHub Issue Discussion

  • GitHub Issue Detail

  • VulDB #349711 CTI

  • VulDB #349711

  • VulDB Submission #767226
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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