SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-75592

MEDIUM · CVSS 6.9 EPSS 0.46% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-31 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects Kirby, an open-source content management system, where incomplete filesystem containment checks in its media handler allow remote attackers to access and manipulate files in sibling directories. This could lead to exposure of sensitive data, such as staging sites or backups, and potential deletion of critical job files. Organizations using affected versions should prioritize upgrading to versions 4.9.5 or 5.5.2 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75592
Severity
MEDIUM
CVSS
6.9
EPSS
0.46%

Original NVD Description

Kirby is an open-source content management system. Prior to 4.9.5 and 5.5.2, depending on the release line, Kirby's media handler used incomplete filesystem containment checks in src/Filesystem/Dir.php and src/Filesystem/F.php through Kirby\Filesystem\Dir::realpath() and Kirby\Filesystem\F::realpath(). The checks accepted a sibling directory whose path shared the intended root's string prefix, such as /var/www/site2 next to /var/www/site, because they did not require an exact match or a DIRECTORY_SEPARATOR boundary. A remote attacker could use Kirby\Cms\Media::thumb() to create and access thumbnails from image files in a PHP-readable sibling directory when that directory contained a valid .json thumbnail job file, potentially exposing staging sites, backups, or other internal sites and deleting the job file during processing. This issue is fixed in versions 4.9.5 and 5.5.2.