CVE-2026-63092 PUBLISHED

kirby-modules License Key Disclosure via modules/activate Dialog

Assigner: VulnCheck
Reserved: 15.07.2026 Published: 21.07.2026 Updated: 21.07.2026

kirby-modules through 5.5.7, fixed in commit 315417e, contains an information disclosure vulnerability that allows any authenticated Kirby Panel user to retrieve the full plaintext commercial license key by sending a GET request to the modules/activate dialog endpoint. The plugin's activate dialog handler in lib/areas.php returns the complete key via ModulesLicense::readKey() without performing an administrator check, as the dialog is gated only by the access.system permission which defaults to true for all non-admin roles, enabling attackers to use the disclosed key to activate the plugin on arbitrary third-party installations.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor medienbaecker
Product kirby-modules
Versions Default: affected
  • affected from 0 to 5.5.7 (incl.)
  • Version 315417e4fa9f18682e4382c9f44c04bd0913ce96 is unaffected

Credits

  • @rayyb0t finder
  • VulnCheck coordinator

References

Problem Types

  • Missing Authorization CWE