| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-c7r6-vx3h-w5g2 | Laravel Excel writes exports outside the configured filesystem disk when given a caller-controlled path |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Fri, 04 Sep 2026 03:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Wed, 02 Sep 2026 17:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Spartnernl
Spartnernl laravel-excel |
|
| Vendors & Products |
Spartnernl
Spartnernl laravel-excel |
Tue, 01 Sep 2026 22:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | Laravel Excel provides supercharged Excel exports and imports in Laravel. From 3.1.8 until 3.1.70, in src/Files/Disk.php the Maatwebsite\Excel\Files\Disk::copy() method resolves the caller-controlled $destination supplied through Excel::store(), $export->store(), or storeExcel() against the process working directory with realpath() instead of the configured filesystem disk. If the path names an existing writable file, Disk::copy() opens it with fopen() in rb+ mode and uses stream_copy_to_stream(), bypassing Flysystem path confinement and allowing an attacker whose application input controls the export path to overwrite arbitrary existing files with export content. The rb+ behavior creates a non-truncating overwrite and trailing bytes when the new export is shorter, and overwriting an executable PHP file can lead to remote code execution. This issue is fixed in version 3.1.70. | |
| Title | Laravel Excel writes exports outside the configured filesystem disk when given a caller-controlled path | |
| Weaknesses | CWE-22 CWE-73 |
|
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-09-04T02:14:57.257Z
Reserved: 2026-09-01T16:27:58.129Z
Link: CVE-2026-84374
Updated: 2026-09-04T02:14:53.114Z
Status : Deferred
Published: 2026-09-01T22:17:19.293
Modified: 2026-09-09T21:09:13.080
Link: CVE-2026-84374
No data.
OpenCVE Enrichment
Updated: 2026-09-02T16:42:43Z
Github GHSA