CVE-2024-26483: XSS
TL;DR
This vulnerability affects all Kirby sites that might have potential attackers in the group of authenticated Panel users.
The attack requires user interaction by another user or visitor and cannot be automated.
----
Introduction
Unrestricted upload of files with a dangerous type is a type of vulnerability that allows to circumvent expectations and protections in the server setup or backend code. Uploaded files are not checked for their compliance with the intended purpose of the upload target, which can introduce secondary attack vectors.
While the vulnerability described here does not allow critical attacks like remote code execution (RCE), it can still be abused to upload unexpected file types that could for example make it possible to perform cross-site scripting (XSS) attacks.
Impact
Users with Panel access can upload a user avatar in their own account view. This avatar is intended to be an image, however the file type or file extension was not validated on the backend. This effectively allowed to upload many types of files that would then be stored with the filename profile and the provided file extension.
While the upload is protected against dangerous file types such as HTML files or executable PHP files, this could be abused to upload unexpected files such as PDFs that would then be available via a direct link. These links could be shared to other users.
Patches
The problem has been patched in Kirby 3.6.6.5, Kirby 3.7.5.4, Kirby 3.8.4.3, Kirby 3.9.8.1, Kirby 3.10.0.1, and Kirby 4.1.1. Please update to one of these or a later version to fix the vulnerability.
In all of the mentioned releases, we have added validations that prevent any files that don't have an image file extension or MIME type from being uploaded as a user avatar.
Credits
Thanks to Natwara Archeepsamooth (@PlyNatwara) for responsibly reporting the identified issue.
Other sources
An arbitrary file upload vulnerability in the Profile Image module of Kirby CMS v4.1.0 allows attackers to execute arbitrary code via a crafted PDF file.
— MITRE
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
composer/getkirby/cmsto a version that resolves this vulnerability.Fixed in 4.1.1 - Upgrade
Upgrade
composer/getkirby/cmsto a version that resolves this vulnerability.Fixed in 3.10.0.1 - Upgrade
Upgrade
composer/getkirby/cmsto a version that resolves this vulnerability.Fixed in 3.9.8.1 - Upgrade
Upgrade
composer/getkirby/cmsto a version that resolves this vulnerability.Fixed in 3.8.4.3 - Upgrade
Upgrade
composer/getkirby/cmsto a version that resolves this vulnerability.Fixed in 3.7.5.4 - Upgrade
Upgrade
composer/getkirby/cmsto a version that resolves this vulnerability.Fixed in 3.6.6.5 - Upgrade
Upgrade
Kirby CMSto a version that resolves this vulnerability.Fixed in 3.6.6.5 - Upgrade
Upgrade
Kirby CMSto a version that resolves this vulnerability.Fixed in 3.7.5.4 - Upgrade
Upgrade
Kirby CMSto a version that resolves this vulnerability.Fixed in 3.8.4.3 - Upgrade
Upgrade
Kirby CMSto a version that resolves this vulnerability.Fixed in 3.9.8.1 - Upgrade
Upgrade
Kirby CMSto a version that resolves this vulnerability.Fixed in 3.10.0.1 - Upgrade
Upgrade
Kirby CMSto a version that resolves this vulnerability.Fixed in 4.1.1
Event History
Frequently Asked Questions
What is the severity of CVE-2024-26483?
CVE-2024-26483 is considered a high-severity vulnerability due to its potential for unauthorized file uploads by authenticated users.
How do I fix CVE-2024-26483?
To address CVE-2024-26483, update your Kirby CMS installation to versions 4.1.1, 3.10.0.1, 3.9.8.1, 3.8.4.3, 3.7.5.4, or 3.6.6.5 as applicable.
Who is affected by CVE-2024-26483?
CVE-2024-26483 affects all users of Kirby CMS versions prior to the specified patched versions where authenticated Panel users may upload dangerous files.
Can CVE-2024-26483 be exploited remotely?
CVE-2024-26483 cannot be exploited automatically and requires user interaction, making it reliant on the actions of another authenticated user.
What type of vulnerability is CVE-2024-26483?
CVE-2024-26483 is classified as an unrestricted file upload vulnerability, allowing potentially harmful files to be uploaded to the server.