---
id: CVE-2026-54179
title: >-
  backpack/crud provides Create, Read, Update & Delete (CRUD) functions for
  Backpack, a collection of Laravel packages that help users build custom
  administration panels
summary: >-
  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/Si…
severity: medium
cvss: 4.4
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N'
cwe:
  - CWE-79
  - CWE-434
vendor: backpack
product: backpack/crud
affected:
  - 'backpack/crud >= 6.0.0, < 6.8.14'
  - 'backpack/crud >= 7.0.0, < 7.0.38'
patched:
  - backpack/crud 6.8.14
  - backpack/crud 7.0.38
published: '2026-08-31'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T21:11:31.703'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54179'
references:
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/commit/18b3dc1c607775617f563c41bd1ddb983f11d751
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/pull/5989'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.14'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.38'
    label: security-advisories@github.com
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-8hw4-7qjr-3wxg
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-8hw4-7qjr-3wxg'
tags:
  - nvd
  - ghsa
  - composer
epss: 0.00261
epssPercentile: 0.1595
aliases:
  - GHSA-8hw4-7qjr-3wxg
ecosystem: composer
ingestedAt: '2026-08-20T18:59:54.809Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-54179)

Affected packages:

- `backpack/crud >= 6.0.0, < 6.8.14`
- `backpack/crud >= 7.0.0, < 7.0.38`

Patched in:

- `backpack/crud 6.8.14`
- `backpack/crud 7.0.38`

Source: https://github.com/advisories/GHSA-8hw4-7qjr-3wxg
