VYPR
High severityNVD Advisory· Published May 23, 2022· Updated Aug 3, 2024

CVE-2022-29002

CVE-2022-29002

Description

A Cross-Site Request Forgery (CSRF) in XXL-Job v2.3.0 allows attackers to arbitrarily create administrator accounts via the component /gaia-job-admin/user/add.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Cross-Site Request Forgery in XXL-Job v2.3.0 allows attackers to create administrator accounts via the /gaia-job-admin/user/add endpoint.

Vulnerability

A Cross-Site Request Forgery (CSRF) vulnerability exists in XXL-Job v2.3.0, specifically in the /gaia-job-admin/user/add endpoint, which allows attackers to create arbitrary administrator accounts without proper origin validation. The affected version is v2.3.0 as reported in the official repository [1][2].

Exploitation

An attacker can exploit this vulnerability by crafting a malicious web page or email that triggers an authenticated admin user's browser to send a forged request to the vulnerable endpoint. The attacker does not require any authentication but relies on the victim having an active session. The proof-of-concept (POC) provided in the GitHub issue [3] demonstrates a simple HTML form that, when clicked, sends a POST request to create an admin account with user-controlled parameters.

Impact

Successful exploitation allows an attacker to create a new administrator account with full privileges in XXL-Job. This leads to complete compromise of the task scheduling platform, enabling unauthorized task execution, modification of jobs, and access to sensitive data.

Mitigation

As of the publication date, no official patched version has been released. The vendor has been notified via the GitHub issue [3], but no fix is confirmed. Mitigation options include implementing additional CSRF protections (e.g., anti-CSRF tokens), restricting access to the admin interface to trusted networks only, and ensuring that no unintended users have access to the application.

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
com.xuxueli:xxl-jobMaven
<= 2.3.0

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.