Katalog CVE

CVE-2026-82427

WysokieCVSS 7.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Streszczenie

Podatność w Apache Storm umożliwia atakującemu wykorzystanie ścieżek względnych (../) w mapie `topology.blobstore.map` do wymuszenia usunięcia i utworzenia dowiązania symbolicznego w dowolnym miejscu systemu plików, działając jako użytkownik nadzorcy (supervisor). Może to prowadzić do rekurencyjnego usuwania danych oraz podmiany dowiązań, co przy uruchamianiu workerów pozwala na wykonanie kodu atakującego w kontekście innego użytkownika systemu, łamiąc izolację między tenantami.

Ocena ryzyka

Organizacja narażona jest na utratę danych (rekurencyjne usuwanie plików) oraz na wykonanie nieautoryzowanego kodu przez atakującego, co może prowadzić do przejęcia kontroli nad węzłami klastra i złamania izolacji bezpieczeństwa

Rekomendacja

Należy niezwłocznie zaktualizować Apache Storm do wersji 3.1.0. Jeśli aktualizacja nie jest możliwa, ogranicz możliwość przesyłania topologii do zaufanych użytkowników oraz odrzucaj zgłoszenia zawierające separatory ścieżek lub segmenty `..` w `topology.blobstore.map`.

Inne podatności w Apache Storm

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

Description A topology's `topology.blobstore.map` lets the submitter choose a local name for each blob that the supervisor localises. That name was used to build a path under the topology's working directory without normalisation, in both `AsyncLocalizer` and `Container.createBlobstoreLinks`, and the symlink helper force-deletes whatever already exists at the target before creating the link. A submitter could therefore use `../` segments to direct that delete-and-symlink operation at an arbitrary path, as the supervisor user, on every node the topology is scheduled onto. The consequences include recursive deletion of supervisor-owned content and planting a symlink that causes a subsequent worker launch to execute attacker-chosen code as another tenant's operating-system user, which defeats the isolation that `supervisor.run.worker.as.user` is intended to provide. Mitigation Upgrade to 3.1.0, where the resolved target must lie inside the expected root at both call sites. Users who cannot upgrade immediately should restrict topology submission to trusted principals, and may reject submissions whose `topology.blobstore.map` entries contain path separators or `..` segments before they reach Nimbus. Credit The ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS