SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-54179

MEDIUM · CVSS 4.4 EPSS 0.20% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Backpack CRUD package used in Laravel applications, specifically in the file upload methods that improperly handle data URIs, allowing authenticated administrators to upload arbitrary file content without proper validation. This can lead to stored cross-site scripting (XSS) attacks or other unintended behaviors when the files are accessed. Organizations utilizing affected versions (6.0.0 to 6.8.14 and 7.0.37) should prioritize updating to versions 6.8.14 or 7.0.38 to mitigate these risks.

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-54179
Severity
MEDIUM
CVSS
4.4
EPSS
0.20%

Original NVD Description

backpack/crud provides Create, Read, Update & Delete (CRUD) functions for Backpack, a collection of Laravel packages that help users build custom administration panels. From 6.0.0 until 6.8.14 and 7.0.37, the src/app/Library/Uploaders/SingleBase64Image.php methods SingleBase64Image::uploadFiles and SingleBase64Image::uploadRepeatableFiles, used by image fields through withFiles(), accept any data URI beginning with data:image without validating the declared MIME subtype or decoded bytes, while src/app/Library/Uploaders/Support/FileNameGenerator.php method FileNameGenerator::getExtensionFromFile applies mime_content_type() to the data URI instead of the decoded content. An authenticated administrator can therefore store arbitrary file content under an extensionless filename on the configured disk, which can cause stored cross-site scripting or other unintended behavior when the file is served and accessed. This issue is fixed in version 7.0.38 and 6.8.14.