Vulnerabilities/

Kysely has a MySQL SQL Injection via Backslash Escape Bypass in non-type-safe usage of JSON path keys.

Severity:
High

Description

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.

Recommendation

Update the kysely package to the latest compatible version. Followings are version details:

References

Related Issues

Tags:
npm
kysely
Anything's wrong? Let us know Last updated on March 27, 2026