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

CVE-2026-41325

High
Published: Translated: NVD NIST

Summary

Kirby to system zarządzania treścią typu open-source, który kontroluje uprawnienia użytkowników dla różnych ról. W wersjach przed 4.9.0 i 5.4.0 istniała możliwość nadpisania opcji uprawnień podczas tworzenia stron, plików i użytkowników poprzez wstrzykiwanie niestandardowej konfiguracji blueprinta, co mogło prowadzić do nieautoryzowanego dostępu.

Risk Assessment

Organizacje mogą być narażone na nieautoryzowane działania użytkowników, co może prowadzić do nieautoryzowanego tworzenia treści lub użytkowników w systemie. To stwarza ryzyko naruszenia integralności danych oraz bezpieczeństwa systemu.

Recommendation

Zaleca się aktualizację do wersji 4.9.0 lub 5.4.0 lub nowszej, aby zabezpieczyć system przed możliwością nadpisania opcji uprawnień. Dodatkowo warto przeprowadzić audyt uprawnień użytkowników w celu zminimalizowania ryzyka.

Related vulnerabilities

Original NVD description (English source)

Kirby is an open-source content management system. 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. Kirby provides the `pages.create`, `files.create` and `users.create` permissions (among others). These permissions can again be set in the user blueprint and/or in the blueprint of the target model via `options`. Prior to versions 4.9.0 and 5.4.0, Kirby allowed to override the `options` during the creation of pages, files and users by injecting custom dynamic blueprint configuration into the model data. The injected `options` could include `'create' => true`, which then caused an over

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