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.
Published: 2026-09-24
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection that may allow data disclosure or modification
Action: Immediate Patch
AI Analysis

Impact

A manipulation of the fallBackSql argument in the QueryServiceSMOImpl.fallBack method exposes a SQL injection flaw. An attacker can inject arbitrary SQL statements, potentially reading, modifying, or deleting data from the underlying database, and if privilege escalation is possible, may gain full database control. The weakness involves improper handling of user‑supplied input and is reflected in CWE‑74 and CWE‑89. The described vulnerability demonstrates that the application accepts unsanitized user input and passes it directly to a SQL statement without protection.

Affected Systems

The issue affects the java110 MicroCommunity platform, specifically versions up to and including 2.0. The vulnerable code resides in BusinessApi.java’s fallBack API endpoint within the QueryServiceSMOImpl component.

Risk and Exploitability

The CVSS base score is 6.9, indicating a moderate severity. EPSS data is unavailable, and the vulnerability is not listed in CISA’s KEV catalog. The attack vector is remote; the exploitable endpoint is publicly reachable, and the exploit code is already publicly available. No special conditions or privileged access are required, so an unauthenticated user could trigger the injection by sending crafted requests to the API.

Generated by OpenCVE AI on September 24, 2026 at 02:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑published patch or upgrade to a released MicroCommunity version that addresses the fallBack SQL injection flaw. If a fix is not immediately available, remove or disable the fallBack API endpoint until a secure update is deployed. The endpoint should be protected by strict input validation, using whitelisting or parameterized queries to reject malicious SQL payloads. Deploy a web application firewall or an IDS rule set tuned to detect SQL injection attempts on the MicroCommunity API to block attacks before they reach the application.
  • Block traffic to the fallBack endpoint using a reverse proxy or firewall rule until the vulnerability is remediated.
  • Deploy logging and monitoring for all API requests, especially the fallBackSql parameter, to detect suspicious activity and alert security teams.

Generated by OpenCVE AI on September 24, 2026 at 02:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 24 Sep 2026 01:45:00 +0000

Type Values Removed Values Added
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.
Title java110 MicroCommunity fallBack API Endpoint BusinessApi.java QueryServiceSMOImpl.fallBack sql injection
First Time appeared Java110
Java110 microcommunity
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:java110:microcommunity:*:*:*:*:*:*:*:*
Vendors & Products Java110
Java110 microcommunity
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Java110 Microcommunity
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-24T13:03:53.442Z

Reserved: 2026-09-23T16:25:34.760Z

Link: CVE-2026-96803

cve-icon Vulnrichment

Updated: 2026-09-24T13:03:49.805Z

cve-icon NVD

Status : Deferred

Published: 2026-09-24T02:16:53.770

Modified: 2026-09-24T14:40:36.103

Link: CVE-2026-96803

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T09:08:57Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

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