Published At-27 May, 2026 | 19:16
Updated At-28 May, 2026 | 14:16
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.
CISA Catalog
| Date Added | Due Date | Vulnerability Name | Required Action |
|---|
| N/A | | |
Date Added: N/A
Due Date: N/A
Vulnerability Name: N/A
Required Action: N/A
Metrics
| Type | Version | Base score | Base severity | Vector |
|---|
| Secondary | 3.1 | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
Type: Secondary
Version: 3.1
Base score: 7.5
Base severity: HIGH
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weaknesses
| CWE ID | Type | Source |
|---|
| CWE-22 | Secondary | security-advisories@github.com |
| CWE-89 | Secondary | security-advisories@github.com |
| CWE-915 | Secondary | security-advisories@github.com |
| CWE-1284 | Secondary | security-advisories@github.com |
Type: Secondary
Source: security-advisories@github.com
Type: Secondary
Source: security-advisories@github.com
Type: Secondary
Source: security-advisories@github.com
Type: Secondary
Source: security-advisories@github.com
Change History
0Changes found