CVE-2026-90488 Details
Description
A vulnerability was determined in Xuxueli xxl-job up to 3.4.2. This affects the function GroovyClassLoader.parseClass of the file xxl-job-core/src/main/java/com/xxl/job/core/glue/GlueFactory.java. This manipulation causes code injection. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
A remote code execution vulnerability exists in Xuxueli XXL-Job versions through 3.4.2. The issue arises in the GlueFactory component, specifically within the GroovyClassLoader.parseClass method, which processes user-supplied Groovy code without any sandbox restrictions. This flaw allows authenticated users with jobGroup permissions to execute arbitrary code on the executor server with full system privileges. The vulnerability has been publicly disclosed and exploited.
To address this vulnerability, implement a Groovy sandbox by using the SecureASTCustomizer and CompilerConfiguration classes to block dangerous imports and method calls before compiling user-provided Groovy code.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 13, 2026CISA-ADP
Assessed Sep 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/zhaizejiang/xxl-job-vuln-poc/blob/main/xxl-job%20v3.4.2%20Remote%20Code%20Execution%20via%20Groovy%20Code%20Execution.md | [email protected] | ExploitRemedy |
| https://vuldb.com/cve/CVE-2026-90488 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/888470 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/403076 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/403076/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Xuxueli xxl-job | 3.4.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 15, 2026 | CVE Modified | CISA-ADP |
| Sep 13, 2026 | New CVE Received | [email protected] |
Volerion