CVE-2026-32763
Last modified
CVE-2026-32763 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. 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. EPSS estimates a 0.42% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Kysely | Kysely | >= 0.26.0, < 0.28.12 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-32763?
How severe is CVE-2026-32763?
How do I fix CVE-2026-32763?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-32758File Browser is a file managing interface for uploading, del…6.5
- CVE-2026-32759File Browser is a file managing interface for uploading, del…8.1
- CVE-2026-3276unicodedata.normalize() can take excessive CPU time when pro…6.3
- CVE-2026-32760File Browser is a file managing interface for uploading, del…9.8
- CVE-2026-32761File Browser is a file managing interface for uploading, del…6.5
- CVE-2026-32762Rack is a modular Ruby web server interface. From versions 3…6.5
- CVE-2026-32764Rejected reason: This repository is no longer public.
- CVE-2026-32765Rejected reason: This repository is no longer public.
- CVE-2026-32766astral-tokio-tar is a tar archive reading/writing library fo…5.3
- CVE-2026-32767SiYuan is a personal knowledge management system. Versions 3…9.8
- CVE-2026-32768Chall-Manager is a platform-agnostic system able to start Ch…9.9
- CVE-2026-32769Fullchain is an umbrella project for deploying a ready-to-us…9.8
Are you affected by CVE-2026-32763?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
