Retour à la veille

CVE-2026-56860

Publié : 13 août 2026
Modifié : 13 août 2026
Lien officiel NVD

Description détaillée

Previously, resolving relative paths containing parent directory ('..') segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for '..' segments, eliminating the quadratic time complexity and significantly reducing memory allocations.

Références et Patchs