CVE-2026-94145
Received Received - Intake

Cross-Site Scripting in XXL-Job Admin Panel

Vulnerability report for CVE-2026-94145, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: VulDB

Description

A vulnerability has been found in xuxueli xxl-job up to 3.4.2/3.5.0. This vulnerability affects unknown code of the file xxl-job-admin/src/main/java/com/xxl/job/admin/business/controller/JobInfoController.java of the component Task Management Interface. The manipulation of the argument name/author leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-21
Last Modified
2026-09-21
Generated
2026-09-21
AI Q&A
2026-09-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
xuxueli xxl-job to 3.5.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Cross-Site Scripting (XSS) vulnerability in XXL-JOB versions up to 3.4.2/3.5.0. It allows normal users to inject malicious JavaScript code into the name and author parameters of the '/jobinfo/insert' interface. When an administrator views the task management interface, the injected code executes, potentially stealing sensitive information like cookies.

Detection Guidance

To detect this XSS vulnerability in XXL-JOB, monitor HTTP requests to the '/jobinfo/insert' endpoint for suspicious payloads in the 'name' or 'author' parameters. Check if the XssUtil filter fails to block event handlers like 'oncopy' or 'onmousemove'. Review task management interfaces for unexpected JavaScript execution.

Impact Analysis

An attacker can create a regular user account, add a task with malicious payloads, and trigger the vulnerability when the admin accesses the interface. This could lead to theft of sensitive data such as session cookies, unauthorized actions on behalf of the admin, or further compromise of the system.

Compliance Impact

This vulnerability could lead to unauthorized access to personal data, violating GDPR's data protection principles and HIPAA's security requirements. Organizations may face compliance breaches, legal penalties, and reputational damage if sensitive data is exposed due to this XSS flaw.

Mitigation Strategies

Upgrade XXL-JOB to a version beyond 3.5.0 where the XSS vulnerability is patched. Implement stricter input validation for the 'name' and 'author' parameters. Enhance the XssUtil filter to block all event handlers and JavaScript-related payloads. Restrict regular user permissions to prevent task creation with malicious inputs.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-94145. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart