CVE-2026-33442

Kysely is a type-safe TypeScript SQL query builder. In versions 0.28.12 and 0.28.13, the `sanitizeStringLiteral` method in Kysely's query compiler escapes single quotes (`'` → `''`) but does not escape backslashes. On MySQL with the default `BACKSLASH_ESCAPES` SQL mode, an attacker can inject a backslash before a single quote to neutralize the escaping, breaking out of the JSON path string literal and injecting arbitrary SQL. Version 0.28.14 fixes the issue.
References
Link Resource
https://github.com/kysely-org/kysely/security/advisories/GHSA-fr9j-6mvq-frcv Exploit Mitigation Vendor Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:a:kysely:kysely:*:*:*:*:*:node.js:*:*

History

31 Mar 2026, 21:27

Type Values Removed Values Added
References () https://github.com/kysely-org/kysely/security/advisories/GHSA-fr9j-6mvq-frcv - () https://github.com/kysely-org/kysely/security/advisories/GHSA-fr9j-6mvq-frcv - Exploit, Mitigation, Vendor Advisory
First Time Kysely kysely
Kysely
CPE cpe:2.3:a:kysely:kysely:*:*:*:*:*:node.js:*:*

30 Mar 2026, 13:26

Type Values Removed Values Added
Summary
  • (es) Kysely es un constructor de consultas SQL de TypeScript con tipado seguro. En las versiones 0.28.12 y 0.28.13, el método `sanitizeStringLiteral` en el compilador de consultas de Kysely escapa las comillas simples (`'` ? `''`) pero no escapa las barras invertidas. En MySQL con el modo SQL predeterminado `BACKSLASH_ESCAPES`, un atacante puede inyectar una barra invertida antes de una comilla simple para neutralizar el escape, saliendo del literal de cadena de ruta JSON e inyectando SQL arbitrario. La versión 0.28.14 corrige el problema.

26 Mar 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-26 17:16

Updated : 2026-03-31 21:27


NVD link : CVE-2026-33442

Mitre link : CVE-2026-33442

CVE.ORG link : CVE-2026-33442


JSON object : View

Products Affected

kysely

  • kysely
CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')