9.8
CRITICAL CVSS 3.1
CVE-2026-26198
ormar is vulnerable to SQL Injection through aggregate functions min() and max()
Description

Ormar is a async mini ORM for Python. In versions 0.9.9 through 0.22.0, when performing aggregate queries, Ormar ORM constructs SQL expressions by passing user-supplied column names directly into `sqlalchemy.text()` without any validation or sanitization. The `min()` and `max()` methods in the `QuerySet` class accept arbitrary string input as the column parameter. While `sum()` and `avg()` are partially protected by an `is_numeric` type check that rejects non-existent fields, `min()` and `max()` skip this validation entirely. As a result, an attacker-controlled string is embedded as raw SQL inside the aggregate function call. Any unauthorized user can exploit this vulnerability to read the entire database contents, including tables unrelated to the queried model, by injecting a subquery as the column parameter. Version 0.23.0 contains a patch.

INFO

Published Date :

Feb. 24, 2026, 3:16 a.m.

Last Modified :

Feb. 25, 2026, 7:41 p.m.

Remotely Exploit :

Yes !
Affected Products

The following products are affected by CVE-2026-26198 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Collerek ormar
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 CRITICAL [email protected]
CVSS 3.1 HIGH [email protected]
Solution
Update Ormar to version 0.23.0 or later to fix SQL injection vulnerability.
  • Update Ormar to version 0.23.0 or later.
  • Review and sanitize all user-supplied column names.
  • Validate column names against the ORM schema.
  • Avoid passing raw SQL from user input.
Public PoC/Exploit Available at Github

CVE-2026-26198 has a 3 public PoC/Exploit available at Github. Go to the Public Exploits tab to see the list.

References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2026-26198.

URL Resource
https://github.com/collerek/ormar/commit/a03bae14fe01358d3eaf7e319fcd5db2e4956b16 Patch
https://github.com/collerek/ormar/releases/tag/0.23.0 Product Release Notes
https://github.com/collerek/ormar/security/advisories/GHSA-xxh2-68g9-8jqr Exploit Vendor Advisory
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-26198 is associated with the following CWEs:

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

GitHub Advisory Database Skills builder

Python Shell

Updated: 1 day, 20 hours ago
46 stars 8 fork 8 watcher
Born at : March 5, 2026, 3:15 p.m. This repo has been linked 3 different CVEs too.

None

Updated: 3 weeks, 2 days ago
0 stars 0 fork 0 watcher
Born at : Feb. 24, 2026, 5:30 p.m. This repo has been linked 1 different CVEs too.

📡 PoC auto collect from GitHub. ⚠️ Be careful Malware.

security cve exploit poc vulnerability

Updated: 1 day, 15 hours ago
7578 stars 1242 fork 1242 watcher
Born at : Dec. 8, 2019, 1:03 p.m. This repo has been linked 764 different CVEs too.

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-26198 vulnerability anywhere in the article.

  • Daily CyberSecurity
Critical SQL Injection Vulnerability Found in ‘ormar’ Python Library

A major security flaw has been unearthed in ormar, a popular asynchronous mini Object-Relational Mapper (ORM) for Python that serves as a bridge for developers working with Postgres, MySQL, and SQLite ... Read more

Published Date: Feb 26, 2026 (3 weeks ago)

The following table lists the changes that have been made to the CVE-2026-26198 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Feb. 25, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    Added CPE Configuration OR *cpe:2.3:a:collerek:ormar:*:*:*:*:*:python:*:* versions from (including) 0.9.9 up to (excluding) 0.23.0
    Added Reference Type GitHub, Inc.: https://github.com/collerek/ormar/commit/a03bae14fe01358d3eaf7e319fcd5db2e4956b16 Types: Patch
    Added Reference Type GitHub, Inc.: https://github.com/collerek/ormar/releases/tag/0.23.0 Types: Product, Release Notes
    Added Reference Type GitHub, Inc.: https://github.com/collerek/ormar/security/advisories/GHSA-xxh2-68g9-8jqr Types: Exploit, Vendor Advisory
  • New CVE Received by [email protected]

    Feb. 24, 2026

    Action Type Old Value New Value
    Added Description Ormar is a async mini ORM for Python. In versions 0.9.9 through 0.22.0, when performing aggregate queries, Ormar ORM constructs SQL expressions by passing user-supplied column names directly into `sqlalchemy.text()` without any validation or sanitization. The `min()` and `max()` methods in the `QuerySet` class accept arbitrary string input as the column parameter. While `sum()` and `avg()` are partially protected by an `is_numeric` type check that rejects non-existent fields, `min()` and `max()` skip this validation entirely. As a result, an attacker-controlled string is embedded as raw SQL inside the aggregate function call. Any unauthorized user can exploit this vulnerability to read the entire database contents, including tables unrelated to the queried model, by injecting a subquery as the column parameter. Version 0.23.0 contains a patch.
    Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    Added CWE CWE-89
    Added Reference https://github.com/collerek/ormar/commit/a03bae14fe01358d3eaf7e319fcd5db2e4956b16
    Added Reference https://github.com/collerek/ormar/releases/tag/0.23.0
    Added Reference https://github.com/collerek/ormar/security/advisories/GHSA-xxh2-68g9-8jqr
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.