CVE-2026-54074: Tinacms Unvalidated Media Pathcve-2026-54074-tinacms-unvalidated-media-path
Detected unsanitized input flowing into a filesystem operation. This can lead to Path Traversal and remote code execution if an attacker can manipulate the path. Ensure the path is resolved and validated against a known base directory using `path.resolve` and `startsWith`.