A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-7305

CVE-2026-7305: Xuxueli xxl-job SSRF Vulnerability

CVE-2026-7305 is a server-side request forgery flaw in Xuxueli xxl-job up to version 3.3.2 affecting the triggerJob function. This post covers technical details, affected versions, and mitigation strategies.

Published: April 30, 2026

CVE-2026-7305 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in Xuxueli xxl-job, a distributed task scheduling platform widely used in enterprise environments. The vulnerability exists in the triggerJob function within the XxlJobServiceImpl.java file of the xxl-job-admin component. By manipulating the addressList argument through the trigger Endpoint, an authenticated attacker can potentially forge server-side requests to arbitrary destinations.

Critical Impact

This SSRF vulnerability could allow authenticated attackers to access internal services, scan internal networks, or interact with cloud metadata endpoints from the compromised xxl-job admin server.

Note: There is ongoing dispute regarding the existence of this vulnerability. The project maintainer has stated that triggers require manual activation with login and access control, and the researcher's pull request was rejected on these grounds.

Affected Products

  • Xuxueli xxl-job versions up to and including 3.3.2

Discovery Timeline

  • 2026-04-28 - CVE-2026-7305 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2026-7305

Vulnerability Analysis

The vulnerability resides in the job triggering functionality of the xxl-job-admin component. Specifically, the triggerJob function in xxl-job-admin/src/main/java/com/xxl/job/admin/service/impl/XxlJobServiceImpl.java fails to properly validate the addressList parameter before making server-side requests. This allows an authenticated user to specify arbitrary URLs or internal network addresses as the target for job execution requests.

SSRF vulnerabilities of this nature (CWE-918) can be particularly dangerous in cloud environments where metadata services are accessible, or in internal networks where the xxl-job server may have access to sensitive services that are otherwise protected from external access.

It's important to note that exploitation requires authentication and access to the trigger endpoint, which the maintainer argues provides sufficient protection. The dispute between the security researcher and project maintainer highlights the ongoing debate around vulnerability disclosure when mitigating controls exist.

Root Cause

The root cause of this vulnerability is insufficient input validation on the addressList parameter in the trigger Endpoint. The application accepts user-controlled URLs without proper sanitization or allowlist validation, enabling an attacker to redirect server-side requests to unintended destinations. The lack of URL scheme restriction and hostname validation allows requests to internal resources, localhost services, or external attacker-controlled servers.

Attack Vector

The attack can be initiated remotely through the network by any authenticated user with access to the job trigger functionality. The attacker would craft a malicious job trigger request with a manipulated addressList parameter pointing to internal services, cloud metadata endpoints (such as http://169.254.169.254/), or other sensitive resources. When the xxl-job server processes this request, it initiates a connection to the attacker-specified destination, potentially leaking sensitive information or enabling further lateral movement within the network.

The vulnerability requires authenticated access to the xxl-job admin interface, which provides some level of protection. However, in environments where multiple users have access to the admin console, or where authentication can be bypassed through other means, this SSRF could pose a significant risk.

Detection Methods for CVE-2026-7305

Indicators of Compromise

  • Unusual outbound HTTP 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 or metadata.google.internal
  • Abnormal job trigger activity with custom or unusual addressList values in the trigger Endpoint logs
  • Error logs indicating connection attempts to unexpected internal services

Detection Strategies

  • Configure Web Application Firewalls (WAF) to monitor and alert on requests containing internal IP addresses or cloud metadata endpoints in the addressList parameter
  • Implement application-level logging to capture all job trigger requests and their destination addresses for forensic analysis
  • Deploy network monitoring to detect unusual egress traffic patterns from the xxl-job server

Monitoring Recommendations

  • Enable detailed audit logging for all job trigger operations in xxl-job-admin
  • Monitor network traffic from the xxl-job server for connections to internal services that wouldn't normally be accessed
  • Set up alerts for access attempts to sensitive internal endpoints from the xxl-job application

How to Mitigate CVE-2026-7305

Immediate Actions Required

  • Review and restrict access to the xxl-job admin interface to only trusted administrators
  • Implement network segmentation to limit the xxl-job server's access to internal resources
  • Deploy a WAF rule to inspect and block suspicious addressList values in trigger requests
  • Audit job trigger logs for any suspicious activity

Patch Information

As of the last update, no official patch has been released for this vulnerability. The researcher's pull request (GitHub Pull Request #3937) was rejected by the maintainer, who considers the existing authentication and access controls sufficient. Organizations should monitor the xxl-job GitHub repository for any future security updates.

For additional context, refer to:

  • GitHub Issue #3935 for the original vulnerability report
  • VulDB #359960 for vulnerability database entry

Workarounds

  • Implement URL allowlisting at the application level to restrict the addressList parameter to known, trusted executor addresses only
  • Deploy network-level controls (firewall rules) to prevent the xxl-job server from initiating connections to sensitive internal services or cloud metadata endpoints
  • Consider implementing a reverse proxy with request inspection capabilities to filter potentially malicious trigger requests before they reach the xxl-job application

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

  • SeverityLOW

  • CVSS Score2.1

  • 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 #3935

  • GitHub Pull Request #3937

  • VulDB Submission #803076

  • VulDB #359960

  • VulDB CTI #359960
  • Related CVEs
  • CVE-2026-3733: xxl-job SSRF Vulnerability

  • CVE-2026-7306: Xuxueli xxl-job RCE Vulnerability

  • CVE-2026-7303: Xuxueli xxl-job RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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