Description
cool-admin-java 8.0.0 has a SQL injection vulnerability in the order() method of CrudOption.java.
Published: 2026-07-17
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A classic SQL injection vulnerability resides in the order() method of CrudOption.java in cool-admin-java version 8.0.0. The flaw permits an attacker to inject arbitrary SQL statements into queries generated by the application, enabling the reading, modification, or deletion of data stored in the underlying database. This represents a direct exploitation of CWE-89 and can lead to a complete compromise of database confidentiality and integrity.

Affected Systems

The affected product is cool‑admin‑java 8.0.0. No vendor information other than the namespace cool-team-official is provided. Versions beyond 8.0.0 have not been identified as affected, and no additional product detail is disclosed.

Risk and Exploitability

The CVSS score of 9.8 signifies a critical risk, while the EPSS score of less than 1% indicates that active exploitation is currently unlikely. The vulnerability is not listed in CISA KEV, suggesting no publicly known exploit yet. The likely attack vector is remote, inferred from the fact that the order() method is exposed via the application’s network interface. An attacker who can reach the vulnerable endpoint can inject malicious SQL, potentially gaining full control over the database.

Generated by OpenCVE AI on August 1, 2026 at 08:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available update to cool‑admin‑java that contains the fix for the SQL injection in CrudOption.java.
  • If no update exists, refactor the order() method to use prepared statements or a strict whitelist of allowed sorting parameters so that user input is never directly concatenated into SQL queries.
  • Restrict access to the order() endpoint with robust authentication and role‑based access control, or disable the endpoint for unauthenticated users.
  • Regularly monitor the vendor’s GitHub repository or website for new releases that address this vulnerability.

Generated by OpenCVE AI on August 1, 2026 at 08:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 01 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Title SQL Injection in cool-admin-java 8.0.0 Order Method

Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Cool-team-official
Cool-team-official cool-admin-java
Vendors & Products Cool-team-official
Cool-team-official cool-admin-java

Tue, 28 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Title SQL Injection in cool-admin-java 8.0.0 Order Method

Sun, 26 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Title SQL Injection in cool-admin-java 8.0.0 Order Endpoint

Wed, 22 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Title SQL Injection in cool-admin-java 8.0.0 Order Endpoint

Mon, 20 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 17 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Description cool-admin-java 8.0.0 has a SQL injection vulnerability in the order() method of CrudOption.java.
References

Subscriptions

Cool-team-official Cool-admin-java
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-20T17:51:15.964Z

Reserved: 2026-06-08T00:00:00.000Z

Link: CVE-2026-52348

cve-icon Vulnrichment

Updated: 2026-07-20T17:51:05.279Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T08:45:02Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')