CVE-2026-62992: Php Smarty Unresolved Symlink Path Traversalcve-2026-62992-php-smarty-unresolved-symlink-path-traversal
Directory containment checks relying on custom path normalization without resolving symbolic links via realpath() can be bypassed using symlinks. Ensure realpath() is called on the target path before checking directory containment.