---
id: CVE-2026-44174
title: Kirby is an open-source content management system
summary: >-
  Kirby is an open-source content management system. Prior to 4.9.1 and 5.4.1,
  Kirby did not validate the model attributes that were used in its collection
  queries, allowing attackers to include arbitrary model methods in their
  queries. Th…
severity: none
cwe:
  - CWE-470
published: '2026-07-16'
updated: '2026-07-18'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-44174'
references:
  - url: 'https://github.com/getkirby/kirby/releases/tag/4.9.1'
    label: security-advisories@github.com
  - url: 'https://github.com/getkirby/kirby/releases/tag/5.4.1'
    label: security-advisories@github.com
  - url: 'https://github.com/getkirby/kirby/security/advisories/GHSA-86rh-h242-j8xp'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00487
epssPercentile: 0.39254
ingestedAt: '2026-07-18T20:24:54.586Z'
---

## Overview

Kirby is an open-source content management system. Prior to 4.9.1 and 5.4.1, Kirby did not validate the model attributes that were used in its collection queries, allowing attackers to include arbitrary model methods in their queries. This includes methods with sensitive data such as password() (disclosing the password hash) or root() (disclosing the absolute filesystem path on the server) as well as methods that perform impactful actions such as loginPasswordless() (causing a privilege escalation to another user) or delete() (deleting all queried models in one go if the authenticated user has appropriate permissions). This issue has been fixed in versions 4.9.1 and 5.4.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
