CVE-2026-96803 Details
Description
A vulnerability was identified in java110 MicroCommunity up to 2.0. Affected is the function QueryServiceSMOImpl.fallBack of the file BusinessApi.java of the component fallBack API Endpoint. Such manipulation of the argument fallBackSql leads to sql injection. The attack may be launched remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.
A critical unauthenticated SQL injection vulnerability has been identified in java110 MicroCommunity versions through 2.0. The issue resides in the fallBack API endpoint of the QueryServiceSMOImpl class, where raw SQL is extracted from the request body and executed without proper validation or parameterization. This vulnerability is accessible to any unauthenticated client over the internet, allowing for arbitrary SQL execution and potential database exfiltration. Furthermore, it can be escalated to remote code execution by manipulating specific database fields.
To address this vulnerability, the JwtFilter URL pattern registration should be updated to a default-deny policy, removing the generic SQL execution nodes from the MyBatis mapper, and refactoring the fallBack method to use whitelisting and parameterization. Additionally, database privileges should be minimized to prevent unauthorized DDL operations.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 24, 2026CISA-ADP
Assessed Sep 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://gitee.com/yhx070424/MicroCommunity/issues/IK4014 | CISA-ADP | ExploitIssue TrackingTechnical AnalysisVendor |
| https://gitee.com/yhx070424/MicroCommunity/issues/IK4014 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://vuldb.com/cve/CVE-2026-96803 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/905472 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/409035 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/409035/cti | [email protected] | AdvisoryContent Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| java110 MicroCommunity | <= 2.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | CVE Modified | CISA-ADP |
| Sep 24, 2026 | New CVE Received | [email protected] |
Volerion