๐Ÿ” CVE Alert

CVE-2026-44635

HIGH 7.5

Kysely: JSON-path traversal injection via unsanitized path-leg metacharacters in `JSONPathBuilder.key()` / `.at()`

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
15th

Kysely is a type-safe TypeScript SQL query builder. From 0.26.0 to 0.28.16, DefaultQueryCompiler.visitJSONPathLeg does not escape JSON-path metacharacters (., [, ], *, **, ?). When attacker-controlled input flows into eb.ref(col, '->$').key(input) or .at(input) โ€” including type-safe code where the JSON column is shaped like Record<string, T> so K extends string is the inferred type โ€” every dot becomes a path-leg separator, letting an attacker traverse from the intended key into sibling and child fields the developer never meant to expose. The result is read access (and, in update statements, write access) to JSON sub-fields outside the intended scope across MySQL, PostgreSQL ->$/->>$, and SQLite. This vulnerability is fixed in 0.28.17.

CWE CWE-22 CWE-89 CWE-915 CWE-1284
Vendor kysely-org
Product kysely
Published May 27, 2026
Last Updated May 28, 2026
Stay Ahead of the Next One

Get instant alerts for kysely-org kysely

Be the first to know when new high vulnerabilities affecting kysely-org kysely are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

kysely-org / kysely
>= 0.26.0, < 0.28.17

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/kysely-org/kysely/security/advisories/GHSA-pv5w-4p9q-p3v2