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.
| Package | Affected versions | Patched versions |
|---|---|---|
com.xuxueli:xxl-jobMaven | <= 2.3.0 | — |
Affected products
2- XXL-Job/XXL-Jobdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-v3c9-w6g2-hjg3ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-29002ghsaADVISORY
- github.com/xuxueli/xxl-job/issues/2821ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.