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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-84993— MikroORM orderBy 参数 SQL 注入漏洞

一分钟漏洞结论

影响对象
mikro-orm mikro-orm
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

MikroORM 是一个基于 Node.js 的 TypeScript ORM,采用了数据映射器(Data Mapper)、单元工作(Unit of Work)和身份映射(Identity Map)模式。在 6.6.16 和 7.1.7 版本之前,其共享的 SQL 层会对 orderBy 子句中的字段键进行验证,但在 AbstractSqlPlatform.getOrderByExpression 将其拼接到 ORDER BY 子句之前,并未对排序方向值(direction)进行验证。如果应用程序将攻击者可控的请求

CVSS 6.5 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
MikroORM: SQL injection via unvalidated order direction in orderBy
来源: CVE Program / CVE List V5
Vulnerability Description
MikroORM is a TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Prior to 6.6.16 and 7.1.7, the shared SQL layer validates the field key of an orderBy clause but does not validate its direction value before AbstractSqlPlatform.getOrderByExpression concatenates it into an ORDER BY clause. Applications that bind attacker-controlled request data to the direction in em.find(), em.findOne(), em.findAndCount(), QueryBuilder.orderBy(), or QueryBuilderHelper.getQueryOrderFromObject() can permit a raw SQL fragment that performs blind or boolean extraction of data available to the database account. The BaseMySqlPlatform and MsSqlPlatform fallthrough paths have the same behavior, affecting SQLite, PostgreSQL, MySQL, MariaDB, MSSQL, libSQL, and Oracle drivers, while MongoDB is not affected. This issue is fixed in versions 6.6.16 and 7.1.7.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
mikro-orm mikro-orm < 6.6.16 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-84993 补丁与修复 (4)

CVE-2026-84993 其他参考 (3)

IV. Related Vulnerabilities

V. Comments for CVE-2026-84993

暂无评论


发表评论