rootpwn

high · CVSS v3 7.3 · CVSS v4 6.9 · EPSS 0.00254

CVE-2026-94143

The drogonframework up to version 1.9.13 contains a SQL injection vulnerability in Mapper::orderBy that can be triggered remotely via manipu

Overview

The drogonframework up to version 1.9.13 contains a SQL injection vulnerability in Mapper::orderBy that can be triggered remotely via manipulated sort arguments. This flaw is publicly known and could allow attackers to read, modify, or delete database contents.

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.

Impact

Confidentiality: attackers can read arbitrary data. Integrity: attackers can modify or delete data. Availability: potential for denial of service if database corrupted. Impacted parties: developers and operators of applications built with drogonframework, especially those exposing Mapper::orderBy to user input.

Remediation

Upgrade drogonframework to version 1.9.14 or later where Mapper::orderBy input is sanitized. If upgrade is not possible, validate or whitelist sort parameters before passing to Mapper::orderBy, use parameterized queries or escape inputs, and monitor database logs for suspicious queries.

Risk context

Severity is high (CVSS 7.3) but EPSS is low (0.00254), indicating a low probability of exploitation yet still requires timely patching. Defenders should prioritize patching within the next 30 days.

Affected products

  • drogonframework 1.9.13
  • drogonframework 1.9.x

Scores

Severity
high
CVSS v2
7.5
CVSS v3
7.3
CVSS v4
6.9
EPSS
0.00254

SQL Injection drogonframework ORM Remote High Severity Patch Database

← All CVEs