CVE-2023-24789
Description
jeecg-boot v3.4.4 was discovered to contain an authenticated SQL injection vulnerability via the building block report component.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
An authenticated SQL injection vulnerability in jeecg-boot v3.4.4's building block report component allows attackers to extract database contents.
Vulnerability
Description
CVE-2023-24789 is an authenticated SQL injection vulnerability in the building block report component of jeecg-boot version 3.4.4. The root cause is insufficient sanitization of user-supplied input when creating a new SQL dataset within the report design feature, allowing an attacker to inject arbitrary SQL commands [1][2].
Exploitation
An attacker must first authenticate to the jeecg-boot application, potentially using default credentials. Once logged in, they navigate to the visual design menu, select report design, and create a new report. By adding a new SQL dataset and injecting a malicious payload (e.g., a UNION SELECT statement), the attacker can execute arbitrary SQL queries against the underlying database [2].
Impact
Successful exploitation enables the attacker to retrieve sensitive information from the database, such as all schema names via the information_schema.SCHEMATA table. This can lead to full data exfiltration, including user credentials and other confidential data stored in the database [2].
Mitigation
As of the publication date, no official patch has been released by the vendor. Users are advised to restrict access to the report design functionality to trusted users only and to apply input validation or parameterized queries as a workaround until a fix is available [1][2].
AI Insight generated on May 20, 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 |
|---|---|---|
org.jeecgframework.boot:jeecg-boot-parentMaven | <= 3.4.4 | — |
Affected products
2- jeecg-boot/jeecg-bootdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-qxpm-5ghc-6gc2ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-24789ghsaADVISORY
- github.com/jeecgboot/jeecg-boot/issues/4511ghsaWEB
News mentions
0No linked articles in our index yet.