CVE-2024-45391 – Tina search token leak via lock file in TinaCMS
https://notcve.org/view.php?id=CVE-2024-45391
Tina is an open-source content management system (CMS). Sites building with Tina CMS's command line interface (CLI) prior to version 1.6.2 that use a search token may be vulnerable to the search token being leaked via lock file (tina-lock.json). Administrators of Tina-enabled websites with search setup should rotate their key immediately. This issue has been patched in @tinacms/cli version 1.6.2. Upgrading and rotating the search token is required for the proper fix. • https://github.com/tinacms/tinacms/commit/110f1ceea4574d636a64526648f7c8bf6539b26a https://github.com/tinacms/tinacms/pull/4758 https://github.com/tinacms/tinacms/security/advisories/GHSA-4qrm-9h4r-v2fx • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor •
CVE-2023-25164 – Sensitive Information leak via Script File in TinaCMS
https://notcve.org/view.php?id=CVE-2023-25164
Tinacms is a Git-backed headless content management system with support for visual editing. Sites being built with @tinacms/cli >= 1.0.0 && < 1.0.9 which store sensitive values in the process.env variable are impacted. These values will be added in plaintext to the index.js file. If you're on a version prior to 1.0.0 this vulnerability does not affect you. If you are affected and your Tina-enabled website has sensitive credentials stored as environment variables (eg. • https://github.com/tinacms/tinacms/pull/3584 https://github.com/tinacms/tinacms/security/advisories/GHSA-pc2q-jcxq-rjrr • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE-532: Insertion of Sensitive Information into Log File •