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.
Published: 2026-09-21
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection
Action: Apply Patch
AI Analysis

Impact

The flaw exists in the makeCriteria function of the drogon ORM library. Malicious manipulation of the filter argument allows an attacker to inject arbitrary SQL, leading to unauthorized data access, modification, or deletion, compromising confidentiality, integrity, and availability of the underlying database. The core weakness corresponds to CWE‑74 and CWE‑89.

Affected Systems

The vulnerability affects the drogonframework drogon library up to version 1.9.13. Any deployments using that version or any older release are exposed. It is confined to the ORM component implemented in orm_lib/src/Criteria.cc and does not impact other parts of the framework or newer releases beyond 1.9.13.

Risk and Exploitability

The CVSS score of 6.9 indicates high severity. EPSS is not available and the vulnerability is not listed in the CISA KEV catalog, suggesting no widely known exploitation yet. However, the flaw can be triggered remotely, published exploits already exist, and the vendor did not respond, increasing the threat. Attackers can use standard SQL injection techniques to extract data or execute destructive commands if they can influence the filter argument.

Generated by OpenCVE AI on September 21, 2026 at 08:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade drogon to a version that contains the fix; if the patch is not yet released, plan an immediate upgrade cycle.
  • Restrict the database user privileges to a dedicated low‑privilege account so that even if injection occurs the attacker can only read or write sanitized data.
  • Implement input validation or switch to parameterized queries within the ORM to ensure that filter arguments are properly sanitized before being incorporated into the SQL statement.

Generated by OpenCVE AI on September 21, 2026 at 08:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 22:00:00 +0000


Mon, 21 Sep 2026 07:15:00 +0000

Type Values Removed Values Added
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.
Title drogonframework drogon ORM Criteria.cc makeCriteria 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-21T21:59:11.517Z

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

Link: CVE-2026-94144

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-21T07:16:53.600

Modified: 2026-09-21T22:16:59.867

Link: CVE-2026-94144

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T08:45:12Z

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