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.
Published: 2026-09-21
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: SQL injection allowing data compromise
Action: Immediate Patch
AI Analysis

Impact

A flaw in the drogon framework’s ORM Mapper::orderBy function allows an attacker to manipulate the sort parameter, enabling arbitrary SQL injection. The vulnerability permits execution of malicious SQL commands that can read, modify, or delete data stored in the database. It is based on unsanitized input handling (CWE‑74 and CWE‑89). The exposed path can be reached remotely via the application’s interfaces, and an exploit is publicly known. The CVSS score of 6.9 reflects a moderate but non‑trivial risk.

Affected Systems

Systems running drogon framework version 1.9.13 or earlier are affected. The vulnerability resides in the Mapper.h component of the ORM module and impacts any application that uses the vulnerable version of the framework. No other versions are explicitly listed as affected.

Risk and Exploitability

The vulnerability can be leveraged by sending crafted ORDER BY clauses to the application’s API or user input fields, leading to SQL injection. Because the flaw is remote and publicly disclosed, the likelihood of exploitation is significant until a patch or mitigation is applied. There is no EPSS data, but the moderate CVSS and lack of vendor response increase the overall risk. The vulnerability is not in the CISA KEV catalog.

Generated by OpenCVE AI on September 21, 2026 at 06:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade drogon to a version that fixes the orderBy injection flaw (e.g., 1.9.14 or later). If no official release, check the project’s source repository for a patch commit or apply the latest change set that sanitizes the ordering parameter.
  • Implement input validation or a whitelist for ORDER BY values; reject or escape any untrusted identifiers to prevent injection.
  • Restrict the database user account used by the application to the minimum privileges required, limiting the potential damage from a successful injection.

Generated by OpenCVE AI on September 21, 2026 at 06:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 05:30:00 +0000

Type Values Removed Values Added
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.
Title drogonframework drogon ORM Mapper Mapper.h orderBy sql injection
First Time appeared Drogon
Drogon drogon
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:drogon:drogon:*:*:*:*:*:*:*:*
Vendors & Products Drogon
Drogon drogon
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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-21T05:15:13.281Z

Reserved: 2026-09-20T20:14:44.645Z

Link: CVE-2026-94143

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T06:17:02.003

Modified: 2026-09-21T06:17:02.003

Link: CVE-2026-94143

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T06:30:09Z

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')