CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-34587

High
Published: Translated: NVD NIST

Summary

Kirby to system zarządzania treścią typu open-source. W wersjach przed 4.9.0 i 5.4.0, kontrola uprawnień użytkowników nieprawidłowo obsługiwała uprawnienia do tworzenia stron, co mogło prowadzić do nieautoryzowanego dostępu do funkcji publikacji.

Risk Assessment

Organizacja może być narażona na ryzyko nieautoryzowanego publikowania treści, co może prowadzić do naruszenia integralności danych i reputacji. Użytkownicy mogą uzyskać dostęp do funkcji, do których nie powinni mieć uprawnień.

Recommendation

Zaleca się aktualizację do wersji 4.9.0 lub 5.4.0, aby naprawić problem z kontrolą uprawnień. Należy również przeprowadzić audyt uprawnień użytkowników w systemie.

Related vulnerabilities

Original NVD description (English source)

Kirby is an open-source content management system. Prior to versions 4.9.0 and 5.4.0, Kirby's user permissions control which user role is allowed to perform specific actions to content models in the CMS. These permissions are defined for each role in the user blueprint (`site/blueprints/users/...`). It is also possible to customize the permissions for each target model in the model blueprints (such as in `site/blueprints/pages/...`) using the `options` feature. The permissions and options together control the authorization of user actions. For pages, Kirby provides the `pages.create` and `pages.changeStatus` permissions (among others). In affected releases, Kirby checked these permissions independently and only for the respective action. However the `changeStatus` permission didn't take effect on page creation. New pages are created as drafts by default and need to be published by changing the page status of an existing page draft. This is ensured when the page is created via the Kirby

Vulnerability data from NVD (NIST) · CISA KEV · EPSS