Skip to main content

xxl-job CVE-2026-7303

| EUVDEUVD-2026-26148 LOW
Improper Control of Resource Identifiers ('Resource Injection') (CWE-99)
2026-04-28 cna@vuldb.com
2.9
CVSS 4.0 · Vendor: vuldb

Severity by source

Vendor (vuldb) PRIMARY
2.9 LOW
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/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
vuln.today AI
3.1 LOW

Admin-panel endpoint likely requires at least a low-privilege session; only execution log confidentiality is impacted; high complexity due to logId enumeration requirement.

3.1 AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (vuldb).

CVSS VectorVendor: vuldb

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
Source Code Evidence Fetched
Jul 24, 2026 - 04:09 vuln.today
Analysis Generated
Jul 24, 2026 - 04:09 vuln.today
Severity Changed
Apr 29, 2026 - 01:12 NVD
MEDIUM LOW
CVSS changed
Apr 29, 2026 - 01:12 NVD
6.3 (MEDIUM) 2.9 (LOW)
EUVD ID Assigned
Apr 28, 2026 - 22:22 euvd
EUVD-2026-26148
CVE Published
Apr 28, 2026 - 22:16 nvd
LOW 2.9

DescriptionCVE.org

A security flaw has been discovered in Xuxueli xxl-job up to 3.3.2. Impacted is the function logDetailCat of the file xxl-job-admin/src/main/java/com/xxl/job/admin/controller/biz/JobLogController.java of the component Execution Log Handler. The manipulation of the argument logId results in improper control of resource identifiers. The attack may be performed from remote. This attack is characterized by high complexity. The exploitability is considered difficult. The exploit has been released to the public and may be used for attacks. Upgrading to version 3.4.0 is recommended to address this issue. The patch is identified as d24e4ccd6073cc75305e1d3b9c29bc8db7437e7a. It is suggested to upgrade the affected component.

AnalysisAI

Improper resource identifier control in Xuxueli xxl-job versions 3.3.0 through 3.3.2 exposes execution log entries to unauthorized disclosure via logId parameter manipulation in the admin Execution Log Handler. The commit diff reveals that JobGroupPermissionUtil.validJobGroupPermission was commented out in JobLogController.java, effectively removing the job-group-level access boundary and enabling IDOR-style cross-boundary log reads. A public proof-of-concept exploit exists per SSVC (Exploitation: poc), though a CVSS 4.0 score of 2.9 and EPSS of 0.05% (16th percentile) reflect that high attack complexity and limited confidentiality impact constrain real-world risk; no active exploitation is confirmed in CISA KEV.

Technical ContextAI

xxl-job is a distributed Java-based job scheduling framework maintained by Xuxueli, widely used in Chinese enterprise environments. The vulnerable component is JobLogController.java within the xxl-job-admin web module, specifically the logDetailCat function that streams execution log content by logId. CWE-99 (Improper Control of Resource Identifiers) is the root cause: the controller accepted caller-supplied logId values without validating that the requesting party had permission to access the corresponding job group's logs. The commit diff at d24e4ccd6073cc75305e1d3b9c29bc8db7437e7a confirms the fix: explicit whitelist validation of jobGroup and jobId against jobGroupIds and jobIds lists derived from permitted groups, replacing the previously commented-out JobGroupPermissionUtil.validJobGroupPermission call. The XxlJobLogMapper.xml was also patched to fix a query condition (jobId==0 and jobGroup gt 0jobGroup gt 0) that could have permitted unbounded group-level log queries. Affected versions per EUVD are xxl-job 3.3.0, 3.3.1, and 3.3.2.

RemediationAI

Upgrade xxl-job-admin to version 3.4.0, the vendor-released patched version documented at https://github.com/xuxueli/xxl-job/releases/tag/v3.4.0 and corresponding to commit d24e4ccd6073cc75305e1d3b9c29bc8db7437e7a. The patch is confirmed available from the vendor per the advisory. If immediate upgrade is not possible, a compensating control is to restrict network access to the xxl-job admin interface to trusted internal networks or VPN endpoints only, preventing unauthenticated or low-privileged external actors from reaching the logDetailCat endpoint; note this does not address insider threat or post-compromise lateral movement scenarios. Additionally, the database index script referenced in the patch documentation (create index I_jobgroup on xxl_job_log (job_group)) should be applied alongside the upgrade to support the new group-scoped log query path.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

CVE-2026-7303 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy