CVE-2026-10193 Details
Description
A security flaw has been discovered in OFCMS up to 1.1.3. The impacted element is the function Query of the file ofcms-admin\src\main\java\com\ofsoft\cms\admin\controller\ComnController.java of the component ComnController. Performing a manipulation of the argument system.user.query results in sql injection. The attack may be initiated remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
A SQL injection vulnerability has been identified in OFCMS versions through 1.1.3. The issue resides in the ComnController component, specifically within the Query function of the file 'ComnController.java'. The vulnerability arises from inadequate validation of the 'system.user.query' parameter, allowing attackers to manipulate SQL queries by injecting complex SQL expressions. This flaw can be exploited remotely, and public exploit details are available.
It is recommended to validate and sanitize user input data, particularly in query parameters. Implementing a whitelist for sortable fields can also help mitigate this vulnerability by ensuring only predefined fields can be used in SQL queries.
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 May 31, 2026CISA-ADP
Assessed Jun 2, 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/oufu/ofcms/issues/IJLFCA | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://vuldb.com/cve/CVE-2026-10193 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/820665 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/367474 | [email protected] | BundlePermission Required |
| https://vuldb.com/vuln/367474/cti | [email protected] | Content 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 |
|---|---|
| OFCMS | <= 1.1.3 (semver) |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 31, 2026 | New CVE Received | [email protected] |
Volerion