Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-11940

Gravedad CVSS v4.0:
ALTA
Tipo:
CWE-22 Limitación incorrecta de nombre de ruta a un directorio restringido (Path Traversal)
Fecha de publicación:
23/06/2026
Última modificación:
23/07/2026

Descripción

*** Pendiente de traducción *** tarfile.extractall() with the &amp;#39;data&amp;#39; or &amp;#39;tar&amp;#39;<br /> filter could be bypassed by a crafted archive where a hardlink <br /> references a symlink stored at a deeper name than the hardlink itself.  <br /> The extraction fallback validated the symlink at it&amp;#39;s archived location <br /> but recreated it at the hardlink&amp;#39;s shallower<br /> path, letting a relative<br /> target the filter judged contained escape the destination directory.  <br /> This allowed a malicious tar archive to create a symlink pointing <br /> outside the destination, enabling out-of-destination file reads or <br /> writes. This was an incomplete fix of CVE-2025-4330.