CVE-2025-31493 Details
Description
Kirby is an open-source content management system. A vulnerability in versions prior to 3.9.8.3, 3.10.1.2, and 4.7.1 affects all Kirby sites that use the `collection()` helper or `$kirby->collection()` method with a dynamic collection name (such as a collection name that depends on request or user data). Sites that only use fixed calls to the `collection()` helper/`$kirby->collection()` method (i.e. calls with a simple string for the collection name) are *not* affected. A missing path traversal check allowed attackers to navigate and access all files on the server that were accessible to the PHP process, including files outside of the collections root or even outside of the Kirby installation. PHP code within such files was executed. Such attacks first require an attack vector in the site code that is caused by dynamic collection names, such as `collection('tags-' . get('tags'))`. It generally also requires knowledge of the site structure and the server's file system by the attacker, although it can be possible to find vulnerable setups through automated methods such as fuzzing. In a vulnerable setup, this could cause damage to the confidentiality and integrity of the server. The problem has been patched in Kirby 3.9.8.3, Kirby 3.10.1.2, and Kirby 4.7.1. In all of the mentioned releases, the maintainers of Kirby have added a check for the collection path that ensures that the resulting path is contained within the configured collections root. Collection paths that point outside of the collections root will not be loaded.
A path traversal vulnerability has been identified in Kirby versions prior to 3.9.8.3, 3.10.1.2, and 4.7.1. The issue arises when the `collection()` helper or `$kirby->collection()` method is used with dynamic collection names that depend on user or request data. This vulnerability allows attackers to access arbitrary files on the server that are accessible to the PHP process, including files outside of the collections root or the Kirby installation itself. Exploitation of this vulnerability could lead to the execution of PHP code within the accessed files.
Users should update to Kirby versions 3.9.8.3, 3.10.1.2, or 4.7.1. In these versions, a path traversal check has been added to ensure that collection paths remain within the configured collections root. After updating, be aware that any deliberate use of path traversal with the `collection()` helper will need to be adjusted, as this could break functionality.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 13, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/getkirby/kirby/releases/tag/3.10.1.2 | [email protected] | Release Notes |
| https://github.com/getkirby/kirby/releases/tag/3.9.8.3 | [email protected] | Release Notes |
| https://github.com/getkirby/kirby/releases/tag/4.7.1 | [email protected] | Release Notes |
| https://github.com/getkirby/kirby/security/advisories/GHSA-x275-h9j4-7p4h | [email protected] | Vendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
| CWE-23 | Relative Path Traversal | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| getkirby kirby | < 3.9.8.3 >= 3.10.0, < 3.10.1.2 >= 4.0.0, < 4.7.1 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Aug 26, 2025 | Initial Analysis | [email protected] |
| May 13, 2025 | New CVE Received | [email protected] |