216.73.217.22

CVE-2026-44635

· Published 27/05/2026 19:16 · Modified 28/05/2026 14:16

Labels: CVE-2026-44635 2026-05-27CVE-2026-44635CWE-22[email protected]

Essential information

Published
27/05/2026 19:16
Modified
28/05/2026 14:16
Author
Creator
CVSS
7.5 HIGH (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

CVSS metrics

Description

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.

NVD status

Status
Received — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
kysely / kysely cpe:2.3:a:kysely:kysely:0.26.0-0.28.16:*:*:*:*:*:*:*
mysql / mysql cpe:2.3:a:mysql:mysql:*:*:*:*:*:*:*:*
postgresql / postgresql cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*
sqlite / sqlite cpe:2.3:a:sqlite:sqlite:*:*:*:*:*:*:*:*

References