SQL Injection Affecting cal.diy-6.1 package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.02% (7th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about SQL Injection vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-MINIMOSLATEST-CALDIY61-17295071
  • published11 Jun 2026
  • disclosed20 Mar 2026

Introduced: 20 Mar 2026

CVE-2026-32763  (opens in a new tab)
CWE-89  (opens in a new tab)

How to fix?

There is no fixed version for Minimos:latest cal.diy-6.1.

NVD Description

Note: Versions mentioned in the description apply only to the upstream cal.diy-6.1 package and not the cal.diy-6.1 package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

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.