CVE-2026-59992
ŚrednieCVSS 5.4Streszczenie
Adaptery mediów produkcyjnych TinaCMS (next-tinacms-s3, next-tinacms-dos, next-tinacms-azure, next-tinacms-cloudinary) przed wskazanymi wersjami nie egzekwują skonfigurowanego mediaRoot przy operacjach upload/delete. Uwierzytelniony edytor CMS może tworzyć lub usuwać obiekty w dowolnym miejscu dostępnym dla poświadczeń magazynu, w tym w innych dzierżawach lub obiektach niebędących mediami.
Ocena ryzyka
Uwierzytelniony edytor może uzyskać nieautoryzowany dostęp do danych w magazynie obiektów, co może prowadzić do naruszenia poufności lub integralności danych.
Rekomendacja
Zaktualizuj wszystkie adaptery mediów do wersji wskazanych w opisie (np. next-tinacms-s3 23.0.4, next-tinacms-dos 23.0.4, next-tinacms-azure 14.0.4, next-tinacms-cloudinary 26.0.4).
Oryginalny opis (angielski, źródło NVD)
Tina is a headless content management system. Prior to next-tinacms-s3 23.0.4, next-tinacms-dos 23.0.4, next-tinacms-azure 14.0.4, and next-tinacms-cloudinary 26.0.4, the first-party production media adapters pass attacker-controlled object keys to storage SDK upload and delete operations without enforcing the operator's configured mediaRoot. In packages/next-tinacms-s3/src/handlers.ts, createMediaHandler accepts req.query.key for a signed PutObject URL and the DELETE path uses req.query.media as the DeleteObjectCommand key. The same missing key-boundary check exists in packages/next-tinacms-dos/src/handlers.ts, packages/next-tinacms-azure/src/handlers.ts, and packages/next-tinacms-cloudinary/src/handlers.ts. An authenticated CMS editor can therefore create or delete objects anywhere the deployment's storage credential can reach, including other tenants' or non-media objects. These issues are fixed in next-tinacms-s3 23.0.4, next-tinacms-dos 23.0.4, next-tinacms-azure 14.0.4, and next-tinacms-cloudinary 26.0.4.

