目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-26198— ormar SQL注入漏洞

CVSS 9.8 · Critical EPSS 0.92% · P56
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-26198 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
ormar is vulnerable to SQL Injection through aggregate functions min() and max()
来源: 美国国家漏洞数据库 NVD
Vulnerability 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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
ormar SQL注入漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
ormar是collerek个人开发者的一个Python的ORM库。 ormar 0.22.0及之前版本存在SQL注入漏洞,该漏洞源于min和max方法未验证用户输入的列名,可能导致SQL注入。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

神龙十问 — AI 深度分析

十问解析:根本原因、利用方式、修复建议、紧迫性。摘要免费,完整版需登录。

受影响产品

厂商产品影响版本CPE订阅
collerekormar >= 0.9.9, < 0.23.0 -

二、漏洞 CVE-2026-26198 的公开POC

#POC 描述源链接神龙链接
1Nonehttps://github.com/blackhatlegend/CVE-2026-26198POC详情
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-26198 的情报信息

登录查看更多情报信息。

CVE-2026-26198 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-26198

暂无评论


发表评论