CVE-2026-32763
Description
Kysely is a type-safe TypeScript SQL query builder. Versions up to and including 0.28.11 has a SQL injection vulnerability in JSON path compilation for MySQL and SQLite dialects. The visitJSONPathLeg() function appends user-controlled values from .key() and .at() directly into single-quoted JSON path string literals ('$.key') without escaping single quotes. An attacker can break out of the JSON path string context and inject arbitrary SQL. This is inconsistent with sanitizeIdentifier(), which properly doubles delimiter characters for identifiers — both are non-parameterizable SQL constructs requiring manual escaping, but only identifiers are protected. Version 0.28.12 fixes the issue.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
kyselynpm | >= 0.26.0, < 0.28.12 | 0.28.12 |
Affected products
12- osv-coords11 versionspkg:apk/chainguard/langfuse-2pkg:apk/chainguard/langfuse-2-workerpkg:apk/chainguard/langfuse-3pkg:apk/chainguard/langfuse-3-workerpkg:apk/chainguard/langfuse-fips-2pkg:apk/chainguard/langfuse-fips-2-workerpkg:apk/chainguard/langfuse-fips-3pkg:apk/chainguard/langfuse-fips-3-workerpkg:apk/wolfi/langfuse-3pkg:apk/wolfi/langfuse-3-workerpkg:npm/kysely
< 2.95.12-r15+ 10 more
- (no CPE)range: < 2.95.12-r15
- (no CPE)range: < 2.95.12-r16
- (no CPE)range: < 3.162.0-r1
- (no CPE)range: < 3.163.0-r0
- (no CPE)range: < 2.95.12-r18
- (no CPE)range: < 2.95.12-r19
- (no CPE)range: < 3.162.0-r0
- (no CPE)range: < 3.162.0-r1
- (no CPE)range: < 3.162.0-r1
- (no CPE)range: < 3.163.0-r0
- (no CPE)range: >= 0.26.0, < 0.28.12
Patches
Vulnerability mechanics
References
5- github.com/kysely-org/kysely/commit/0a602bff2f442f6c26d5e047ca8f8715179f6d24nvdPatchWEB
- github.com/kysely-org/kysely/security/advisories/GHSA-wmrf-hv6w-mr66nvdExploitMitigationVendor AdvisoryWEB
- github.com/advisories/GHSA-wmrf-hv6w-mr66ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-32763ghsaADVISORY
- github.com/kysely-org/kysely/releases/tag/v0.28.12nvdRelease NotesWEB
News mentions
0No linked articles in our index yet.