Kritische Schwachstelle in Tina CMS: CVE-2026-28793 mit hoher Gefährdung
⚠️ CVE-Referenzen:
CVE-2026-28793
Zusammenfassung
Eine kritische Sicherheitslücke mit der CVE-ID CVE-2026-28793 wurde in der Tina CMS-Entwicklungsumgebung entdeckt. Vor Version 2.1.8 ermöglichte dies Angreifern den Zugriff auf und die Manipulation von Dateien außerhalb des vorgesehenen Medienverzeichnisses. Der Patch in Version 2.1.8 behebt dieses Sicherheitsrisiko mit hoher Gefährdung (8.4 nach CVSS).
Tina is a headless content management system. Prior to 2.1.8, the TinaCMS CLI development server exposes media endpoints that are vulnerable to path traversal, allowing attackers to read and write arbitrary files on the filesystem outside the intended media directory. When running tinacms dev, the CLI starts a local HTTP server (default port 4001) exposing endpoints such as /media/list/*, /media/upload/*, and /media/*. These endpoints process user-controlled path segments using decodeURI() and path.join() without validating that the resolved path remains within the configured media directory. This vulnerability is fixed in 2.1.8.
Quelle: app.opencve.io