---
id: CVE-2026-54182
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. Prior to 4.1.70, 5.6.2, 6.8.13, and 7.0.36,
  Backpack\CRUD\Stats::mak…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-20
  - CWE-78
  - CWE-116
vendor: Laravel-Backpack
product: CRUD
affected:
  - CRUD < 4.1.70
  - 'CRUD >= 5.0.0, < 5.6.2'
  - 'CRUD >= 6.0.0, < 6.8.13'
  - 'CRUD >= 7.0.0, < 7.0.36'
patched:
  - backpack/crud 4.1.72
  - backpack/crud 5.6.2
  - backpack/crud 6.8.13
  - backpack/crud 7.0.36
published: '2026-09-14'
updated: '2026-09-14'
sourceUpdated: '2026-09-14T19:17:30.167'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54182'
references:
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/commit/0f2faafc22a15d77c14370f163d8f739f933c28c
    label: security-advisories@github.com
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/commit/1476a3769d94a410a2d2e9576deb522e84002f2a
    label: security-advisories@github.com
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/commit/282ba2a0b88749fb1888b3836678ba462d7023f0
    label: security-advisories@github.com
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/commit/471935e296b1be1a7216fdf10c8823e1f512f601
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/pull/6012'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/releases/tag/4.1.72'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/releases/tag/5.6.2'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.13'
    label: security-advisories@github.com
  - url: 'https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.36'
    label: security-advisories@github.com
  - url: >-
      https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-mrc5-3mm3-45c5
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-mrc5-3mm3-45c5'
tags:
  - nvd
  - cve.org
  - ghsa
  - composer
aliases:
  - GHSA-mrc5-3mm3-45c5
ecosystem: composer
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-14T18:17:38.848658Z'
ingestedAt: '2026-08-20T18:59:54.701Z'
epss: 0.00781
epssPercentile: 0.54012
---

## Overview

backpack/crud provides Create, Read, Update & Delete (CRUD) functions for Backpack, a collection of Laravel packages that help users build custom administration panels. Prior to 4.1.70, 5.6.2, 6.8.13, and 7.0.36, Backpack\CRUD\Stats::makeCurlRequest in src/Stats.php is reached from BackpackServiceProvider::boot() and constructs a shell command with a URL influenced by the HTTP Host header, which it passes to exec() without adequate shell neutralization. An unauthenticated attacker whose malformed Host value reaches PHP can inject operating-system commands when exec() and curl are available and the 1-in-100 random gate is reached. Repeated requests can reach the random gate. Successful exploitation executes commands as the web-server user, exposing environment secrets, files, and reachable services and permitting data modification or service disruption. Common reverse-proxy Host validation and hardened PHP configurations that disable exec() reduce reachability but do not correct the vulnerable construction. This issue is fixed in versions 4.1.70, 5.6.2, 6.8.13, and 7.0.36.

## Remediation

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

## Package advisory (CVE-2026-54182)

Affected packages:

- `backpack/crud >= 4.1.0, < 4.1.72`
- `backpack/crud >= 5.0.0, < 5.6.2`
- `backpack/crud >= 6.0.0, < 6.8.13`
- `backpack/crud >= 7.0.0, < 7.0.36`

Patched in:

- `backpack/crud 4.1.72`
- `backpack/crud 5.6.2`
- `backpack/crud 6.8.13`
- `backpack/crud 7.0.36`

Source: https://github.com/advisories/GHSA-mrc5-3mm3-45c5
