CVE-2026-94143 Details
Description
A vulnerability was detected in drogonframework drogon up to 1.9.13. Affected by this issue is the function Mapper::orderBy in the library Mapper.h of the component ORM Mapper. Performing a manipulation of the argument sort results in sql injection. The attack is possible to be carried out remotely. The exploit is now public 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 Mapper component, within the Mapper::orderBy function. The vulnerability allows remote attackers to manipulate the 'sort' query parameter, leading to arbitrary SQL injection. This exploitation is possible without authentication, as the default configuration of generated RESTful controllers does not include an authentication filter.
To address this vulnerability, it is recommended to add validation for column names in the 'orderBy' function to ensure they meet the criteria for a valid SQL identifier. Additionally, developers should consider implementing authentication filters in their RESTful controllers.
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 21, 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/33f46c954fd3ed16b32eeddd598f90cf | [email protected] | BundleExploitTechnical Analysis |
| https://github.com/drogonframework/drogon/ | [email protected] | |
| https://github.com/drogonframework/drogon/issues/2575 | [email protected] | |
| https://vuldb.com/cve/CVE-2026-94143 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/893923 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/408058 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/408058/cti | [email protected] | AdvisoryPermission Required |
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 21, 2026 | CVE Modified | [email protected] |
| Sep 21, 2026 | CVE Modified | CISA-ADP |
| Sep 21, 2026 | New CVE Received | [email protected] |
Volerion