CVE-2026-71415
Received Received - Intake

Kirby CMS REST API Chunk Upload Storage Exhaustion

Vulnerability report for CVE-2026-71415, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: GitHub, Inc.

Description

Kirby is an open-source content management system. From 5.0.0 until 5.5.2, Kirby's REST API chunk upload handler in src/Api/Upload.php did not run the relevant upload authorization preflight in Kirby\Api\Upload::process() before Kirby\Api\Upload::processChunk() persisted chunk data. An authenticated user with the access.panel permission enabled but with files.create, files.replace, and user/users.update permissions disabled could submit requests with an Upload-Length header and leave unfinished chunks in site/cache/.uploads for 24 hours. Repeating this process could consume attacker-controlled temporary storage, prevent other users from uploading files, or prevent site logic from storing data, although final permission checks still prevented unauthorized files from reaching the content or site/accounts directories. This issue is fixed in version 5.5.2.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-09-01
AI Q&A
2026-09-01
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
kirby kirby 5.5.2
kirby kirby From 5.0.0 (inc) to 5.5.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Detection Guidance

Check for unusual file upload activity in Kirby's cache directory, specifically site/cache/.uploads. Look for large numbers of temporary chunk files or files persisting beyond the expected cleanup period.

Mitigation Strategies

Upgrade Kirby to version 5.5.2 or later to apply the security fix. Review user permissions to ensure only authorized users have the access.panel permission without necessary file upload permissions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-71415. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart