Directory Traversal Affecting cal.diy-6.1 package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.06% (18th 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 Directory Traversal vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-MINIMOSLATEST-CALDIY61-17294877
  • published11 Jun 2026
  • disclosed27 May 2026

Introduced: 27 May 2026

NewCVE-2026-44635  (opens in a new tab)
CWE-22  (opens in a new tab)
CWE-89  (opens in a new tab)
CWE-915  (opens in a new tab)
CWE-1284  (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. From 0.26.0 to 0.28.16, DefaultQueryCompiler.visitJSONPathLeg does not escape JSON-path metacharacters (., [, ], *, **, ?). When attacker-controlled input flows into eb.ref(col, '->$').key(input) or .at(input) — including type-safe code where the JSON column is shaped like Record<string, T> so K extends string is the inferred type — every dot becomes a path-leg separator, letting an attacker traverse from the intended key into sibling and child fields the developer never meant to expose. The result is read access (and, in update statements, write access) to JSON sub-fields outside the intended scope across MySQL, PostgreSQL ->$/->>$, and SQLite. This vulnerability is fixed in 0.28.17.