CVE-2026-42810
KrytyczneStreszczenie
Apache Polaris akceptuje dosłowne znaki `*` w nazwach przestrzeni nazw i tabel. Podczas tworzenia tymczasowych polityk dostępu do S3 dla delegowanego dostępu do tabel, znaki te są ponownie używane w nieodpowiedni sposób w wzorcach zasobów IAM S3.
Ocena ryzyka
To może prowadzić do nieautoryzowanego dostępu do danych w innych tabelach, ponieważ tymczasowe poświadczenia mogą pasować do ścieżek przechowywania różnych tabel.
Rekomendacja
Zaleca się aktualizację Apache Polaris do najnowszej wersji, aby usunąć możliwość używania znaków `*` w nazwach przestrzeni nazw i tabel oraz przegląd polityk dostępu do S3.
Oryginalny opis (angielski, źródło NVD)
Apache Polaris accepts literal `*` characters in namespace and table names. When it later builds temporary S3 access policies for delegated table access, those same characters appear to be reused unescaped in S3 IAM resource patterns and `s3:prefix` conditions. In S3 IAM policy matching, `*` is treated as a wildcard rather than as ordinary text. That means temporary credentials issued for one crafted table can match the storage path of a different table. In private testing against Polaris 1.4.0 using Polaris' AWS S3 temporary- credential path on both MinIO and real AWS S3, credentials returned for crafted tables such as `f*.t1`, `f*.*`, `*.*`, and `foo.*` could reach other tables' S3 locations. The confirmed behavior includes: - reading another table's metadata control file ([Iceberg metadata JSON]); - listing another table's exact S3 table prefix ([table prefix]); - and, when write delegation was returned for the crafted table, creating and deleting an object under another

