CVE-2026-94144 Details
Description
A flaw has been found in drogonframework drogon up to 1.9.13. This affects the function makeCriteria in the library orm_lib/src/Criteria.cc of the component ORM. Executing a manipulation of the argument filter can lead to sql injection. The attack may be performed from remote. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
A SQL injection vulnerability has been identified in the Drogon framework, specifically in versions through 1.9.13. The issue arises in the ORM component, within the 'makeCriteria' function, where user-controlled JSON 'filter' data is processed. The vulnerability allows remote attackers to manipulate the 'filter' argument, bypassing SQL query restrictions and potentially extracting sensitive database information. This exploitation is feasible without authentication, as the default configuration of generated RESTful controllers does not include an authentication filter.
As of now, there is no official patch available for this vulnerability. However, it is recommended to manually validate and sanitize operator inputs in the 'makeCriteria' function to prevent SQL injection.
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 21, 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://gist.github.com/2H-K/bf8328f70f72196545b0d9589367cb6a | [email protected] | ExploitTechnical Analysis |
| https://github.com/drogonframework/drogon/ | [email protected] | |
| https://github.com/drogonframework/drogon/issues/2576 | [email protected] | |
| https://vuldb.com/cve/CVE-2026-94144 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/893929 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/408059 | [email protected] | BundlePermission Required |
| https://vuldb.com/vuln/408059/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 |
|---|---|
| drogonframework drogon | >= 1.0.0-beta8, <= 1.0.0-beta21 (semver) >= 1.0.0, <= 1.9.13 (semver) >= 1.10.0-beta.0, <= 1.10.0-beta.3 (semver) 1.9.13 (semver) |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | CVE Modified | CISA-ADP |
| Sep 21, 2026 | CVE Modified | [email protected] |
| Sep 21, 2026 | New CVE Received | [email protected] |
Volerion